Skip to content

Commit fe084c5

Browse files
authored
Update test/e2e/spot-interruption-sqs-test
1 parent 772dba5 commit fe084c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/spot-interruption-sqs-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ set +x
4242

4343
sleep 10
4444

45-
RUN_INSTANCE_CMD="awslocal ec2 run-instances --private-ip-address ${WORKER_IP} --region ${AWS_REGION} --tag-specifications 'ResourceType=instance,Tags=[{Key=aws:autoscaling:groupName,Value=nth-integ-test},{Key=aws-node-termination-handler/managed}]'"
45+
RUN_INSTANCE_CMD="awslocal ec2 run-instances --private-ip-address ${WORKER_IP} --region ${AWS_REGION} --tag-specifications 'ResourceType=instance,Tags=[{Key=aws:autoscaling:groupName,Value=nth-integ-test},{Key=aws-node-termination-handler/managed,Value=blah}]'"
4646
localstack_pod=$(kubectl get pods --selector app=localstack --field-selector="status.phase=Running" \
4747
-o go-template --template '{{range .items}}{{.metadata.name}} {{.metadata.creationTimestamp}}{{"\n"}}{{end}}' \
4848
| awk '$2 >= "'"${START_TIME//+0000/Z}"'" { print $1 }')

0 commit comments

Comments
 (0)