Commit 2bdd922
fix(ci): increase devstack wait timeout and add failure diagnostics
The full-stack-test workflow was timing out on generate-configs with
WAIT_TIMEOUT=600 (10 min). CI runners are slow and services sometimes
need longer to initialize.
- Increase WAIT_TIMEOUT from 600 to 900 (15 min)
- Add timeout-minutes: 30 to prevent runaway jobs (was using 6h default)
- Add diagnostic step on failure: dump tilt resource status and recent logs
- Run teardown with if: always() so cleanup happens on failure too
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 31797a3 commit 2bdd922
1 file changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
35 | | - | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 | | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
0 commit comments