This is an automated email from the ASF dual-hosted git repository. davidarthur pushed a commit to branch gh-ignoreFailures in repository https://gitbox.apache.org/repos/asf/kafka.git
commit 5d039f742ee0c52088e6c4e22cd314a78408f7fb Author: David Arthur <[email protected]> AuthorDate: Thu Sep 5 16:42:36 2024 -0400 add back ignoreFailures --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a27d3df8032..1d24c79a5fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,7 +111,7 @@ jobs: run: | ./gradlew --build-cache --scan --continue \ -PtestLoggingEvents=started,passed,skipped,failed \ - -PmaxParallelForks=2 \ + -PignoreFailures=true -PmaxParallelForks=2 \ -PmaxTestRetries=1 -PmaxTestRetryFailures=10 \ -PcommitId=xxxxxxxxxxxxxxxx \ test
