Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 7f62010

Browse files
committed
fix(e2e): Correctly wait for a node pool stack for deletion
1 parent 2f60703 commit 7f62010

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e2e/run

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,8 @@ nodepool_destroy() {
335335

336336
if [ "$status" != "DELETE_IN_PROGRESS" ]; then
337337
${KUBE_AWS_CMD} node-pools destroy --node-pool-name ${KUBE_AWS_NODE_POOL_NAME}
338+
aws cloudformation wait stack-delete-complete \
339+
--stack-name ${KUBE_AWS_NODE_POOL_STACK_NAME}
338340
else
339341
aws cloudformation wait stack-delete-complete \
340342
--stack-name ${KUBE_AWS_NODE_POOL_STACK_NAME}

0 commit comments

Comments
 (0)