mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
radv/ci: use the low-priority runners for vangogh jobs
In order to prioritize the upcoming pre-merge jobs on VanGogh, we limit all the post-merge jobs requiring VanGogh runners to the low-priority pool of runners. This will allow Marge to use any of the VanGogh runners we have (6), while leaving 3 of them unused by post-merge jobs inside Mesa, or DXVK-CI. Suggested-by: Emma Anholt <emma@anholt.net> Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23548>
This commit is contained in:
parent
43d83cd0d8
commit
386c7a5158
2 changed files with 4 additions and 0 deletions
|
|
@ -272,6 +272,7 @@ radeonsi-raven-va-full:x86_64:
|
|||
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
|
||||
tags:
|
||||
- amdgpu:codename:VANGOGH
|
||||
- priority:low
|
||||
|
||||
############### VKCTS tests ###############
|
||||
|
||||
|
|
|
|||
|
|
@ -176,3 +176,6 @@ zink-radv-vangogh-valve:
|
|||
- .zink-radv-manual-rules
|
||||
variables:
|
||||
GPU_VERSION: zink-radv-vangogh
|
||||
# Override the list of tags to drop `priority:low`
|
||||
tags:
|
||||
- amdgpu:codename:VANGOGH
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue