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

richox 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 071775f8 [AURON #1837] ci: Clean up injected JARs to keep Spark bin 
cache pure (#1838)
071775f8 is described below

commit 071775f8f825100c68e6a1b0f497afafdda686cd
Author: Thomas <[email protected]>
AuthorDate: Wed Jan 7 16:24:12 2026 +0800

    [AURON #1837] ci: Clean up injected JARs to keep Spark bin cache pure 
(#1838)
    
    <!--
    - Start the PR title with the related issue ID, e.g. '[AURON #XXXX]
    Short summary...'.
    -->
    # Which issue does this PR close?
    
    Closes #1837
    
    # 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 | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/workflows/tpcds-reusable.yml 
b/.github/workflows/tpcds-reusable.yml
index 0d94d8fb..57e21ce8 100644
--- a/.github/workflows/tpcds-reusable.yml
+++ b/.github/workflows/tpcds-reusable.yml
@@ -420,3 +420,12 @@ jobs:
             }}${{ inputs.unifflever && format('-{0}', inputs.unifflever) || '' 
}}
           path: |
             /tmp/rss/logs/*
+
+      - name: Clean up injected JARs to keep Spark bin cache pure
+        if: steps.cache-spark-bin.outputs.cache-hit != 'true'
+        run: |
+          cd spark-bin-${{ inputs.sparkver }}_${{ inputs.scalaver }}/jars/
+          rm -f auron-*${{ inputs.sparkver }}_${{ inputs.scalaver }}*.jar
+          rm -f celeborn-client-spark-*_${{ inputs.scalaver }}-*.jar
+          rm -f rss-client-spark*.jar
+          ls -la ./
\ No newline at end of file

Reply via email to