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 5c85070f [AURON #2121] Update artifact name to include Celeborn and
Uniffle versions (#2122)
5c85070f is described below
commit 5c85070fff0a7349811e445038e1ca26b740c291
Author: cxzl25 <[email protected]>
AuthorDate: Fri Mar 27 21:55:18 2026 +0800
[AURON #2121] Update artifact name to include Celeborn and Uniffle versions
(#2122)
# Which issue does this PR close?
Closes #2121
# Rationale for this change
# What changes are included in this PR?
# Are there any user-facing changes?
# How was this patch tested?
---
.github/workflows/tpcds-reusable.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/tpcds-reusable.yml
b/.github/workflows/tpcds-reusable.yml
index d2e441ba..b3ae212e 100644
--- a/.github/workflows/tpcds-reusable.yml
+++ b/.github/workflows/tpcds-reusable.yml
@@ -179,7 +179,7 @@ jobs:
- name: Upload auron it (Spark ${{ inputs.sparkver }}, Scala ${{
inputs.scalaver }}, JDK ${{ inputs.javaver }})
uses: actions/upload-artifact@v7
with:
- name: auron-it-${{ inputs.sparkver }}_${{ inputs.scalaver }}-jdk-${{
inputs.javaver }}
+ name: auron-it-${{ inputs.sparkver }}_${{ inputs.scalaver }}-jdk-${{
inputs.javaver }}${{ inputs.celebornver && format('-{0}', inputs.celebornver)
|| '' }}${{ inputs.unifflever && format('-{0}', inputs.unifflever) || '' }}
path: dev/auron-it/target/auron-it-${{ inputs.sparkver }}_${{
inputs.scalaver }}*-jar-with-dependencies.jar
overwrite: true
@@ -248,7 +248,7 @@ jobs:
- name: Download auron-it JAR
uses: actions/download-artifact@v8
with:
- name: auron-it-${{ inputs.sparkver }}_${{ inputs.scalaver }}-jdk-${{
inputs.javaver }}
+ name: auron-it-${{ inputs.sparkver }}_${{ inputs.scalaver }}-jdk-${{
inputs.javaver }}${{ inputs.celebornver && format('-{0}', inputs.celebornver)
|| '' }}${{ inputs.unifflever && format('-{0}', inputs.unifflever) || '' }}
- name: Checkout TPC-DS Data
uses: actions/checkout@v6