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 7ebfa2347 [GLUTEN-4917][VL][CI] update to use apache/gluten docker
(#5186)
7ebfa2347 is described below
commit 7ebfa23473396f95553c65e23943d32a316ef50d
Author: Yuan <[email protected]>
AuthorDate: Sun Apr 7 12:53:19 2024 +0800
[GLUTEN-4917][VL][CI] update to use apache/gluten docker (#5186)
This patch updated the GHA to use the docker image from apache/gluten
account
Signed-off-by: Yuan Zhou <[email protected]>
---
.github/workflows/build_bundle_package.yml | 2 +-
.github/workflows/velox_docker.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build_bundle_package.yml
b/.github/workflows/build_bundle_package.yml
index 1dff6cac9..4fc45f098 100644
--- a/.github/workflows/build_bundle_package.yml
+++ b/.github/workflows/build_bundle_package.yml
@@ -38,7 +38,7 @@ on:
jobs:
build-native-lib:
runs-on: ubuntu-20.04
- container: inteldpo/gluten-centos-packaging:latest
+ container: apache/gluten:gluten-vcpkg-builder_2024_03_17
steps:
- uses: actions/checkout@v2
- name: Build Gluten velox third party
diff --git a/.github/workflows/velox_docker.yml
b/.github/workflows/velox_docker.yml
index 76dd956e8..1e74a159c 100644
--- a/.github/workflows/velox_docker.yml
+++ b/.github/workflows/velox_docker.yml
@@ -47,7 +47,7 @@ concurrency:
jobs:
build-native-lib:
runs-on: ubuntu-20.04
- container: inteldpo/gluten-centos-packaging:latest # centos7 with
dependencies installed
+ container: apache/gluten:gluten-vcpkg-builder_2024_03_17 # centos7 with
dependencies installed
steps:
- uses: actions/checkout@v2
- name: Generate cache key
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]