From ee5a95319db15b378bd6141475d3ca8627402512 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 14 Nov 2025 09:32:47 +0100 Subject: [PATCH] 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: --- src/broadcom/ci/gitlab-ci-inc.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/broadcom/ci/gitlab-ci-inc.yml b/src/broadcom/ci/gitlab-ci-inc.yml index df6feea0d35..c6a64edcaaf 100644 --- a/src/broadcom/ci/gitlab-ci-inc.yml +++ b/src/broadcom/ci/gitlab-ci-inc.yml @@ -158,6 +158,10 @@ # Enable the KMS driver dtoverlay=vc4-kms-v3d 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)