Skip to content

Commit 9b793dc

Browse files
authored
MINOR increase max flaky tests allowed (apache#18792)
Increase the maximum number of flaky tests we tolerate for the main test suite from 3 to 10. This will result in fewer failed builds. Reviewers: Chia-Ping Tsai <[email protected]>
1 parent 676293d commit 9b793dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/run-gradle/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
timeout ${TIMEOUT_MINUTES}m ./gradlew --build-cache --continue --no-scan \
5959
-PtestLoggingEvents=started,passed,skipped,failed \
6060
-PmaxParallelForks=2 \
61-
-PmaxTestRetries=1 -PmaxTestRetryFailures=3 \
61+
-PmaxTestRetries=1 -PmaxTestRetryFailures=10 \
6262
-PmaxQuarantineTestRetries=3 -PmaxQuarantineTestRetryFailures=0 \
6363
-Pkafka.test.catalog.file=$TEST_CATALOG \
6464
-PcommitId=xxxxxxxxxxxxxxxx \
@@ -72,4 +72,4 @@ runs:
7272
name: ${{ inputs.build-scan-artifact-name }}
7373
path: ~/.gradle/build-scan-data
7474
compression-level: 9
75-
if-no-files-found: ignore
75+
if-no-files-found: ignore

0 commit comments

Comments
 (0)