From 31ac69aebd8a4f5d7f29bb0fede3bcc8f8891bfe Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Wed, 11 Dec 2024 11:26:52 +0100 Subject: [PATCH] turnip/ci: Adjust some timeouts Reduce the timeouts for full runs. These values are still quite conservative. Signed-off-by: Valentine Burley Part-of: --- src/freedreno/ci/gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index 352572be33c..6cf2f457a7e 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -97,13 +97,13 @@ a618-vk-full: - .collabora-turnip-manual-rules # We use a longer timeout to keep the parallel down so that we don't lock up # too many runners for a long time when a dev is trying out at full VK status. - timeout: 4h + timeout: 2h parallel: 3 variables: # ran into OOM with VK-GL-CTS 1.2.8.0 at 6 FDO_CI_CONCURRENT: 4 DEQP_SUITE: freedreno-a618-vk-full - JOB_TIMEOUT: 180 + JOB_TIMEOUT: 115 DEQP_FRACTION: 1 a618-gl: @@ -259,10 +259,10 @@ a660-vk-full: - a660-vk - .collabora-turnip-manual-rules parallel: 3 - timeout: 3h + timeout: 1h variables: DEQP_SUITE: freedreno-a660-vk-full - JOB_TIMEOUT: 180 + JOB_TIMEOUT: 55 # X11 takes over the screen, wayland is run headless. a630-gl: @@ -310,7 +310,7 @@ a630-vk-full: # don't lock up too many runners for a long time when a dev is testing full VK # status. The full runs are restricted to just 2 runners to keep from # blocking up normal merges, so going more parallel doesn't make any sense. - timeout: 3h + timeout: 2h extends: - a630-vk - .a630-full @@ -318,7 +318,7 @@ a630-vk-full: parallel: 2 variables: DEQP_SUITE: freedreno-a630-vk-full - TEST_PHASE_TIMEOUT_MINUTES: 175 + TEST_PHASE_TIMEOUT_MINUTES: 115 a630-vk-asan: extends: