Skip to content

Commit

Permalink
Update failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinZZ committed May 15, 2024
1 parent b1f43d8 commit 9396770
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 96 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -712,11 +712,6 @@
"Ref": "EC2CPClusterD5F0FD32"
},
"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.

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

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ import * as cdk from 'aws-cdk-lib';
import * as ecs from 'aws-cdk-lib/aws-ecs';
import * as integ from '@aws-cdk/integ-tests-alpha';

const app = new cdk.App();
const app = new cdk.App({
postCliContext: {
'@aws-cdk/aws-ecs:removeDefaultDeploymentAlarm': true,
},
});
const stack = new cdk.Stack(app, 'integ-ec2-capacity-provider-managed-draining');

const vpc = new ec2.Vpc(stack, 'Vpc', { maxAzs: 2, restrictDefaultSecurityGroup: false });
Expand Down

0 comments on commit 9396770

Please sign in to comment.