Commit 3c50fda
committed
[SPARK-54467][INFRA] Disable
### What changes were proposed in this pull request?
This PR aims to disable `actions/cache` on MacOS CIs and remove `timeout-minutes` temporarily.
- SPARK-54466 (Re-enable `actions/cache` on MacOS) is filed to recover this back after GitHub Action outage is resolved.
### Why are the changes needed?
Currently, GitHub Action has an outage on `actions/cache` step due to `hashFiles` fails .
- https://github.com/orgs/community/discussions/180160
- actions/runner-images#13341
Apache Spark MacOS CIs are affected like the following currently.
- https://github.com/apache/spark/actions/workflows/build_maven_java21_macos26.yml
- https://github.com/apache/spark/actions/workflows/build_python_3.11_macos.yml
- https://github.com/apache/spark/actions/workflows/build_python_3.11_macos26.yml
> Error: The template is not valid. apache/spark/.github/workflows/python_hosted_runner_test.yml01fa49b9755f324d9d30cf1e61b07188a59342c7 (Line: 126, Col: 16): hashFiles('**/pom.xml, project/build.properties, build/mvn, build/sbt, build/sbt-launch-lib.bash, build/spark-build-info') failed. Fail to hash files under directory '/Users/runner/work/spark/spark'
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #53180 from dongjoon-hyun/SPARK-54467.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>actions/cache on MacOS CIs1 parent 3861ba4 commit 3c50fda
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| 147 | + | |
| 148 | + | |
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
| |||
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
| 159 | + | |
| 160 | + | |
156 | 161 | | |
157 | 162 | | |
158 | 163 | | |
| |||
0 commit comments