From 94a4ba5b4daf0431d6c8c4f4f9f406cc6c329893 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Wed, 28 May 2025 08:24:46 +0200 Subject: [PATCH] radv/ci: bump the timeout for radv-polaris10-vkcts Looks like it's actually also affected by the memory explosion caused by zerovram alloc by default in AMDGPU. Though it's very random, sometimes the job will finish in 40 minutes, sometimes it needs more than 1h15m. Let's bump the timeout because it's a post-merge job. Signed-off-by: Samuel Pitoiset Part-of: --- src/amd/ci/gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 73c5b00d6c8..077552900c2 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -202,13 +202,13 @@ radv-polaris10-vkcts: - .ci-tron-test-radv-vk - .polaris10-test-valve-kws - .radv-valve-manual-rules - timeout: 1h 15m + timeout: 1h 35m variables: DEQP_SUITE: radv-valve GPU_VERSION: radv-polaris10 CI_TRON_TIMEOUT__BOOT_CYCLE__RETRIES: 4 CI_TRON_TIMEOUT__BOOT_CYCLE__MINUTES: 70 - CI_TRON_TIMEOUT__OVERALL__MINUTES: 70 + CI_TRON_TIMEOUT__OVERALL__MINUTES: 90 RADV_PERFTEST: video_decode,video_encode radv_enable_float16_gfx8: true