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 1dc88d23 Replace hardcode and unify build artifact names (#1256)
1dc88d23 is described below

commit 1dc88d23347955288ece7cb12edba2a48051bf7a
Author: Ruilei Ma <[email protected]>
AuthorDate: Tue Sep 2 13:02:40 2025 +0800

    Replace hardcode and unify build artifact names (#1256)
---
 .github/workflows/build-arm-releases.yml | 2 +-
 .github/workflows/build-ce7-releases.yml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-arm-releases.yml 
b/.github/workflows/build-arm-releases.yml
index 68a44d51..9fe734eb 100644
--- a/.github/workflows/build-arm-releases.yml
+++ b/.github/workflows/build-arm-releases.yml
@@ -97,6 +97,6 @@ jobs:
       - name: Upload auron-${{ matrix.sparkver }}_${{ matrix.scalaver }}
         uses: actions/upload-artifact@v4
         with:
-          name: auron-${{matrix.sparkver}}_${{ matrix.scalaver }}-release-${{ 
matrix.runner }}-${{ env.osclassfier }}-${{ matrix.auronver }}-SNAPSHOT-ce7-${{ 
steps.commit.outputs.short }}.jar
+          name: auron-${{matrix.sparkver}}_${{ matrix.scalaver }}-release-${{ 
env.osclassfier }}-${{ matrix.auronver }}-SNAPSHOT-${{ matrix.runner }}-${{ 
steps.commit.outputs.short }}.jar
           path: target/auron-${{matrix.sparkver}}_${{ matrix.scalaver 
}}-release-${{ env.osclassfier }}-${{ matrix.auronver }}-SNAPSHOT.jar
           overwrite: true
diff --git a/.github/workflows/build-ce7-releases.yml 
b/.github/workflows/build-ce7-releases.yml
index cb504edc..1cf9c24f 100644
--- a/.github/workflows/build-ce7-releases.yml
+++ b/.github/workflows/build-ce7-releases.yml
@@ -39,6 +39,7 @@ jobs:
         sparkver: [spark-3.0, spark-3.1, spark-3.2, spark-3.3, spark-3.4, 
spark-3.5]
         scalaver: [ 2.12, 2.13 ]
         auronver: [5.0.0]
+        runner: [ce7]
         exclude:
           # Only build on scala-2.13 for spark-3.5
           - sparkver: spark-3.0
@@ -85,6 +86,6 @@ jobs:
       - name: Upload auron-${{ matrix.sparkver }}_${{ matrix.scalaver }}
         uses: actions/upload-artifact@v4
         with:
-          name: auron-${{matrix.sparkver}}_${{matrix.scalaver}}-release-${{ 
env.osclassfier }}-${{ matrix.auronver }}-SNAPSHOT-ce7-${{ 
steps.commit.outputs.short }}.jar
+          name: auron-${{matrix.sparkver}}_${{matrix.scalaver}}-release-${{ 
env.osclassfier }}-${{ matrix.auronver }}-SNAPSHOT-${{ matrix.runner }}-${{ 
steps.commit.outputs.short }}.jar
           path: 
target-docker/auron-${{matrix.sparkver}}_${{matrix.scalaver}}-release-${{ 
env.osclassfier }}-${{ matrix.auronver }}-SNAPSHOT.jar
           overwrite: true

Reply via email to