This is an automated email from the ASF dual-hosted git repository. yhu pushed a commit to branch disablegradlecache in repository https://gitbox.apache.org/repos/asf/beam.git
commit bbc80b1ddded6cd00c41642d4da0b1f4b129db87 Author: Yi Hu <[email protected]> AuthorDate: Fri Mar 8 13:42:26 2024 -0500 only run xvr sql --- .github/workflows/beam_PostCommit_XVR_Direct.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beam_PostCommit_XVR_Direct.yml b/.github/workflows/beam_PostCommit_XVR_Direct.yml index b23ca8815b6..13b48ca9cd8 100644 --- a/.github/workflows/beam_PostCommit_XVR_Direct.yml +++ b/.github/workflows/beam_PostCommit_XVR_Direct.yml @@ -94,7 +94,7 @@ jobs: if: ${{ matrix.python_version == '3.8' }} uses: ./.github/actions/gradle-command-self-hosted-action with: - gradle-command: :sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunner + gradle-command: :sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerPythonUsingSql arguments: | -PpythonVersion=${{ matrix.python_version }} \ -PskipNonPythonTask=false \
