This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-connect-swift.git
The following commit(s) were added to refs/heads/main by this push:
new b3fe8f5 [SPARK-55426] Set `strategy.max-parrallel` to 20 for all
GitHub Action jobs
b3fe8f5 is described below
commit b3fe8f551f1754232496a27d4c1eae77653e7aea
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Feb 7 22:37:35 2026 -0800
[SPARK-55426] Set `strategy.max-parrallel` to 20 for all GitHub Action jobs
### What changes were proposed in this pull request?
This PR aims to set `strategy.max-parrallel` to 20 for all GitHub Action
jobs.
### Why are the changes needed?
To be consistent with Apache Spark main repository although we don't have
such a job.
- https://github.com/apache/spark/pull/54204
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"
/>
### Does this PR introduce _any_ user-facing change?
No Apache Spark behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: `Opus 4.5` on `Claude Code`
Closes #287 from dongjoon-hyun/SPARK-55426.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/publish_image.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/publish_image.yml
b/.github/workflows/publish_image.yml
index 3d71e3b..d136edc 100644
--- a/.github/workflows/publish_image.yml
+++ b/.github/workflows/publish_image.yml
@@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
+ max-parallel: 20
matrix:
# keep in sync with default value of workflow_dispatch input 'example'
example: ${{ fromJSON( inputs.example || '["pi", "web"]' ) }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]