yihua opened a new issue, #19527: URL: https://github.com/apache/hudi/issues/19527
After the trim in #19514, a push peaks at around 16 concurrent runners. The [ASF policy](https://infra.apache.org/github-actions-policy.html) says concurrency SHOULD be at most 15. `max-parallel` does not help: it caps matrix entries within a job, and every surviving job has exactly one entry, so peak concurrency equals the job count. Merging `test-flink-1` with `test-flink-2`, and the two bundle-validation jobs, gets there and is free in wall clock, since both merged jobs (69 min and 25 min measured) stay inside the critical path set by `test-spark-java17-java-tests-part1` at roughly 70 min. Part of #19524. -- 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]
