From 9a462d7f2f1fdfe8a5aedf1dd500e6e7d09cdfab Mon Sep 17 00:00:00 2001 From: yew1eb Date: Wed, 24 Dec 2025 11:19:43 +0800 Subject: [PATCH 1/4] [AURON #1790] Rename workflow build-ce-releases.yml --- .../{build-ce7-releases.yml => build-amd64-releases.yml} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename .github/workflows/{build-ce7-releases.yml => build-amd64-releases.yml} (96%) diff --git a/.github/workflows/build-ce7-releases.yml b/.github/workflows/build-amd64-releases.yml similarity index 96% rename from .github/workflows/build-ce7-releases.yml rename to .github/workflows/build-amd64-releases.yml index a9244ef85..32b0fcbea 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: @@ -33,15 +33,15 @@ on: 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 }} From 02f30f5cfca9e90ee980720809580d26fbb96f61 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 30 Dec 2025 20:15:29 +0800 Subject: [PATCH 2/4] Update .github/workflows/build-amd64-releases.yml Co-authored-by: cxzl25 <3898450+cxzl25@users.noreply.github.com> --- .github/workflows/build-amd64-releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-amd64-releases.yml b/.github/workflows/build-amd64-releases.yml index 32b0fcbea..b07d5cb9d 100644 --- a/.github/workflows/build-amd64-releases.yml +++ b/.github/workflows/build-amd64-releases.yml @@ -28,7 +28,7 @@ on: - master - branch-* paths: - - '.github/workflows/build-ce7-releases.yml' + - '.github/workflows/build-amd64-releases.yml' - 'auron-build.sh' jobs: From 8e46dfe95316b5ddf3ed72194eea95137c622e7b Mon Sep 17 00:00:00 2001 From: yew1eb Date: Mon, 5 Jan 2026 15:16:28 +0800 Subject: [PATCH 3/4] up --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46924389a..d3bdde883 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)

@@ -119,9 +119,9 @@ Contact us through the following mailing list. | [dev@auron.apache.org](mailto:dev@auron.apache.org) | Development-related discussions | [Subscribe](mailto:dev-subscribe@auron.apache.org) | [Unsubscribe](mailto:dev-unsubscribe@auron.apache.org) | -### Contributing +### Report Issues or Submit Pull Request -Interested in contributing to Auron? Please read our [Contributing Guide](CONTRIBUTING.md) for detailed information on how to get started. +If you meet any questions, connect us and fix it by submitting a 🔗[Pull Request](https://github.com/apache/auron/pulls). ## License From d04c800e399b2e0d758597d2874ce16c92c0fabd Mon Sep 17 00:00:00 2001 From: yew1eb Date: Mon, 5 Jan 2026 16:00:17 +0800 Subject: [PATCH 4/4] fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3bdde883..977333e06 100644 --- a/README.md +++ b/README.md @@ -119,9 +119,9 @@ Contact us through the following mailing list. | [dev@auron.apache.org](mailto:dev@auron.apache.org) | Development-related discussions | [Subscribe](mailto:dev-subscribe@auron.apache.org) | [Unsubscribe](mailto:dev-unsubscribe@auron.apache.org) | -### Report Issues or Submit Pull Request +### Contributing -If you meet any questions, connect us and fix it by submitting a 🔗[Pull Request](https://github.com/apache/auron/pulls). +Interested in contributing to Auron? Please read our [Contributing Guide](CONTRIBUTING.md) for detailed information on how to get started. ## License