Yicong-Huang opened a new pull request, #53226:
URL: https://github.com/apache/spark/pull/53226

   ### What changes were proposed in this pull request?
   Allow the CI `free_disk_space` step to ignore missing packages during 
`apt-get remove`.
   
   ### Why are the changes needed?
   Intermittent network or upstream issues can cause apt-get to fail when 
certain packages cannot be located. This failure blocks the `apt-get remove` 
operations in `free_disk_space`. Since these packages are optional for cleanup 
and their absence is harmless, we can safely ignore missing-package errors and 
let the step continue.
   
   Example CI failure: 
[https://github.com/Yicong-Huang/spark/actions/runs/19686762867/job/56398651193](https://github.com/Yicong-Huang/spark/actions/runs/19686762867/job/56398651193)
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   CI
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No


-- 
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