commit | 2bc82b7147cc598d1b210d0dcbc5697a5f3a49b1 | [log] [tgz] |
---|---|---|
author | Eric Engestrom <eric@igalia.com> | Wed Jul 24 11:42:28 2024 +0200 |
committer | Marge Bot <emma+marge@anholt.net> | Fri Jul 26 14:29:56 2024 +0000 |
tree | 365e348e124aa5186feaa10de094dfedc27ce666 | |
parent | b919bdc6f60a2f263be306c9e18cb32bd6d6010f [diff] |
ci/baremetal: fix logic for retrying boot when it failed Contrary to what the original commit said, this is actually still used (see .gitlab-ci/bare-metal/poe-powered.sh:205), and the boot retry logic has been broken ever since, exacerbating the rpi farm boot problems. Fixes: 97b2afa16aeeceff53fb ("ci/bare-metal: Drop the 2 vs 1 exit code from poe_run.") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30340>