This is an automated email from the ASF dual-hosted git repository. shunping pushed a commit to branch test-enable-crosslang-workflow in repository https://gitbox.apache.org/repos/asf/beam.git
commit 1cef38ab72ef02b24d36dba68eef48f5bf50c2bd Author: Shunping Huang <[email protected]> AuthorDate: Wed Nov 26 14:25:15 2025 -0500 Enforce useDockerBuildx in workflow. --- .github/trigger_files/beam_PostCommit_XVR_GoUsingJava_Dataflow.json | 4 ++-- .github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/trigger_files/beam_PostCommit_XVR_GoUsingJava_Dataflow.json b/.github/trigger_files/beam_PostCommit_XVR_GoUsingJava_Dataflow.json index 920c8d132e4..b2683333323 100644 --- a/.github/trigger_files/beam_PostCommit_XVR_GoUsingJava_Dataflow.json +++ b/.github/trigger_files/beam_PostCommit_XVR_GoUsingJava_Dataflow.json @@ -1,4 +1,4 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run", - "modification": 1 -} \ No newline at end of file + "modification": 2 +} diff --git a/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml b/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml index cc52476ca30..e4d037ab69c 100644 --- a/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml +++ b/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml @@ -83,6 +83,8 @@ jobs: uses: ./.github/actions/gradle-command-self-hosted-action with: gradle-command: :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerGoUsingJava + arguments: | + -PuseDockerBuildx - name: Archive JUnit Test Results uses: actions/upload-artifact@v4 if: ${{ !success() }}
