Skip to content

Commit

Permalink
Randomizing and repeating functional tests to detect flakyness
Browse files Browse the repository at this point in the history
This patch changes target executed by the CI to one using flags for repetition and randomization.

Signed-off-by: Jiri Podivin <[email protected]>
  • Loading branch information
jpodivin committed Jul 15, 2024
1 parent 1761e6b commit cbdf4d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tests:
mkdir -p ../operator && cp -r . ../operator
cd ../operator
export GOFLAGS=
make test GINKGO_ARGS='--no-color'
make test-ci
container:
from: src
- as: precommit-check
Expand Down

0 comments on commit cbdf4d8

Please sign in to comment.