Skip to content

Commit 8930c8d

Browse files
authored
workflows: update require_docker_in_docker in Pposargs (#35598)
1 parent 1fd8ce3 commit 8930c8d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/beam_PostCommit_Python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ jobs:
107107
-PuseWheelDistribution \
108108
-Pposargs="${{
109109
contains(matrix.os, 'self-hosted') &&
110-
'-m ''not require_non_self_hosted''' ||
111-
'-m ''require_non_self_hosted'''
110+
'-m ''not require_docker_in_docker''' ||
111+
'-m ''require_docker_in_docker'''
112112
}}" \
113113
-PpythonVersion=${{ matrix.python_version }} \
114114
env:

.github/workflows/beam_PreCommit_Python_ML.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jobs:
104104
arguments: |
105105
-Pposargs="${{
106106
contains(matrix.os, 'self-hosted') &&
107-
'apache_beam/ml/ -m ''not require_non_self_hosted''' ||
108-
'apache_beam/ml/ -m ''require_non_self_hosted'''
107+
'apache_beam/ml/ -m ''not require_docker_in_docker''' ||
108+
'apache_beam/ml/ -m ''require_docker_in_docker'''
109109
}}" \
110110
-PpythonVersion=${{ matrix.python_version }}
111111
- name: Archive Python Test Results

0 commit comments

Comments
 (0)