This is an automated email from the ASF dual-hosted git repository. yuanzhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push: new aaa9fb1a6e [GLUTEN-8802][VL] Add specific jdk version for CentOS 8 docker image (#8814) aaa9fb1a6e is described below commit aaa9fb1a6e9a4a13b49eeeacbd74d8ba89766bf3 Author: Zhiguo Wu <zhiguo...@linaro.org> AuthorDate: Mon Mar 10 19:48:14 2025 +0800 [GLUTEN-8802][VL] Add specific jdk version for CentOS 8 docker image (#8814) This patch consolidates the Centos8 docker name with JDK8 suffix --- .github/workflows/docker_image.yml | 1 + .github/workflows/velox_backend.yml | 32 +++++++++++++++---------------- .github/workflows/velox_backend_cache.yml | 2 +- 3 files changed, 18 insertions(+), 17 deletions(-) diff --git a/.github/workflows/docker_image.yml b/.github/workflows/docker_image.yml index bc3ae26a81..c6b2c496d9 100644 --- a/.github/workflows/docker_image.yml +++ b/.github/workflows/docker_image.yml @@ -110,6 +110,7 @@ jobs: retention-days: 1 build-centos-8-jdk8: + if: ${{ startsWith(github.repository, 'apache/') }} runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/.github/workflows/velox_backend.yml b/.github/workflows/velox_backend.yml index 4d8fdb2480..c6935c1a31 100644 --- a/.github/workflows/velox_backend.yml +++ b/.github/workflows/velox_backend.yml @@ -510,7 +510,7 @@ jobs: uniffle: [ "0.9.2" ] hadoop: [ "2.8.5" ] runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - name: Download All Native Artifacts @@ -560,7 +560,7 @@ jobs: spark: [ "spark-3.2" ] celeborn: [ "celeborn-0.5.3", "celeborn-0.4.3", "celeborn-0.3.2-incubating" ] runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - name: Download All Native Artifacts @@ -605,7 +605,7 @@ jobs: run-spark-test-spark32: needs: build-native-lib-centos-7 runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - uses: actions/download-artifact@v4 @@ -646,7 +646,7 @@ jobs: run-spark-test-spark32-slow: needs: build-native-lib-centos-7 runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - name: Download All Artifacts @@ -674,7 +674,7 @@ jobs: run-spark-test-spark33: needs: build-native-lib-centos-7 runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - name: Download All Artifacts @@ -718,7 +718,7 @@ jobs: run-spark-test-spark33-slow: needs: build-native-lib-centos-7 runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - name: Download All Artifacts @@ -794,7 +794,7 @@ jobs: run-spark-test-spark34-jdk8: needs: build-native-lib-centos-7 runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - name: Download All Artifacts @@ -871,7 +871,7 @@ jobs: run-spark-test-spark34-slow-jdk8: needs: build-native-lib-centos-7 runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - name: Download All Artifacts @@ -903,7 +903,7 @@ jobs: run-spark-test-spark35: needs: build-native-lib-centos-7 runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - name: Download All Artifacts @@ -990,7 +990,7 @@ jobs: run-spark-test-spark35-scala213: needs: build-native-lib-centos-7 runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - name: Download All Artifacts @@ -1027,7 +1027,7 @@ jobs: run-spark-test-spark35-slow: needs: build-native-lib-centos-7 runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - name: Download All Artifacts @@ -1056,7 +1056,7 @@ jobs: run-spark-test-spark35-ras: needs: build-native-lib-centos-7 runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - name: Download All Artifacts @@ -1092,7 +1092,7 @@ jobs: run-spark-test-spark35-slow-ras: needs: build-native-lib-centos-7 runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - name: Download All Artifacts @@ -1120,7 +1120,7 @@ jobs: run-spark-test-spark35-smj: needs: build-native-lib-centos-7 runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - name: Download All Artifacts @@ -1156,7 +1156,7 @@ jobs: run-spark-test-spark35-slow-smj: needs: build-native-lib-centos-7 runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - name: Download All Artifacts @@ -1183,7 +1183,7 @@ jobs: run-cpp-test-udf-test: runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - name: Get Ccache diff --git a/.github/workflows/velox_backend_cache.yml b/.github/workflows/velox_backend_cache.yml index 3a6a8fadca..5140eb5325 100644 --- a/.github/workflows/velox_backend_cache.yml +++ b/.github/workflows/velox_backend_cache.yml @@ -56,7 +56,7 @@ jobs: cache-native-lib-centos-8: runs-on: ubuntu-20.04 - container: apache/gluten:centos-8 + container: apache/gluten:centos-8-jdk8 steps: - uses: actions/checkout@v2 - name: Get Ccache --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org For additional commands, e-mail: commits-h...@gluten.apache.org