mirror of
https://github.com/apache/spark.git
synced 2026-03-28 20:57:49 +00:00
This PR aims to set `strategy.max-parrallel` to 20 for all GitHub Action jobs.
ASF Infra team directly requested us via email in (privatespark) mailing list.
- https://lists.apache.org/thread/voqz9tp3m8wj00lp0y81n25qgvc90f3q
Here is `GitHub Action` syntax.
- https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#jobsjob_idstrategymax-parallel
<img width="762" height="112" alt="Screenshot 2026-02-07 at 21 09 02" src="https://github.com/user-attachments/assets/770d1b81-390b-49d1-8518-70cb20eb93af" />
No Apache Spark behavior change.
- Technically, for the PR builder, we use more 20 jobs on the PR contributor's GitHub repo. This job will be limited.
Pass the CIs.
Generated-by: `Opus 4.5` on `Claude Code`
Closes #54204 from dongjoon-hyun/SPARK-55423.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit de34528883)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>