From 386c7a5158a1aa31ca54314c4567f0214fe12ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Thu, 8 Jun 2023 16:28:01 +0300 Subject: [PATCH] radv/ci: use the low-priority runners for vangogh jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/amd/ci/gitlab-ci.yml | 1 + src/gallium/drivers/zink/ci/gitlab-ci.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index ea583f2ca08..cc79cc53a9c 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -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 ############### diff --git a/src/gallium/drivers/zink/ci/gitlab-ci.yml b/src/gallium/drivers/zink/ci/gitlab-ci.yml index 71fa4e9b99f..30e71c7ba13 100644 --- a/src/gallium/drivers/zink/ci/gitlab-ci.yml +++ b/src/gallium/drivers/zink/ci/gitlab-ci.yml @@ -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