Skip to content

Commit

Permalink
Merge pull request #433 from jsturtevant/retry
Browse files Browse the repository at this point in the history
Add flake attempt retry
  • Loading branch information
k8s-ci-robot authored May 28, 2024
2 parents 998c2b3 + 0fb1776 commit bc1844f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capz/run-capz-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ run_e2e_test() {
--ginkgo.noColor \
--ginkgo.focus="$GINKGO_FOCUS" \
--ginkgo.skip="$GINKGO_SKIP" \
--ginkgo.flakeAttempts=2 \
--node-os-distro="windows" \
--disable-log-dump \
--ginkgo.progress=true \
Expand Down

0 comments on commit bc1844f

Please sign in to comment.