radv/ci: move the vangogh timeouts to the jobs

No idea why we ended up having timeouts set in gitlab-ci-inc.yml, but
this isn't right as they are only applicable to jobs.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34795>
This commit is contained in:
Martin Roukala (né Peres) 2025-03-29 07:10:56 +02:00 committed by Marge Bot
parent 91881ba390
commit a27f739de3
2 changed files with 7 additions and 3 deletions

View file

@ -399,8 +399,6 @@
RUNNER_FARM_LOCATION: mupuf
B2C_MARS_SETUP_TAGS: amdgpu:codename:VANGOGH
FDO_CI_CONCURRENT: 8
B2C_TIMEOUT_BOOT_MINUTES: 85
B2C_TIMEOUT_OVERALL_MINUTES: 120
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
tags:
- farm:$RUNNER_FARM_LOCATION

View file

@ -272,11 +272,13 @@ radv-vangogh-vkcts:
- .b2c-test-radv-vk
- .vangogh-test-valve
- .radv-valve-manual-rules
timeout: 2h 10m
timeout: 90m
variables:
DEQP_SUITE: radv-valve
GPU_VERSION: radv-vangogh
RADV_PERFTEST: transfer_queue
B2C_TIMEOUT_BOOT_MINUTES: 85
B2C_TIMEOUT_OVERALL_MINUTES: 89
radeonsi-vangogh-glcts-full:
extends:
@ -288,6 +290,8 @@ radeonsi-vangogh-glcts-full:
variables:
GPU_VERSION: radeonsi-vangogh
DEQP_SUITE: radeonsi-vangogh
B2C_TIMEOUT_BOOT_MINUTES: 85
B2C_TIMEOUT_OVERALL_MINUTES: 89
radeonsi-vangogh-glcts:
extends:
@ -296,6 +300,8 @@ radeonsi-vangogh-glcts:
timeout: 30m
variables:
DEQP_FRACTION: 4
B2C_TIMEOUT_BOOT_MINUTES: 28
B2C_TIMEOUT_OVERALL_MINUTES: 29
radv-raphael-vkcts:
extends: