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

feat(ecs): Add support for ECS deployment circuit breaker #6132

Merged
merged 5 commits into from
Jan 16, 2024

Conversation

jgrumboe
Copy link
Contributor

@jgrumboe jgrumboe commented Jan 7, 2024

This is my first contribution, and I tried to implement spinnaker/spinnaker#6225

This change comes together with this PR from deck: spinnaker/deck#10076

It implements a new checkbox to activate ECS Deployment Circuit Breaker for the ECS service; the default is false to not change any existing behavior.

The checkbox looks like this. I thought it should go under "Advanced settings".
image

If enabled, it adds the attribute enabledDeploymentCircuitBreaker to the server group:
image

Running the Deploy stage will create an ECS service with Deployment Circuit Breaker enabled:
image

I'm open for your comments and your thoughts, also on the implementation - I mainly "mimicked" how other attributes/feature were implemented and tried my best "copy/pasting". 😏

@jasonmcintosh jasonmcintosh added the ready to merge Approved and ready for a merge label Jan 16, 2024
@mergify mergify bot added the auto merged Merged automatically by a bot label Jan 16, 2024
@mergify mergify bot merged commit 3a1e81b into spinnaker:master Jan 16, 2024
16 checks passed
@jgrumboe jgrumboe deleted the ecs-circuit-breaker branch January 18, 2024 09:01
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 a merge target-release/1.34
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants