Merge pull request #16225 from hakman/scale-test-validation-interval

scale-test: Reduce validation count and interval
This commit is contained in:
Kubernetes Prow Robot 2024-01-05 11:27:28 +01:00 committed by GitHub
commit 78f4b0d430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,8 @@ KUBETEST2_ARGS+=("--env=KOPS_FEATURE_FLAGS=${KOPS_FEATURE_FLAGS}")
# More time for bigger clusters # More time for bigger clusters
KUBETEST2_ARGS+=("--validation-wait=55m") KUBETEST2_ARGS+=("--validation-wait=55m")
KUBETEST2_ARGS+=("--validation-count=3")
KUBETEST2_ARGS+=("--validation-interval=60s")
# The caller can set DELETE_CLUSTER=false to stop us deleting the cluster # The caller can set DELETE_CLUSTER=false to stop us deleting the cluster
if [[ -z "${DELETE_CLUSTER:-}" ]]; then if [[ -z "${DELETE_CLUSTER:-}" ]]; then