ci/bare-metal: Fail early when we get stuck powering on a cheza.
I think I've seen about 3 of this error total so far, but waiting 60 minutes for the scripts to give up wastes marge time. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5651>
This commit is contained in:
parent
189a0fecf5
commit
63805ccd3f
1 changed files with 2 additions and 1 deletions
|
|
@ -83,7 +83,8 @@ $BM/write-serial.py $BM_SERIAL `printf '\016'`
|
|||
# Wait for the device to complete the deqp run
|
||||
$BM/expect-output.sh serial-output.txt \
|
||||
-f "bare-metal result" \
|
||||
-e "---. end Kernel panic"
|
||||
-e "---. end Kernel panic" \
|
||||
-e "POWER_GOOD not seen in time"
|
||||
|
||||
# power down the CPU on the device
|
||||
$BM/write-serial.py $BM_SERIAL_EC 'power off'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue