mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 09:30:13 +01:00
broadcom/ci: automatically reboot rpi3 when they fail to find the root device
Band-aid to mask the problem, while we work on it in https://gitlab.freedesktop.org/gfx-ci/ci-tron/-/issues/303 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38447>
This commit is contained in:
parent
e20d910a6a
commit
ee5a95319d
1 changed files with 4 additions and 0 deletions
|
|
@ -158,6 +158,10 @@
|
||||||
# Enable the KMS driver
|
# Enable the KMS driver
|
||||||
dtoverlay=vc4-kms-v3d
|
dtoverlay=vc4-kms-v3d
|
||||||
GPU_VERSION: "broadcom-rpi3"
|
GPU_VERSION: "broadcom-rpi3"
|
||||||
|
# FIXME: hack to mask the problem in https://gitlab.freedesktop.org/gfx-ci/ci-tron/-/issues/303
|
||||||
|
# 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
|
||||||
|
|
||||||
|
|
||||||
# 1 device (2025-05-12)
|
# 1 device (2025-05-12)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue