From e58c455ca9184005fb06d76ab2ddc8f787d11910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Wed, 1 Jun 2022 14:43:03 +0300 Subject: [PATCH] radv/ci: bump the timeout of vangogh/renoir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The execution time of vkcts has drastically changed with the latest update, especially for APUs. This commit bumps the timeout to give them a chance to finish. Fixes: 836ce97f5e (ci: bump VK-GL-CTS to 1.3.2.0) Signed-off-by: Martin Roukala (né Peres) Reviewed-by: Samuel Pitoiset Part-of: --- src/amd/ci/gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index f84a7788bad..eb9e0bc6691 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -123,10 +123,13 @@ deqp-vega10-valve: deqp-renoir-valve: extends: - .deqp-test-valve + timeout: 2h 10m variables: GPU_VERSION: radv-renoir-aco FDO_CI_CONCURRENT: 24 B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g' + B2C_TIMEOUT_BOOT_MINUTES: 60 + B2C_TIMEOUT_OVERALL_MINUTES: 120 tags: - amdgpu:codename:RENOIR @@ -161,7 +164,7 @@ deqp-vangogh-valve: variables: GPU_VERSION: radv-vangogh-aco FDO_CI_CONCURRENT: 8 - B2C_TIMEOUT_BOOT_MINUTES: 65 + B2C_TIMEOUT_BOOT_MINUTES: 85 B2C_TIMEOUT_OVERALL_MINUTES: 120 B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g' tags: