File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
packages/aws-cdk/lib/api/hotswap Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -144,14 +144,6 @@ export async function isHotswappableEcsServiceChange(
144
144
state : 'failure' ,
145
145
} ,
146
146
147
- // wait for all services to report COMPLETED status for the PRIMARY deployment
148
- {
149
- matcher : 'path' ,
150
- argument : "length(services[].deployments[? status == 'PRIMARY' && rolloutState != 'COMPLETED'][]) == `0`" ,
151
- expected : true ,
152
- state : 'success' ,
153
- } ,
154
-
155
147
// failure if any services report a deployment with status FAILED
156
148
{
157
149
matcher : 'path' ,
@@ -160,7 +152,6 @@ export async function isHotswappableEcsServiceChange(
160
152
state : 'failure' ,
161
153
} ,
162
154
163
- // backup for non-rolling update services that do not provide rolloutState
164
155
// wait for all services to report only a single deployment
165
156
{
166
157
matcher : 'path' ,
You can’t perform that action at this time.
0 commit comments