ci/bare-metal: correct workaround for R8152 issue while retrieving TFTP data
authorDavid Heidelberg <david.heidelberg@collabora.com>
Tue, 19 Sep 2023 06:16:36 +0000 (11:46 +0530)
committerMarge Bot <emma+marge@anholt.net>
Thu, 5 Oct 2023 17:10:20 +0000 (17:10 +0000)
commitdaf1df9b706faa0c30f5388c329502276e23b23b
treeac690ba65c3e6a71ae5af5c3ca01fa1d25c5fbca
parent9c2212f9b3487a70d4ff5041577ecef73cfe2499
ci/bare-metal: correct workaround for R8152 issue while retrieving TFTP data

1. Move block used for detecting R8152 problems to the bootloader
phase where it belongs. Also remove requirement to 100 failures and just
retry immediatelly.

2. Consider job failed after 10 errors, not 100. From the logs on
   cheza-14, ~ 30 errors is enough to fail.

Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25285>
.gitlab-ci/bare-metal/cros_servo_run.py