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

wangdan pushed a commit to branch fix-github-zk-hadoop
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/fix-github-zk-hadoop by this 
push:
     new dd19cedcf fix thirdparty workflow
dd19cedcf is described below

commit dd19cedcf0f619310f354c557a9aa238d72cd1fb
Author: Dan Wang <[email protected]>
AuthorDate: Thu Oct 17 17:50:03 2024 +0800

    fix thirdparty workflow
---
 .github/workflows/thirdparty-regular-push.yml | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/thirdparty-regular-push.yml 
b/.github/workflows/thirdparty-regular-push.yml
index 893d6d721..844de5cc0 100644
--- a/.github/workflows/thirdparty-regular-push.yml
+++ b/.github/workflows/thirdparty-regular-push.yml
@@ -49,7 +49,8 @@ jobs:
           - ubuntu1804
           - ubuntu2004
           - ubuntu2204
-          - centos7
+          # TODO(wangdan): disable centos7 temporarily before image 
build-env-centos7-* is fixed.
+          # - centos7
     steps:
       - uses: actions/checkout@v4
       - name: Set up QEMU
@@ -72,9 +73,6 @@ jobs:
           build-args: |
             GITHUB_BRANCH=${{ github.ref_name }}
             OS_VERSION=${{ matrix.osversion }}
-      - name: Generate output
-        id: gen_output
-        run: echo "os_version=${{ matrix.osversion }}" >> "$GITHUB_OUTPUT"
 
   build_push_bin_docker_images:
     runs-on: ubuntu-latest
@@ -92,8 +90,8 @@ jobs:
           - ubuntu1804
           - ubuntu2004
           - ubuntu2204
-          - centos7
-    if: success()
+          # TODO(wangdan): disable centos7 temporarily before image 
build-env-centos7-* is fixed.
+          # - centos7
     steps:
       # The glibc version on ubuntu1804 and centos7 is lower than the 
actions/checkout@v4 required, so
       # we need to force to use actions/checkout@v3.
@@ -135,8 +133,8 @@ jobs:
           - ubuntu1804
           - ubuntu2004
           - ubuntu2204
-          - centos7
-    if: success()
+          # TODO(wangdan): disable centos7 temporarily before image 
build-env-centos7-* is fixed.
+          # - centos7
     steps:
       # The glibc version on ubuntu1804 and centos7 is lower than the 
actions/checkout@v4 required, so
       # we need to force to use actions/checkout@v3.
@@ -171,7 +169,6 @@ jobs:
       matrix:
         osversion:
           - ubuntu2204
-    if: success()
     steps:
       - uses: actions/checkout@v4
       - name: Set up QEMU
@@ -206,7 +203,6 @@ jobs:
       matrix:
         osversion:
           - ubuntu2204
-    if: success()
     steps:
       - uses: actions/checkout@v4
       - name: Set up QEMU


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to