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 700a1ea2dc [GLUTEN-7510][VL][CI] Change centos-8 docker image to
accelerate GHA workflow (#7511)
700a1ea2dc is described below
commit 700a1ea2dc9e14f7719ddae413e9947df39b56c7
Author: PHILO-HE <[email protected]>
AuthorDate: Mon Oct 14 12:50:44 2024 +0800
[GLUTEN-7510][VL][CI] Change centos-8 docker image to accelerate GHA
workflow (#7511)
We have included centos-8 in weekly scheduled docker build job, it can be
used now.
https://hub.docker.com/r/apache/gluten/tags
---
.github/workflows/velox_backend.yml | 20 ++++++++++----------
.github/workflows/velox_backend_cache.yml | 2 +-
dev/ci-velox-buildshared-centos-8.sh | 4 ++--
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/.github/workflows/velox_backend.yml
b/.github/workflows/velox_backend.yml
index c9460edbf6..1620699e7f 100644
--- a/.github/workflows/velox_backend.yml
+++ b/.github/workflows/velox_backend.yml
@@ -573,7 +573,7 @@ jobs:
run-spark-test-spark32:
needs: build-native-lib-centos-7
runs-on: ubuntu-20.04
- container: ghcr.io/facebookincubator/velox-dev:centos8
+ container: apache/gluten:centos-8
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache"
steps:
@@ -628,7 +628,7 @@ jobs:
run-spark-test-spark32-slow:
needs: build-native-lib-centos-7
runs-on: ubuntu-20.04
- container: ghcr.io/facebookincubator/velox-dev:centos8
+ container: apache/gluten:centos-8
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache"
steps:
@@ -678,7 +678,7 @@ jobs:
run-spark-test-spark33:
needs: build-native-lib-centos-7
runs-on: ubuntu-20.04
- container: ghcr.io/facebookincubator/velox-dev:centos8
+ container: apache/gluten:centos-8
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache"
steps:
@@ -736,7 +736,7 @@ jobs:
run-spark-test-spark33-slow:
needs: build-native-lib-centos-7
runs-on: ubuntu-20.04
- container: ghcr.io/facebookincubator/velox-dev:centos8
+ container: apache/gluten:centos-8
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache"
steps:
@@ -787,7 +787,7 @@ jobs:
run-spark-test-spark34:
needs: build-native-lib-centos-7
runs-on: ubuntu-20.04
- container: ghcr.io/facebookincubator/velox-dev:centos8
+ container: apache/gluten:centos-8
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache"
steps:
@@ -845,7 +845,7 @@ jobs:
run-spark-test-spark34-slow:
needs: build-native-lib-centos-7
runs-on: ubuntu-20.04
- container: ghcr.io/facebookincubator/velox-dev:centos8
+ container: apache/gluten:centos-8
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache"
steps:
@@ -896,7 +896,7 @@ jobs:
run-spark-test-spark35:
needs: build-native-lib-centos-7
runs-on: ubuntu-20.04
- container: ghcr.io/facebookincubator/velox-dev:centos8
+ container: apache/gluten:centos-8
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache"
steps:
@@ -953,7 +953,7 @@ jobs:
run-spark-test-spark35-scala213:
needs: build-native-lib-centos-7
runs-on: ubuntu-20.04
- container: ghcr.io/facebookincubator/velox-dev:centos8
+ container: apache/gluten:centos-8
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache"
steps:
@@ -1010,7 +1010,7 @@ jobs:
run-spark-test-spark35-slow:
needs: build-native-lib-centos-7
runs-on: ubuntu-20.04
- container: ghcr.io/facebookincubator/velox-dev:centos8
+ container: apache/gluten:centos-8
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache"
steps:
@@ -1060,7 +1060,7 @@ jobs:
run-cpp-test-udf-test:
runs-on: ubuntu-20.04
- container: ghcr.io/facebookincubator/velox-dev:centos8
+ container: apache/gluten:centos-8
steps:
- uses: actions/checkout@v2
- name: Generate cache key
diff --git a/.github/workflows/velox_backend_cache.yml
b/.github/workflows/velox_backend_cache.yml
index a25eda9367..dfc8abd778 100644
--- a/.github/workflows/velox_backend_cache.yml
+++ b/.github/workflows/velox_backend_cache.yml
@@ -60,7 +60,7 @@ jobs:
cache-native-lib-centos-8:
runs-on: ubuntu-20.04
- container: ghcr.io/facebookincubator/velox-dev:centos8
+ container: apache/gluten:centos-8
steps:
- uses: actions/checkout@v2
- name: Generate cache key
diff --git a/dev/ci-velox-buildshared-centos-8.sh
b/dev/ci-velox-buildshared-centos-8.sh
index b6b0cda02d..05c9c0d04d 100755
--- a/dev/ci-velox-buildshared-centos-8.sh
+++ b/dev/ci-velox-buildshared-centos-8.sh
@@ -3,5 +3,5 @@
set -e
source /opt/rh/gcc-toolset-9/enable
-./dev/builddeps-veloxbe.sh --run_setup_script=OFF --enable_ep_cache=OFF
--build_tests=ON \
- --build_examples=ON --build_benchmarks=ON --build_protobuf=ON
+./dev/builddeps-veloxbe.sh --run_setup_script=OFF --build_arrow=OFF
--enable_ep_cache=OFF --build_tests=ON \
+ --build_examples=ON --build_benchmarks=ON --build_protobuf=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]