dongjoon-hyun opened a new pull request, #57505:
URL: https://github.com/apache/spark/pull/57505

   ### What changes were proposed in this pull request?
   
   This PR aims to pin the MinIO image in `DepsTestsSuite` to 
`RELEASE.2025-09-07T16-13-09Z`
   (the current `latest`) instead of the floating `latest` tag, and to change 
`imagePullPolicy`
   from `Always` to `IfNotPresent` accordingly.
   
   ### Why are the changes needed?
   
   The floating `latest` tag makes the K8s integration tests non-reproducible: 
a new MinIO
   release can break CI without any change in Spark. Pinning the tag also 
allows `IfNotPresent`,
   avoiding a registry pull on every test run.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. This is a test-only change.
   
   ### How was this patch tested?
   
   Pass the CIs, including the K8s integration tests.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Fable 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