File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 arguments : |
100100 -Pjava21Home=$JAVA_HOME_21_X64 \
101101 -PuseWheelDistribution \
102+ -Pposargs="${{
103+ contains(matrix.os, 'self-hosted') &&
104+ '-m ''not require_docker_in_docker''' ||
105+ '-m ''require_docker_in_docker'''
106+ }}" \
102107 -PpythonVersion=${{ matrix.python_version }} \
103108 env :
104109 CLOUDSDK_CONFIG : ${{ env.KUBELET_GCLOUD_CONFIG_PATH}}
Original file line number Diff line number Diff line change 9696 with :
9797 gradle-command : :sdks:python:test-suites:tox:py${{steps.set_py_ver_clean.outputs.py_ver_clean}}:testPy${{steps.set_py_ver_clean.outputs.py_ver_clean}}ML
9898 arguments : |
99- -Pposargs=apache_beam/ml/ \
99+ -Pposargs="${{
100+ contains(matrix.os, 'self-hosted') &&
101+ 'apache_beam/ml/ -m ''not require_docker_in_docker''' ||
102+ 'apache_beam/ml/ -m ''require_docker_in_docker'''
103+ }}" \
100104 -PpythonVersion=${{ matrix.python_version }}
101105 - name : Archive Python Test Results
102106 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments