Merge pull request #109410 from dims/set-default-flake-attempt-to-one

Set default flake attempt to 1 (not 2)
This commit is contained in:
Kubernetes Prow Robot 2022-05-04 01:27:30 -07:00 committed by GitHub
commit 35de9f5027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ ENV FOCUS="\[Conformance\]" \
SKIP="\[Flaky\]|\[Serial\]" \
PARALLELISM=8 \
REPORT_PATH="/var/result" \
FLAKE_ATTEMPTS=2 \
FLAKE_ATTEMPTS=1 \
TEST_ARGS="" \
EXTRA_ENVS=""