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(ecs): add feature flag and remove ecs default deployment alarm settings #30217

Merged
merged 19 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
918303f
comment out adding in default deployment alarm value
sumupitchayan Dec 8, 2023
6844098
update unit test snapshots to remove default alarms
sumupitchayan Dec 8, 2023
826f50a
update integ snapshots
sumupitchayan Dec 11, 2023
7959a5b
update snapshots for codepipeline and elbv2 integ tests
sumupitchayan Dec 13, 2023
20973c0
Merge branch 'main' into sumughan/fix-ecs-default-deploymentalarms
sumupitchayan Dec 14, 2023
0d00ca2
remove commented out default setting code
sumupitchayan Dec 14, 2023
2c78c0f
Merge branch 'main' into sumughan/fix-ecs-default-deploymentalarms
sumupitchayan Dec 15, 2023
728ae5a
fix compilation error
sumupitchayan Dec 15, 2023
2089a65
remove deploymentAlarmsAvailableInRegion function - no longer necessary
sumupitchayan Dec 15, 2023
f3d238c
add custom task revision integ snapshot changes
sumupitchayan Dec 18, 2023
e3ded8d
Merge branch 'main' into sumughan/fix-ecs-default-deploymentalarms
sumupitchayan Dec 19, 2023
616cd94
resolve conflicts
xazhao Apr 18, 2024
80cd181
Merge branch 'main' into sumughan/fix-ecs-default-deploymentalarms
xazhao Apr 18, 2024
5af4f9f
Merge branch 'main' into sumughan/fix-ecs-default-deploymentalarms
GavinZZ May 14, 2024
234e868
Update feature flags for integ tests
GavinZZ May 15, 2024
6e9de4b
Fix failed integ test
GavinZZ May 15, 2024
b9449c0
Merge branch 'main' into yuanhaoz/fix_ecs_deployment_alarms_fix
mergify[bot] May 15, 2024
bf6760d
Update feature flag naming
GavinZZ May 15, 2024
f403e68
remove conflicts in index.js files
GavinZZ May 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,6 @@
"Ref": "EcsCluster97242B84"
},
"DeploymentConfiguration": {
"Alarms": {
"AlarmNames": [],
"Enable": false,
"Rollback": false
},
"MaximumPercent": 200,
"MinimumHealthyPercent": 50
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading