This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/noparallel in repository https://gitbox.apache.org/repos/asf/beam.git
commit e9334f0c19dd95f43cef2e9778058856a946214d Author: Danny McCormick <[email protected]> AuthorDate: Fri Dec 1 10:50:39 2023 -0500 Try reenabling parallelism in kafka presubmit --- .github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml b/.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml index 1207618f342..ccc8643991b 100644 --- a/.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml +++ b/.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml @@ -100,7 +100,6 @@ jobs: arguments: | -PdisableSpotlessCheck=true \ -PdisableCheckStyle=true \ - --no-parallel \ - name: Archive JUnit Test Results uses: actions/upload-artifact@v3 if: failure() @@ -125,4 +124,4 @@ jobs: if: always() with: name: Publish SpotBugs - path: '**/build/reports/spotbugs/*.html' \ No newline at end of file + path: '**/build/reports/spotbugs/*.html'
