diff options
Diffstat (limited to '.gitlab-ci/bare-metal')
-rwxr-xr-x | .gitlab-ci/bare-metal/fastboot.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci/bare-metal/fastboot.sh b/.gitlab-ci/bare-metal/fastboot.sh index 2bf4ac2a5c1..d9360d2140e 100755 --- a/.gitlab-ci/bare-metal/fastboot.sh +++ b/.gitlab-ci/bare-metal/fastboot.sh @@ -78,7 +78,11 @@ done PATH=$BM:$PATH $BM_POWERUP # Once fastboot is ready, boot our image. -$BM/expect-output.sh artifacts/serial-output.txt -f "fastboot: processing commands" +$BM/expect-output.sh artifacts/serial-output.txt \ + -f "fastboot: processing commands" \ + -f "Listening for fastboot command on" \ + -e "data abort" + fastboot boot -s $BM_FASTBOOT_SERIAL artifacts/fastboot.img # Wait for the device to complete the deqp run |