Skip to content

Commit

Permalink
Some e2e tests were using the deprecated checkASGTagBeforeDraining (#…
Browse files Browse the repository at this point in the history
…753)

Replace with the new name: `checkTagBeforeDraining`
  • Loading branch information
snay2 authored Jan 12, 2023
1 parent 692ef76 commit 06a9614
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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

0 comments on commit 06a9614

Please sign in to comment.