Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-48135][INFRA] Run
buf
and ui
only in PR builders and Java …
…21 Daily CI ### What changes were proposed in this pull request? This PR aims to run `buf` and `ui` tests only in PR builders and Java 21 Daily CI. ### Why are the changes needed? Currently, Apache Spark CI is running `buf` and `ui` tests always because they finish quickly. https://github.com/apache/spark/blob/32ba5c1db62caaaa2674e8acced56f89ed840bf9/.github/workflows/build_and_test.yml#L102-L103 - `buf` job https://github.com/apache/spark/blob/32ba5c1db62caaaa2674e8acced56f89ed840bf9/.github/workflows/build_and_test.yml#L571-L574 - `ui` job https://github.com/apache/spark/blob/32ba5c1db62caaaa2674e8acced56f89ed840bf9/.github/workflows/build_and_test.yml#L1049-L1052 However, ASF Infra team's guideline recommends to maintain the job concurrency level under or equal to `15`. We had better offload `buf` and `ui` from per-commit CI. - https://infra.apache.org/github-actions-policy.html > All workflows SHOULD have a job concurrency level less than or equal to 15. ### Does this PR introduce _any_ user-facing change? No because this is an infra update. ### How was this patch tested? Pass the CIs and manual review because PR builders will not be affected by this. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#46392 from dongjoon-hyun/SPARK-48135. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information