mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 11:00:11 +01:00
broadcom/ci: fix rpi4 retries
CI-tron currently requires a number of minutes to also be set, so let's
just pick some huge value that will never actually trigger, leaving the
OVERALL timeout as the only one that applies.
Fixes: ee5a95319d ("broadcom/ci: automatically reboot rpi3 when they fail to find the root device")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38461>
This commit is contained in:
parent
f9341082a2
commit
9f2bab6569
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@
|
|||
# To be reverted once the cause is identified and fixed.
|
||||
CI_TRON_PATTERN__SESSION_REBOOT__REGEX: "VFS: Cannot open root device"
|
||||
CI_TRON_TIMEOUT__BOOT_CYCLE__RETRIES: 2
|
||||
CI_TRON_TIMEOUT__BOOT_CYCLE__MINUTES: 1440 # 24h, but really it's just some huge value that will never actually trigger; the OVERALL timeout continues to apply
|
||||
|
||||
|
||||
# 1 device (2025-05-12)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue