Commit 913b162
committed
### What changes were proposed in this pull request?
This PR is a follow-up of the following to disable `actions/cache` on `python_hosted_runner_test.yml` and remove `timeout-minutes` temporarily, too.
- #53180
### 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_python_3.11_macos.yml
- https://github.com/apache/spark/actions/workflows/build_python_3.11_macos26.yml
### 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 #53181 from dongjoon-hyun/SPARK-54467-2.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 3c50fda commit 913b162
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| 121 | + | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| |||
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| 133 | + | |
| 134 | + | |
130 | 135 | | |
131 | 136 | | |
132 | 137 | | |
| |||
0 commit comments