aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/bare-metal
diff options
context:
space:
mode:
authorChristian Gmeiner <[email protected]>2020-06-04 12:56:00 +0200
committerMarge Bot <[email protected]>2020-06-05 11:02:35 +0000
commit4b7de75b4b252e1a535635e96baecedf3d98bd7a (patch)
tree4218744d3c6ee10c344478c3c6e1f08a6721b5b4 /.gitlab-ci/bare-metal
parent06d817199454214a942f32d56034aaae87faa50b (diff)
ci: add U-Boot specific fetch strings
U-Boot's fastboot over udp generates the following output: Listening for fastboot command on x.y.z.w Also add a general 'data abort' error string seen with an too old U-Boot version: https://github.com/u-boot/u-boot/commit/95712af Signed-off-by: Christian Gmeiner <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5258>
Diffstat (limited to '.gitlab-ci/bare-metal')
-rwxr-xr-x.gitlab-ci/bare-metal/fastboot.sh6
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