Commit aed20e2
committed
[SPARK-52474] Limit GHA job execution time to up to 20 minutes
### What changes were proposed in this pull request?
This PR aims to limit GHA job execution time to up to 20 minutes.
### Why are the changes needed?
According to the GitHub Action log on `main` branch, most CI finishes in 10 minutes. So, we can use `20` minutes as a job execution limit. This will stop abnormal executions. In those cases, we had better restart quickly.
- https://github.com/apache/spark-kubernetes-operator/actions/workflows/build_and_test.yml?query=branch%3Amain
### Does this PR introduce _any_ user-facing change?
No, this is a infra-only change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#244 from dongjoon-hyun/SPARK-52474.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>1 parent 88d106d commit aed20e2
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| 71 | + | |
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
| |||
144 | 148 | | |
145 | 149 | | |
146 | 150 | | |
| 151 | + | |
147 | 152 | | |
148 | 153 | | |
149 | 154 | | |
| |||
0 commit comments