This is an automated email from the ASF dual-hosted git repository. yhu pushed a commit to branch bisectsparkxvr in repository https://gitbox.apache.org/repos/asf/beam.git
commit 93d6667570a74c6b0ef68ab446f57de9f89df1d6 Author: Yi Hu <[email protected]> AuthorDate: Wed Aug 21 13:00:35 2024 -0400 debug --- .github/workflows/beam_PostCommit_XVR_Spark3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beam_PostCommit_XVR_Spark3.yml b/.github/workflows/beam_PostCommit_XVR_Spark3.yml index 83554ecfa84..650f92cbc8b 100644 --- a/.github/workflows/beam_PostCommit_XVR_Spark3.yml +++ b/.github/workflows/beam_PostCommit_XVR_Spark3.yml @@ -83,7 +83,7 @@ jobs: if: ${{ matrix.python_version != '3.8' }} uses: ./.github/actions/gradle-command-self-hosted-action with: - gradle-command: :runners:spark:3:job-server:validatesCrossLanguageRunner + gradle-command: :runners:spark:3:job-server:validatesCrossLanguageRunnerJavaUsingPython arguments: | -PpythonVersion=${{ matrix.python_version }} \ -PskipNonPythonTask=true \
