From f4b1d62f00c66ca740f17fcd275a94467ad1742f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Sat, 15 Feb 2025 15:01:38 +0200 Subject: [PATCH] radv/ci: reduce the timeout of vkcts-tahiti to a more sensible time MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The current runtime is just over 33 minutes, so no need for multi-hour-long timeouts. Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/amd/ci/gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 6b0f110e28e..d285eb2742f 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -195,11 +195,11 @@ vkcts-tahiti-valve: - .vkcts-test-valve - .tahiti-test-valve - .radv-valve-manual-rules # Make sure this job is *always* run manually - timeout: 6h + timeout: 1h variables: GPU_VERSION: radv-tahiti-aco - B2C_TIMEOUT_BOOT_MINUTES: 350 - B2C_TIMEOUT_OVERALL_MINUTES: 350 + B2C_TIMEOUT_BOOT_MINUTES: 50 + B2C_TIMEOUT_OVERALL_MINUTES: 50 B2C_TIMEOUT_BOOT_RETRIES: 0 vkcts-polaris10-valve: