From 13608ee4267fc3c6c26def38b3e0686f4bdcea75 Mon Sep 17 00:00:00 2001 From: Mohamed Awnallah Date: Tue, 15 Jul 2025 17:49:59 +0000 Subject: [PATCH] workflows: update `require_docker_in_docker` in `Pposargs` --- .github/workflows/beam_PostCommit_Python.yml | 4 ++-- .github/workflows/beam_PreCommit_Python_ML.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/beam_PostCommit_Python.yml b/.github/workflows/beam_PostCommit_Python.yml index 546cb312fabe..81a0c64080ca 100644 --- a/.github/workflows/beam_PostCommit_Python.yml +++ b/.github/workflows/beam_PostCommit_Python.yml @@ -107,8 +107,8 @@ jobs: -PuseWheelDistribution \ -Pposargs="${{ contains(matrix.os, 'self-hosted') && - '-m ''not require_non_self_hosted''' || - '-m ''require_non_self_hosted''' + '-m ''not require_docker_in_docker''' || + '-m ''require_docker_in_docker''' }}" \ -PpythonVersion=${{ matrix.python_version }} \ env: diff --git a/.github/workflows/beam_PreCommit_Python_ML.yml b/.github/workflows/beam_PreCommit_Python_ML.yml index 0dcdc88ef164..4be0ea1f0e7d 100644 --- a/.github/workflows/beam_PreCommit_Python_ML.yml +++ b/.github/workflows/beam_PreCommit_Python_ML.yml @@ -104,8 +104,8 @@ jobs: arguments: | -Pposargs="${{ contains(matrix.os, 'self-hosted') && - 'apache_beam/ml/ -m ''not require_non_self_hosted''' || - 'apache_beam/ml/ -m ''require_non_self_hosted''' + 'apache_beam/ml/ -m ''not require_docker_in_docker''' || + 'apache_beam/ml/ -m ''require_docker_in_docker''' }}" \ -PpythonVersion=${{ matrix.python_version }} - name: Archive Python Test Results