File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -euo pipefail
3
3
4
- node_group_name=" spot -ng"
4
+ node_group_name=" linux -ng"
5
5
sqs_queue_name=" nth-sqs-test"
6
6
sns_topic_name=" nth-sns-test"
7
7
node_policy_name=" nth-test-node-policy"
Original file line number Diff line number Diff line change @@ -194,7 +194,6 @@ function reset_cluster {
194
194
195
195
if [[ -z ${assertion_scripts+x} ]]; then
196
196
assertion_scripts=(
197
- " $SCRIPTPATH /../e2e/asg-launch-lifecycle-sqs-test"
198
197
" $SCRIPTPATH /../e2e/cordon-only-test"
199
198
" $SCRIPTPATH /../e2e/imds-v2-test"
200
199
" $SCRIPTPATH /../e2e/maintenance-event-cancellation-test"
@@ -206,6 +205,8 @@ if [[ -z ${assertion_scripts+x} ]]; then
206
205
# "$SCRIPTPATH/../e2e/webhook-http-proxy-test"
207
206
# "$SCRIPTPATH/../e2e/webhook-secret-test"
208
207
" $SCRIPTPATH /../e2e/webhook-test"
208
+ # This test terminates nodes in the cluster and needs to be run last
209
+ " $SCRIPTPATH /../e2e/asg-launch-lifecycle-sqs-test"
209
210
)
210
211
fi
211
212
You can’t perform that action at this time.
0 commit comments