[SPARK-57483][INFRA] Move scheduled CIs for 4.0 to branch-4.0#56530
Open
gaogaotiantian wants to merge 2 commits into
Open
[SPARK-57483][INFRA] Move scheduled CIs for 4.0 to branch-4.0#56530gaogaotiantian wants to merge 2 commits into
gaogaotiantian wants to merge 2 commits into
Conversation
Add a unified entry for all scheduled CIs for branch-4.0 (`branch40_scheduler.yml`), and remove the per-build `build_branch40_*.yml` files from `master`. Co-authored-by: Isaac
Restore the original `*/4` cron frequency and hours from the per-build `build_branch40_*.yml` files instead of switching to `*/2`. Co-authored-by: Isaac
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 a unified entry for all scheduled CIs for branch-4.0 (
branch40_scheduler.yml). It usesgh workflowto trigger the self-contained build workflows onbranch-4.0, and removes the per-buildbuild_branch40_*.ymlfiles frommaster.This follows the same approach as SPARK-56990 (#56046) for
branch-4.xand SPARK-57327 (#56379) forbranch-4.1. SPARK-57398 (#56461) already laid the ground onbranch-4.0by making the build workflows self-contained and dispatchable, so this PR only needs to change themasterscheduled tasks.The scheduler triggers the following targets on
branch-4.0(also exposed viaworkflow_dispatch):build_java17,build_java21,build_maven,build_maven_java21,build_non_ansi,build_python_3.11,build_python_pypy3.10. Note this differs from thebranch-4.1set: there is nopython_3.14build onbranch-4.0. The cron schedule preserves the original times and*/4frequency from thebuild_branch40_*.ymlfiles (the Java 17 and Python 3.11 builds share0 12, and the Maven and Maven Java 21 builds share0 14, as before).README.mdis updated so the branch-4.0 badges point at the self-contained workflows filtered by?branch=branch-4.0.Why are the changes needed?
This is part of decoupling our CIs. All
branch-4.0related CIs should only rely on files onbranch-4.0, with the exception of this new scheduler file which is needed onmasterto trigger scheduled tasks (scheduled workflows only fire from the default branch).Does this PR introduce any user-facing change?
No. CI only.
How was this patch tested?
These workflows can be triggered manually via
workflow_dispatchonce merged.Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Claude Opus 4.8)
This pull request and its description were written by Isaac.