Commit 0d6957e
committed
ci(qemu): dump per-task bitbake logs on failure
The Surface test results step only looked at testimage's oeqa
output, which doesn't exist when the build itself fails. Add a
Show per-task logs step (gated on if: failure()) that dumps every
tmp/work/.../temp/log.do_* file bitbake touched during the build.
That's where tar's actual stderr lives, which we currently can't
see -- and we've now had two runs of vscode do_unpack failing
with 'tar return value 2' in 20ms with no further info.1 parent 3f2c4b5 commit 0d6957e
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
162 | 177 | | |
163 | 178 | | |
164 | 179 | | |
| |||
0 commit comments