From 9f2bab6569b66e308b7968e574a9c7a673ed0e3a Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sat, 15 Nov 2025 08:43:04 +0100 Subject: [PATCH] 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: ee5a95319db15b378bd6 ("broadcom/ci: automatically reboot rpi3 when they fail to find the root device") Part-of: --- src/broadcom/ci/gitlab-ci-inc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/broadcom/ci/gitlab-ci-inc.yml b/src/broadcom/ci/gitlab-ci-inc.yml index c6a64edcaaf..896bab98b9f 100644 --- a/src/broadcom/ci/gitlab-ci-inc.yml +++ b/src/broadcom/ci/gitlab-ci-inc.yml @@ -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)