From 9eccb54dbf5138630c5a7d6c0c14aabdd7bd032e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Tue, 22 Nov 2022 15:38:42 +0200 Subject: [PATCH] radv/ci: make use of the new VanGogh runners MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit I just added 3 new Steam Decks at my home CI, bringing the total count to 5. Let's make use of 2 of these to reduce execution time in Mesa CI and leave the last one available for DXVK-CI. Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/amd/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 99d5e3a..afb0acd 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -350,7 +350,7 @@ vkcts-navi21-llvm-valve: RADV_DEBUG: llvm,checkir vkcts-vangogh-valve: - parallel: 2 + parallel: 4 extends: - .vkcts-test-valve - .vangogh-test-valve -- 2.7.4