Commit f9d2f42
committed
[SPARK-50394][PYTHON][INFRA] Reduce parallelism in Pure Python library builds
### What changes were proposed in this pull request?
This PR proposes to decrease parallelism in Pure Python library builds
### Why are the changes needed?
In order to make the tests more robust:
https://github.com/apache/spark/actions/workflows/build_python_connect.yml
https://github.com/apache/spark/actions/workflows/build_python_connect35.yml
Now they fail because of OOM.
### Does this PR introduce _any_ user-facing change?
No, test-only
### How was this patch tested?
Will monitor the build:
https://github.com/apache/spark/actions/workflows/build_python_connect.yml
https://github.com/apache/spark/actions/workflows/build_python_connect35.yml
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #48932 from HyukjinKwon/reduce-parallelism.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>1 parent 5e076ef commit f9d2f42
File tree
2 files changed
+2
-2
lines changed- .github/workflows
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments