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(monitored deploy): add monitored deploy to same checks as RRB #3190

Merged
merged 1 commit into from
Sep 25, 2019

Conversation

marchello2000
Copy link
Contributor

  • add monitored deploy to checks where we check for RRB (since, semantically, they are same)
  • make some better summary messages

// TODO(dreynaud): enabling cautiously for RRB/MD only for testing, but we would ideally roll this out to other strategies
Strategy strategy = Strategy.fromStrategyKey(stageData.strategy)

return (((strategy == Strategy.ROLLING_RED_BLACK) || (strategy == Strategy.MONITORED))
Copy link
Contributor Author

@marchello2000 marchello2000 Sep 24, 2019

Choose a reason for hiding this comment

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

@dreynaud i know you prefer in [] i think this i like this better since it's closer to java for when we convert it all... maybe... someday

Copy link
Contributor

Choose a reason for hiding this comment

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

supportedStrategies.contains(strategy)? :)

* add monitored deploy to checks where we check for RRB (since, semantically, they are same)
* make some better summary messages
@marchello2000 marchello2000 merged commit 74e65d9 into spinnaker:master Sep 25, 2019
@marchello2000 marchello2000 deleted the mark/monitored_fixes3 branch September 25, 2019 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants