Skip to content

Commit

Permalink
Merge pull request #15915 from hakman/update-scale-test
Browse files Browse the repository at this point in the history
scale-test: Increase validation wait time to 45m
  • Loading branch information
k8s-ci-robot authored Sep 15, 2023
2 parents 1309ef3 + c05afb6 commit 74d2b9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/e2e/scenarios/scalability/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ popd

# Setup our cleanup function; as we allocate resources we set a variable to indicate they should be cleaned up
function cleanup {
# will help us better diagnose failures
aws autoscaling describe-scaling-activities --region us-east-2
# shellcheck disable=SC2153
if [[ "${DELETE_CLUSTER:-}" == "true" ]]; then
kubetest2 kops "${KUBETEST2_ARGS[@]}" --down || echo "kubetest2 down failed"
Expand Down Expand Up @@ -140,7 +138,7 @@ KUBETEST2_ARGS+=("--admin-access=${ADMIN_ACCESS:-}")
KUBETEST2_ARGS+=("--env=KOPS_FEATURE_FLAGS=${KOPS_FEATURE_FLAGS}")

# More time for bigger clusters
KUBETEST2_ARGS+=("--validation-wait=30m")
KUBETEST2_ARGS+=("--validation-wait=45m")

# The caller can set DELETE_CLUSTER=false to stop us deleting the cluster
if [[ -z "${DELETE_CLUSTER:-}" ]]; then
Expand Down

0 comments on commit 74d2b9f

Please sign in to comment.