[AURON #1314] Speed up CI by using Apache closer.lua syntax for dependency downloads#1315
Merged
merrily01 merged 1 commit intoapache:masterfrom Oct 13, 2025
Merged
Conversation
Member
Author
|
Depends on #1310 , will rebase afterwards. |
fb5d409 to
3bf1fd0
Compare
Member
Author
cxzl25
approved these changes
Sep 24, 2025
ShreyeshArangath
approved these changes
Sep 30, 2025
Contributor
ShreyeshArangath
left a comment
There was a problem hiding this comment.
Thanks for working on this!
…or dependency downloads
3bf1fd0 to
1e5f815
Compare
cxzl25
approved these changes
Oct 10, 2025
Member
Author
Member
Author
|
Since there hasn’t been any feedback, I’ll go ahead and merge this. Thanks for the review @cxzl25 @ShreyeshArangath |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Closes #1314.
Rationale for this change
Currently, the CI downloads Spark, Celeborn, Uniffle, and other dependencies directly from archive.apache.org, which is relatively slow and sometimes prone to network issues or download failures.
This change is inspired by apache/kyuubi#7205 and @cxzl25 .
Ref : https://infra.apache.org/release-download-pages.html#download-scripts
This PR proposes to:
Use APACHE_MIRROR=https://www.apache.org/dyn/closer.lua with
?action=downloadquery to leverage Apache’s mirror network for faster downloads.Adjust artifact extraction (tarball filename handling) to match the mirrored download URLs.
What changes are included in this PR?
Are there any user-facing changes?
How was this patch tested?