From f5cf90fbea186497e178ff9d5eb6f2e98822faec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Fri, 13 Oct 2023 14:26:37 +0300 Subject: [PATCH] radv/ci: tighten the vkcts-navi21 timeouts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The jobs should never take longer than 30 minutes, so let's enforce it! Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/amd/ci/gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index efdef519637..254ba5cec50 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -200,12 +200,15 @@ vkcts-navi10-valve: GPU_VERSION: radv-navi10-aco vkcts-navi21-valve: + timeout: 35m parallel: 4 extends: - .vkcts-test-valve - .navi21-test-valve variables: GPU_VERSION: radv-navi21-aco + B2C_TIMEOUT_BOOT_MINUTES: 30 + B2C_TIMEOUT_OVERALL_MINUTES: 30 # Disabled due to its extremelly-broken nature .vkcts-navi21-llvm-valve: