forked from zqfan/orca
-
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(FindImageFromCluster): infer regions from deploy stages (spinnake…
…r#2640) FindImageFromClusterTask now looks ahead to find all regions from subsequent deploy (regular + canary) stages. This moves the failure point of a pipeline up when an image isn't found. E.g. FindImage specifies to look for images in `us-east`, but a deploy right after was modified to deploy to `us-east` AND `us-west`. These FindImage will locate the `us-east` image, the deploy for that image will start but the deploy for `us-west` will fail. This failure can cause regions to have different versions deployed. To prevent this, we now will fail in the FindImage task before any deploy starts Additionally, updated the BakeStage to take advantage of this functionality
- Loading branch information
1 parent
51f1e7b
commit 6ee8fe9
Showing
8 changed files
with
343 additions
and
37 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
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
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
Oops, something went wrong.