We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3de8ed commit 0d4bc08Copy full SHA for 0d4bc08
1 file changed
.github/workflows/reusable-test-integrations.yml
@@ -112,7 +112,8 @@ jobs:
112
artifactSuffix: ${{ inputs.artifactSuffix }}
113
clusterOperatorBuild: ${{ inputs.clusterOperatorBuild }}
114
env:
115
- MVN_ARGS: "-DskipITs"
+ # Skip just ITs and rerun unit tests in case of flakes
116
+ MVN_ARGS: "-DskipITs -Dsurefire.rerunFailingTestsCount=5"
117
118
- name: Verify binaries artifact was created
119
run: |
0 commit comments