Skip to content

Commit

Permalink
Enale flakeattempts in diego units
Browse files Browse the repository at this point in the history
Signed-off-by: Amelia Downs <[email protected]>
  • Loading branch information
geofffranks authored and ameowlia committed Nov 18, 2022
1 parent 0cd2d23 commit d8315fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/run_inigo
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ pushd "${GOPATH_ROOT}/src/code.cloudfoundry.org/inigo"
PACKAGES_TO_SKIP=$PACKAGES_TO_SKIP",$SKIP_PACKAGES"
fi

ginkgo $nodes_flag -r -skipPackage="${PACKAGES_TO_SKIP}" -skip="${SKIP_REGEX}" -failOnPending -randomizeAllSpecs -trace -race -slowSpecThreshold=60 -keepGoing $@
ginkgo $nodes_flag -r -skipPackage="${PACKAGES_TO_SKIP}" -skip="${SKIP_REGEX}" -failOnPending -randomizeAllSpecs -trace -race -slowSpecThreshold=60 -keepGoing -flakeAttempts="${env:FLAKE_ATTEMPTS}" $@
popd

0 comments on commit d8315fa

Please sign in to comment.