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

   ### 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` (cron `0 22 */2 * *`)
   - `.github/workflows/build_branch42_java25.yml` (cron `0 8 */2 * *`)
   
   They mirror the existing JDK 21 workflows for the same branches, differing 
only in `name`, `java`, and `cron`.
   
   ### Why are the changes needed?
   
   We already run scheduled JDK 25 builds on `master`. Extending the same 
coverage to `branch-4.x` and `branch-4.2` catches 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


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