This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch Abacn-patch-2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit ba7ce4b38732583533592f87a74dbd9a32dcedd3
Author: Yi Hu <[email protected]>
AuthorDate: Thu Jun 5 14:17:20 2025 -0400

    Fix beam_PostCommit_Java_Examples_Dataflow_V2
---
 .../workflows/beam_PostCommit_Java_Examples_Dataflow_V2.yml   | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_V2.yml 
b/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_V2.yml
index 03f34e96c58..fc24f10493a 100644
--- a/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_V2.yml
+++ b/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_V2.yml
@@ -72,13 +72,6 @@ jobs:
           comment_phrase: ${{ matrix.job_phrase }}
           github_token: ${{ secrets.GITHUB_TOKEN }}
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
-      - name: Setup environment
-        uses: ./.github/actions/setup-environment-action
-      - name: run PostCommit Java Examples Dataflow V2 script
-        uses: ./.github/actions/gradle-command-self-hosted-action
-        with:
-            gradle-command: 
:runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTest
-            max-workers: 12
       - name: Setup Java 17 environment
         uses: ./.github/actions/setup-environment-action
         with:
@@ -99,7 +92,7 @@ jobs:
               -PdisableSpotlessCheck=true \
               -PdisableCheckStyle=true \
               -PskipCheckerFramework \
-              -PtestJavaVersion=java17 \
+              -PtestJavaVersion=17 \
               -Pjava17Home=$JAVA_HOME_17_X64 \
               -PdockerTag=${{ env.DOCKER_TAG }} \
       - name: Archive JUnit Test Results
@@ -115,4 +108,4 @@ jobs:
           commit: '${{ env.prsha || env.GITHUB_SHA }}'
           comment_mode: ${{ github.event_name == 'issue_comment'  && 'always' 
|| 'off' }}
           files: '**/build/test-results/**/*.xml'
-          large_files: true
\ No newline at end of file
+          large_files: true

Reply via email to