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

   ### What changes were proposed in this pull request?
   The pr aims to make maven plugin `maven-deploy-plugin` retry `3` times.
   
   
   ### Why are the changes needed?
   I found that our `the daily scheduled publish snapshot` workflow of GA often 
failed. 
   https://github.com/apache/spark/actions/workflows/publish_snapshot.yml
   <img width="1031" alt="image" 
src="https://github.com/apache/spark/assets/15246973/2a759bf4-85de-4bc2-aff7-a226bd475321";>
   I tried to make it as successful as possible by changing the time of retries 
from `1`(default) to `3`.
   
https://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#retryFailedDeploymentCount
   
https://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-network-issues.html#configuring-multiple-tries
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   
   ### How was this patch tested?
   Keep observing `the daily scheduled publish snapshot` workflow of GA.
   https://github.com/apache/spark/actions/workflows/publish_snapshot.yml
   
   
   ### 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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to