[SPARK-56836][INFRA] Add Java 25 CI for branch-4.2/4.x#55833
Closed
dongjoon-hyun wants to merge 2 commits into
Closed
[SPARK-56836][INFRA] Add Java 25 CI for branch-4.2/4.x#55833dongjoon-hyun wants to merge 2 commits into
branch-4.2/4.x#55833dongjoon-hyun wants to merge 2 commits into
Conversation
Member
Author
|
Could you review this PR, @peter-toth ? |
peter-toth
approved these changes
May 12, 2026
Member
Author
|
Thank you, @peter-toth ! |
Member
Author
|
Merged to master only for Apache Spark 4.2.0. GitHub Actions only allows |
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.
What changes were proposed in this pull request?
Add two scheduled GitHub Actions workflows that build the active release branches with JDK 25:
.github/workflows/build_branch4x_java25.yml(cron0 22 */2 * *).github/workflows/build_branch42_java25.yml(cron0 8 */2 * *)They mirror the existing JDK 21 workflows for the same branches, differing only in
name,java, andcron.Why are the changes needed?
We already run scheduled JDK 25 builds on
master. Extending the same coverage tobranch-4.xandbranch-4.2catches JDK 25 regressions on the release branches.Does this PR introduce any user-facing change?
No.
How was this patch tested?
CI-only change. The new cron times do not collide with any existing workflow schedule.
Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.7