Skip to content
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

Merged
merged 1 commit into from
Jun 12, 2020

Conversation

christopherthielen
Copy link
Contributor

No description provided.

@@ -3,6 +3,27 @@
<component name="CompilerConfiguration">
<annotationProcessing>
<profile default="true" name="Default" enabled="true" />
<profile name="Gradle Imported" enabled="true">
Copy link
Contributor Author

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

Copy link
Contributor

@jeyrschabu jeyrschabu Jun 12, 2020

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

@christopherthielen christopherthielen changed the title fix(orca-clouddriver): Do not mark ResizeAsgStage as SUCCESSFUL in constructor fix(orca-clouddriver): Do not mark ResizeAsgStage as SUCCESSFUL in taskGraph() Jun 12, 2020
@@ -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 {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't even... 🤯

@marchello2000 marchello2000 added the ready to merge Approved and ready for merge label Jun 12, 2020
@mergify mergify bot merged commit b070125 into spinnaker:master Jun 12, 2020
@mergify mergify bot added the auto merged Merged automatically by a bot label Jun 12, 2020
KathrynLewis pushed a commit to KathrynLewis/orca that referenced this pull request Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged Merged automatically by a bot ready to merge Approved and ready for merge target-release/1.21
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants