radv/ci: add a Van Gogh dEQP runner

Vangogh is the codename of the custom APU found in the Steam Deck.
As it only has 4 Zen2 cores and a 15W TDP, don't expect fast runs
until we get more of them in CI :)

Just like the Renoir and one of the NAVI10 runners, this VanGogh
runner is hosted in my CI farm, behind a couple of UPSes.

Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org>
Reviewed-by: Charlie Turner <cturner@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15555>
This commit is contained in:
Martin Roukala (né Peres) 2022-03-24 15:18:00 +02:00 committed by Marge Bot
parent 669a3f3991
commit c9214768fa
1 changed files with 14 additions and 0 deletions

View File

@ -152,6 +152,20 @@ deqp-navi21-valve:
tags:
- amdgpu:codename:NAVI21
deqp-vangogh-valve:
extends:
- .deqp-test-valve
timeout: 7h 10m
variables:
GPU_VERSION: radv-vangogh-aco
FDO_CI_CONCURRENT: 8
B2C_TIMEOUT_BOOT_MINUTES: 420 # 7 hours
B2C_TIMEOUT_OVERALL_MINUTES: 420 # 7 hours
B2C_TIMEOUT_MINUTES: 3
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
tags:
- amdgpu:codename:VANGOGH
############### Fossilize
.radv-fossils:
extends: