From 69680f3d66dc89f19dc150facbca1281dd95dec6 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 30 Apr 2026 08:27:46 +0200 Subject: [PATCH] radv/ci: bump timeouts for radv-{navi21,gfx1201}-vkcts-full They usually don't finish otherwise. Signed-off-by: Samuel Pitoiset Part-of: --- src/amd/ci/gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 52a85292f23..875c82c0fc8 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -247,13 +247,13 @@ radv-navi21-vkcts: RADV_EXPERIMENTAL: transfer_queue,heap radv-navi21-vkcts-full: - timeout: 50m + timeout: 60m extends: - .ci-tron-test-radv-vk-nightly - .navi21-test-valve - .radv-valve-manual-rules variables: - CI_TRON_TIMEOUT__OVERALL__MINUTES: 45 + CI_TRON_TIMEOUT__OVERALL__MINUTES: 55 RADV_EXPERIMENTAL: transfer_queue,heap radv-vangogh-vkcts-full: @@ -336,14 +336,14 @@ radv-gfx1201-vkcts: CI_TRON_TIMEOUT__OVERALL__MINUTES: 20 radv-gfx1201-vkcts-full: - timeout: 35m + timeout: 45m extends: - .ci-tron-test-radv-vk-nightly - .gfx1201-test-valve - .radv-valve-manual-rules variables: RADV_EXPERIMENTAL: transfer_queue,heap - CI_TRON_TIMEOUT__OVERALL__MINUTES: 30 + CI_TRON_TIMEOUT__OVERALL__MINUTES: 40 radv-gfx1201-fluster: extends: