From 3e4541bb568bc727be03679903d482e353402de4 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Fri, 17 Feb 2023 18:14:09 +0100 Subject: [PATCH] radv/ci: adjust timeouts for Vega10 and Renoir With latest CTS it takes much more time. Signed-off-by: Samuel Pitoiset Part-of: --- src/amd/ci/gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index bf714515449..df78b7cfeb3 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -306,17 +306,22 @@ vkcts-vega10-valve: - .vkcts-test-valve - .vega10-test-valve - .radv-valve-manual-rules + timeout: 1h 15m variables: GPU_VERSION: radv-vega10-aco + B2C_TIMEOUT_BOOT_MINUTES: 70 + B2C_TIMEOUT_OVERALL_MINUTES: 70 vkcts-renoir-valve: extends: - .vkcts-test-valve - .renoir-test-valve - .radv-valve-manual-rules - timeout: 2h 10m + timeout: 2h 15m variables: GPU_VERSION: radv-renoir-aco + B2C_TIMEOUT_BOOT_MINUTES: 130 + B2C_TIMEOUT_OVERALL_MINUTES: 130 vkcts-navi10-valve: extends: