-
Notifications
You must be signed in to change notification settings - Fork 903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(bake): adding skip region detection checkbox #8277
fix(bake): adding skip region detection checkbox #8277
Conversation
app/scripts/modules/amazon/src/pipeline/stages/bake/bakeStage.html
Outdated
Show resolved
Hide resolved
(seems reasonable to me, but..) I will defer to one of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small wording tweak to be consistent with the overall tone of the UI, I'd also +1 Mark's comment about adding some help text. Other than that looks great!
app/scripts/modules/amazon/src/pipeline/stages/bake/bakeStage.html
Outdated
Show resolved
Hide resolved
I took a look at your comments and made the necessary changes to improve the code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@spinnakerbot cherry-pick 1.19 |
Support for automating cherry picks is being removed from spinnakerbot in favor of the mergify backport command. To help with the transition, I'll run the required command for you now, but in the future please run the mergify command directly. |
@Mergifyio backport release-1.19.x |
@spinnakerbot cherry-pick 1.20 |
* fix(bake): adding skip region detection checkbox. * fix(bake): adding help-key for give more context of what the checkbox does * fix(bake): rewrite short message. (cherry picked from commit 200198f)
Command
|
Support for automating cherry picks is being removed from spinnakerbot in favor of the mergify backport command. To help with the transition, I'll run the required command for you now, but in the future please run the mergify command directly. |
@Mergifyio backport release-1.20.x |
* fix(bake): adding skip region detection checkbox. * fix(bake): adding help-key for give more context of what the checkbox does * fix(bake): rewrite short message. (cherry picked from commit 200198f)
Command
|
* fix(bake): adding skip region detection checkbox. * fix(bake): adding help-key for give more context of what the checkbox does * fix(bake): rewrite short message. (cherry picked from commit 200198f) Co-authored-by: Edgar Garcia <63310723+edgarulg@users.noreply.github.com>
shouldn't the wording be "Ensure Bake happens only in the selected regions"? |
This change is related with following issue: spinnaker/spinnaker#4641
and uses the functionality provided in: spinnaker/orca#3627
This change is about adding the skip region detection checkbox to the bake stage for AWS provider.
When a bake stage runs, orca tries to get all the regions that we use in next stages, this causes that the bake happen on different regions rather that we specified. This checkbox prevent Orca to find out regions in other stages for bake.
The default value is false, so any pipeline already defined with bake won't change its behavior.