zhengruifeng opened a new pull request, #58121:
URL: https://github.com/apache/spark/pull/58121

   ### What changes were proposed in this pull request?
   
   This PR adds a 10-minute timeout and `continue-on-error: true` to the
   `Free up disk space` steps in the GitHub Actions build workflow.
   
   ### Why are the changes needed?
   
   The disk cleanup step is an optimization. If it hangs, the job can spend its
   entire timeout before reaching setup or tests. Continuing after the cleanup
   step times out lets CI proceed with a higher disk space risk instead of
   cancelling the whole job during cleanup.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Not run. This is a GitHub Actions workflow-only change.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Codex (GPT-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]

Reply via email to