ci/bare-metal: Retry booting chezas instead of failing when !POWER_GOOD
authorEric Anholt <eric@anholt.net>
Wed, 19 Aug 2020 23:28:27 +0000 (16:28 -0700)
committerMarge Bot <eric+marge@anholt.net>
Fri, 21 Aug 2020 20:10:18 +0000 (20:10 +0000)
commitc27075e9e15d114ceec1f51a2882ef3700652c0c
treee441a39bac2579bcdee996dd9e1830388ad66aab
parentc63648121e189945e04c4a9963aaeb46db9403ec
ci/bare-metal: Retry booting chezas instead of failing when !POWER_GOOD

If we get this error, we can just try rebooting again and see if it comes
up then.  The POWER_GOOD failures are clustered in time, but it's better
to retry a few times in a row in one job (which has its own 60min timeout)
than to spuriously fail someone's pipeline.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6398>
.gitlab-ci/bare-metal/cros_servo_run.py