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 c50f235f5c9 disable validates container script
c50f235f5c9 is described below

commit c50f235f5c92b11165211cd6e03aa5768f9ff0e1
Author: Damon Douglas <[email protected]>
AuthorDate: Thu Jan 16 18:15:30 2025 -0800

    disable validates container script
---
 ...stCommit_Python_ValidatesContainer_Dataflow.yml | 24 +++++++++-------------
 1 file changed, 10 insertions(+), 14 deletions(-)

diff --git 
a/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml 
b/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml
index d8cb8d4c1ef..036af7230f9 100644
--- a/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml
+++ b/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml
@@ -87,18 +87,15 @@ jobs:
           PY_VER=${{ matrix.python_version }}
           PY_VER_CLEAN=${PY_VER//.}
           echo "py_ver_clean=$PY_VER_CLEAN" >> $GITHUB_OUTPUT
-#      - 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")
-          echo "BEAM_VERSION=${BEAM_VERSION_LINE#*sdk_version=}" >> $GITHUB_ENV
+      - 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 validatesDistrolessContainer script
         env:
           USER: github-actions
@@ -106,8 +103,7 @@ jobs:
         with:
           gradle-command: 
:sdks:python:test-suites:dataflow:py${{steps.set_py_ver_clean.outputs.py_ver_clean}}:validatesDistrolessContainer
           arguments: |
-            -PpythonVersion=${{ matrix.python_version }} \
-            
-Pdocker-base-url=gcr.io/apache-beam-testing/beam-sdk/beam_python${{ 
matrix.python_version }}_sdk:${BEAM_VERSION}
+            -PpythonVersion=${{ matrix.python_version }}
       - name: Archive Python Test Results
         uses: actions/upload-artifact@v4
         if: failure()

Reply via email to