We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ce7ff commit e68973fCopy full SHA for e68973f
.github/actions/run-gradle/action.yml
@@ -56,8 +56,9 @@ runs:
56
set +e
57
./.github/scripts/thread-dump.sh &
58
timeout ${TIMEOUT_MINUTES}m ./gradlew --build-cache --continue --no-scan \
59
+ --info -Dorg.gradle.caching.debug=true \
60
-PtestLoggingEvents=started,passed,skipped,failed \
- -PmaxParallelForks=2 \
61
+ -PmaxParallelForks=4 \
62
-PmaxTestRetries=1 -PmaxTestRetryFailures=3 \
63
-PmaxQuarantineTestRetries=3 -PmaxQuarantineTestRetryFailures=0 \
64
-Pkafka.test.catalog.file=$TEST_CATALOG \
0 commit comments