Commit e92b074
authored
ci: add timeout-minutes to all jobs in functions.yaml (#3535)
Without explicit timeouts, GitHub Actions defaults to 6 hours per job.
Add job-level timeouts based on expected runtimes to prevent hung jobs
from consuming CI minutes unnecessarily:
- precheck: 15m
- test-unit: 30m
- test-templates: 60m
- test-integration: 120m
- test-e2e: 120m
- test-e2e-podman: 120m
- test-e2e-runtimes: 90m
- test-e2e-config-ci: 120m
- build: 30m
- publish-utils-image: 30m
- publish-image: 30m
Fixes #35301 parent 60984e7 commit e92b074
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| 103 | + | |
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
| |||
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| 141 | + | |
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
| |||
198 | 202 | | |
199 | 203 | | |
200 | 204 | | |
| 205 | + | |
201 | 206 | | |
202 | 207 | | |
203 | 208 | | |
| |||
251 | 256 | | |
252 | 257 | | |
253 | 258 | | |
| 259 | + | |
254 | 260 | | |
255 | 261 | | |
256 | 262 | | |
| |||
316 | 322 | | |
317 | 323 | | |
318 | 324 | | |
| 325 | + | |
319 | 326 | | |
320 | 327 | | |
321 | 328 | | |
| |||
395 | 402 | | |
396 | 403 | | |
397 | 404 | | |
| 405 | + | |
398 | 406 | | |
399 | 407 | | |
400 | 408 | | |
| |||
455 | 463 | | |
456 | 464 | | |
457 | 465 | | |
| 466 | + | |
458 | 467 | | |
459 | 468 | | |
460 | 469 | | |
| |||
493 | 502 | | |
494 | 503 | | |
495 | 504 | | |
| 505 | + | |
496 | 506 | | |
497 | 507 | | |
498 | 508 | | |
| |||
535 | 545 | | |
536 | 546 | | |
537 | 547 | | |
| 548 | + | |
538 | 549 | | |
539 | 550 | | |
540 | 551 | | |
| |||
0 commit comments