forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pipelines): allow cdk stages to deploy more than 25 stacks
CdkStage can now create multiple codepipeline stages. If the stage has not enough room remaining for the next stack, it will insert a new stage and continue processing it. Manually added actions are also added to the correct stage depending on their run order. Closes aws#11315
- Loading branch information
1 parent
4223e0a
commit ed5fbfd
Showing
2 changed files
with
130 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters