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

zhouyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new c82d65318e [MINOR][CI] Make Delta stash saves non-blocking (#13034)
c82d65318e is described below

commit c82d65318ea01be22d4f6bb5c31797378f81e8c6
Author: Felipe Pessoto <[email protected]>
AuthorDate: Fri Sep 18 04:51:23 2026 -0700

    [MINOR][CI] Make Delta stash saves non-blocking (#13034)
---
 .github/workflows/delta_spark_ut.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/delta_spark_ut.yml 
b/.github/workflows/delta_spark_ut.yml
index 066a418e09..b9d240d8d8 100644
--- a/.github/workflows/delta_spark_ut.yml
+++ b/.github/workflows/delta_spark_ut.yml
@@ -228,6 +228,7 @@ jobs:
       - name: Save Ccache to Apache Stash
         # Comment runs use main's Stash scope; never overwrite it with PR 
output.
         if: ${{ always() && github.event_name != 'issue_comment' }}
+        continue-on-error: true
         uses: 
apache/infrastructure-actions/stash/save@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53
         with:
           path: '${{ env.CCACHE_DIR }}'
@@ -290,6 +291,7 @@ jobs:
             -DskipTests -Dmaven.compiler.release=17
       - name: Save Maven repository to Apache Stash
         if: ${{ github.event_name != 'issue_comment' }}
+        continue-on-error: true
         uses: 
apache/infrastructure-actions/stash/save@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53
         with:
           path: /root/.m2/repository
@@ -456,6 +458,7 @@ jobs:
         # All shards have the same dependencies; one writer avoids matrix jobs
         # overwriting the same stash artifact.
         if: ${{ success() && matrix.shard == 0 && github.event_name != 
'issue_comment' }}
+        continue-on-error: true
         uses: 
apache/infrastructure-actions/stash/save@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53
         with:
           path: |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to