felipepessoto opened a new pull request, #13034: URL: https://github.com/apache/gluten/pull/13034
## What changes are proposed in this pull request? Make the Delta Spark UT workflow's Apache Stash save steps best-effort by setting `continue-on-error: true` for ccache, Maven, and sbt/Ivy/Coursier cache persistence. Run https://github.com/apache/gluten/actions/runs/35067839273 uploaded the complete ccache archive but received an intermediary HTTP 403 while finalizing it. Because the optional cache save was fatal, the required native artifact upload and all downstream Delta jobs were skipped. This change keeps required build artifacts and tests strict while preventing Stash service failures from blocking CI. ## How was this patch tested? - `git diff --check` - Verified all three Apache Stash save steps in `.github/workflows/delta_spark_ut.yml` are non-blocking. ## Was this patch authored or co-authored using generative AI tooling? Generated-by: GitHub Copilot 1.0.84-5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
