This is an automated email from the ASF dual-hosted git repository.

damondouglas pushed a commit to branch fix-distroless-workflows
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/fix-distroless-workflows by 
this push:
     new 34ee68b1c88 Temporarily disable validatesContainer script
34ee68b1c88 is described below

commit 34ee68b1c88bd81c61ccb070da826938e754353d
Author: Damon Douglas <[email protected]>
AuthorDate: Thu Jan 16 18:13:24 2025 -0800

    Temporarily disable validatesContainer script
---
 ...am_PostCommit_Python_ValidatesContainer_Dataflow.yml | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git 
a/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml 
b/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml
index f5d78cdb95f..a9acbc91256 100644
--- a/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml
+++ b/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml
@@ -87,15 +87,14 @@ jobs:
           PY_VER=${{ matrix.python_version }}
           PY_VER_CLEAN=${PY_VER//.}
           echo "py_ver_clean=$PY_VER_CLEAN" >> $GITHUB_OUTPUT
-      - name: Run validatesContainer script
-        if: false
-        env:
-          USER: github-actions
-        uses: ./.github/actions/gradle-command-self-hosted-action
-        with:
-          gradle-command: 
:sdks:python:test-suites:dataflow:py${{steps.set_py_ver_clean.outputs.py_ver_clean}}:validatesContainer
-          arguments: |
-            -PpythonVersion=${{ matrix.python_version }} \
+#      - name: Run validatesContainer script
+#        env:
+#          USER: github-actions
+#        uses: ./.github/actions/gradle-command-self-hosted-action
+#        with:
+#          gradle-command: 
:sdks:python:test-suites:dataflow:py${{steps.set_py_ver_clean.outputs.py_ver_clean}}:validatesContainer
+#          arguments: |
+#            -PpythonVersion=${{ matrix.python_version }} \
       - name: Find Beam Version
         run: |
           BEAM_VERSION_LINE=$(cat gradle.properties | grep "sdk_version")

Reply via email to