From d85af615f9827f959b7a773bf34d4c6a831e8d7a Mon Sep 17 00:00:00 2001 From: Guilherme Gallo Date: Wed, 5 Mar 2025 14:04:15 -0300 Subject: [PATCH] ci/lava: Remove depthcharge-start timeout It has no effect, as it is overridden by depthcharge-retry timeout / failure_retry. Signed-off-by: Guilherme Gallo Part-of: --- .gitlab-ci/lava/utils/lava_job_definition.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci/lava/utils/lava_job_definition.py b/.gitlab-ci/lava/utils/lava_job_definition.py index 40cef3101f7..dfe74b1bf88 100644 --- a/.gitlab-ci/lava/utils/lava_job_definition.py +++ b/.gitlab-ci/lava/utils/lava_job_definition.py @@ -157,10 +157,6 @@ class LAVAJobDefinition: # Could take between 1 and 1.5 min in slower boots "minutes": 4 }, - "depthcharge-start": { - # Should take less than 1 min. - "minutes": 1, - }, "depthcharge-action": { # This timeout englobes the entire depthcharge timing, # including retries