-
Notifications
You must be signed in to change notification settings - Fork 806
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(orca-clouddriver): Do not mark ResizeAsgStage as SUCCESSFUL in taskGraph() #3737
Conversation
.idea/compiler.xml
Outdated
@@ -3,6 +3,27 @@ | |||
<component name="CompilerConfiguration"> | |||
<annotationProcessing> | |||
<profile default="true" name="Default" enabled="true" /> | |||
<profile name="Gradle Imported" enabled="true"> |
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.
What the? How did this get here
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.
Yeah these files get modified by intelliJ. You can tell git to not care about them. git update-index --no-assume-unchanged compiler.xml
@@ -56,14 +56,6 @@ class ResizeAsgStage implements StageDefinitionBuilder { | |||
|
|||
@Override | |||
void taskGraph(@Nonnull StageExecution stage, @Nonnull TaskNode.Builder builder) { | |||
if (!stage.parentStageId || stage.execution.stages.find { |
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.
i don't even... 🤯
No description provided.