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

csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new 450944afa [AURON #1790] Rename workflow build-ce-releases.yml (#1791)
450944afa is described below

commit 450944afabc47a7a744435f37b37e3d13381e5c4
Author: Thomas <[email protected]>
AuthorDate: Mon Jan 5 16:55:04 2026 +0800

    [AURON #1790] Rename workflow build-ce-releases.yml (#1791)
    
    # Which issue does this PR close?
    
    Closes #1790
    
    # Rationale for this change
    
    # What changes are included in this PR?
    
    # Are there any user-facing changes?
    
    # How was this patch tested?
    
    ---------
    
    Co-authored-by: cxzl25 <[email protected]>
---
 .../{build-ce7-releases.yml => build-amd64-releases.yml}      | 11 ++++++-----
 README.md                                                     |  2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build-ce7-releases.yml 
b/.github/workflows/build-amd64-releases.yml
similarity index 95%
rename from .github/workflows/build-ce7-releases.yml
rename to .github/workflows/build-amd64-releases.yml
index a9244ef85..b07d5cb9d 100644
--- a/.github/workflows/build-ce7-releases.yml
+++ b/.github/workflows/build-amd64-releases.yml
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-name: Build Centos7 Releases
+name: Build amd64 Releases
 
 on:
   workflow_dispatch:
@@ -28,20 +28,20 @@ on:
       - master
       - branch-*
     paths:
-      - '.github/workflows/build-ce7-releases.yml'
+      - '.github/workflows/build-amd64-releases.yml'
       - 'auron-build.sh'
 
 jobs:
   build-snapshot:
-    name: Build Snapshot
-    runs-on: ubuntu-24.04
+    name: Build amd64
+    runs-on: ${{ matrix.runner }}
     strategy:
       matrix:
         sparkver: [spark-3.0, spark-3.1, spark-3.2, spark-3.3, spark-3.4, 
spark-3.5]
         scalaver: [ 2.12, 2.13 ]
         javaver: [ 8, 21 ]
         auronver: [7.0.0-SNAPSHOT]
-        runner: [ce7]
+        runner: [ ubuntu-24.04 ]
         exclude:
           # Only build on scala-2.13 for spark-3.5
           - sparkver: spark-3.0
@@ -101,6 +101,7 @@ jobs:
           sed -i 's/docker-compose -f/docker compose -f/g' ./auron-build.sh
           ./auron-build.sh \
           --docker true \
+          --image centos7 \
           --release \
           --sparkver ${{ env.sparkver_short }} \
           --scalaver ${{ matrix.scalaver }}
diff --git a/README.md b/README.md
index 46924389a..977333e06 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
 # Apache Auron (Incubating)
 
 
[![TPC-DS](https://github.com/apache/auron/actions/workflows/tpcds.yml/badge.svg?branch=master)](https://github.com/apache/auron/actions/workflows/tpcds.yml)
-[![master-ce7-builds](https://github.com/apache/auron/actions/workflows/build-ce7-releases.yml/badge.svg?branch=master)](https://github.com/apache/auron/actions/workflows/build-ce7-releases.yml)
+[![master-amd64-builds](https://github.com/apache/auron/actions/workflows/build-ce7-releases.yml/badge.svg?branch=master)](https://github.com/apache/auron/actions/workflows/build-amd64-releases.yml)
 
 <p align="center"><img src="./dev/auron-logo.png" /></p>
 

Reply via email to