Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/e2e/asg-lifecycle-sqs-test
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ anth_helm_args=(
--set awsSecretAccessKey=bar
--set awsRegion="${AWS_REGION}"
--set awsEndpoint="http://localstack.default"
--set checkASGTagBeforeDraining=false
--set checkTagBeforeDraining=false
--set enableSqsTerminationDraining=true
--set queueURL="${queue_url}"
--wait
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/ec2-state-change-sqs-test
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ anth_helm_args=(
--set awsSecretAccessKey=bar
--set awsRegion="${AWS_REGION}"
--set awsEndpoint="http://localstack.default"
--set checkASGTagBeforeDraining=false
--set checkTagBeforeDraining=false
--set enableSqsTerminationDraining=true
--set "queueURL=${queue_url}"
--wait
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/rebalance-recommendation-sqs-test
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ anth_helm_args=(
--set awsSecretAccessKey=bar
--set awsRegion="${AWS_REGION}"
--set awsEndpoint="http://localstack.default"
--set checkASGTagBeforeDraining=false
--set checkTagBeforeDraining=false
--set enableSqsTerminationDraining=true
--set taintNode="true"
--set "queueURL=${queue_url}"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/scheduled-change-event-sqs-test
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ anth_helm_args=(
--set awsSecretAccessKey=bar
--set awsRegion="${AWS_REGION}"
--set awsEndpoint="http://localstack.default"
--set checkASGTagBeforeDraining=false
--set checkTagBeforeDraining=false
--set enableSqsTerminationDraining=true
--set taintNode="true"
--set "queueURL=${queue_url}"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/spot-interruption-sqs-test
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ anth_helm_args=(
--set awsSecretAccessKey=bar
--set awsRegion="${AWS_REGION}"
--set awsEndpoint="http://localstack.default"
--set checkASGTagBeforeDraining=false
--set checkTagBeforeDraining=false
--set enableSqsTerminationDraining=true
--set "queueURL=${queue_url}"
--wait
Expand Down