ci/valve-infra: ensure the correct farm picks up the job
Until now, any farm that has a DUT that matches could have picked up the job. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25821>
This commit is contained in:
parent
898ccf7711
commit
fdbb5d5898
3 changed files with 10 additions and 0 deletions
|
|
@ -211,6 +211,7 @@
|
|||
RUNNER_FARM_LOCATION: mupuf
|
||||
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=8g'
|
||||
tags:
|
||||
- farm:$RUNNER_FARM_LOCATION
|
||||
- amdgpu:codename:KABINI
|
||||
|
||||
.polaris10-test-valve:
|
||||
|
|
@ -221,6 +222,7 @@
|
|||
# TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
|
||||
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g tsc=unstable'
|
||||
tags:
|
||||
- farm:$RUNNER_FARM_LOCATION
|
||||
- amdgpu:codename:POLARIS10
|
||||
|
||||
.polaris10-test-valve-mupuf:
|
||||
|
|
@ -239,6 +241,7 @@
|
|||
FDO_CI_CONCURRENT: 16
|
||||
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
|
||||
tags:
|
||||
- farm:$RUNNER_FARM_LOCATION
|
||||
- amdgpu:codename:VEGA10
|
||||
|
||||
.renoir-test-valve:
|
||||
|
|
@ -249,6 +252,7 @@
|
|||
B2C_TIMEOUT_BOOT_MINUTES: 60
|
||||
B2C_TIMEOUT_OVERALL_MINUTES: 120
|
||||
tags:
|
||||
- farm:$RUNNER_FARM_LOCATION
|
||||
- amdgpu:codename:RENOIR
|
||||
|
||||
.navi10-test-valve:
|
||||
|
|
@ -259,6 +263,7 @@
|
|||
# MSI IRQs leading to GPU hangs on amdgpu.
|
||||
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g noapic'
|
||||
tags:
|
||||
- farm:$RUNNER_FARM_LOCATION
|
||||
- amdgpu:codename:NAVI10
|
||||
|
||||
.navi10-test-valve-mupuf:
|
||||
|
|
@ -281,6 +286,7 @@
|
|||
FDO_CI_CONCURRENT: 32
|
||||
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
|
||||
tags:
|
||||
- farm:$RUNNER_FARM_LOCATION
|
||||
- amdgpu:codename:NAVI21
|
||||
|
||||
.vangogh-test-valve:
|
||||
|
|
@ -291,6 +297,7 @@
|
|||
B2C_TIMEOUT_OVERALL_MINUTES: 120
|
||||
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
|
||||
tags:
|
||||
- farm:$RUNNER_FARM_LOCATION
|
||||
- amdgpu:codename:VANGOGH
|
||||
- $VALVE_INFRA_VANGOGH_JOB_PRIORITY
|
||||
|
||||
|
|
@ -301,6 +308,7 @@
|
|||
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
|
||||
B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/mupuf/boot2container/-/releases/v0.9.10/downloads/linux-x86_64' # Linux 6.3
|
||||
tags:
|
||||
- farm:$RUNNER_FARM_LOCATION
|
||||
- amdgpu:codename:NAVI31
|
||||
|
||||
############### VKCTS tests ###############
|
||||
|
|
|
|||
|
|
@ -155,6 +155,7 @@ radeonsi-raven-va-full:x86_64:
|
|||
B2C_TIMEOUT_OVERALL_MINUTES: 240
|
||||
B2C_TIMEOUT_BOOT_RETRIES: 0
|
||||
tags:
|
||||
- farm:$RUNNER_FARM_LOCATION
|
||||
- amdgpu:codename:STONEY
|
||||
|
||||
vkcts-polaris10-valve:
|
||||
|
|
|
|||
|
|
@ -140,4 +140,5 @@ zink-radv-vangogh-valve:
|
|||
FDO_CI_CONCURRENT: 6
|
||||
# Override the list of tags to drop `priority:low`
|
||||
tags:
|
||||
- farm:$RUNNER_FARM_LOCATION
|
||||
- amdgpu:codename:VANGOGH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue