Commit 54516e2
fix(ci): don't --rm the boot-test VM — it races serial.log capture
CodeRabbit review: with --rm, a VM that exits early (the exact failure
M0 exists to diagnose) is autoremoved before cleanup() reads podman
logs, silently losing the serial console. cleanup() already does the
explicit rm -f.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018bGymcRkVtV7DPToWDjZyZ1 parent ac92100 commit 54516e2
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
138 | 141 | | |
139 | 142 | | |
140 | 143 | | |
| |||
0 commit comments