From daafeb9893620dcfaeffda44d525dee2f9c97dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Tue, 6 Sep 2022 14:23:31 +0300 Subject: [PATCH] radv/ci: run vkcts on the two steam decks in parallel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We just added a new Steam Deck to our CI, which should allow us to halve the execution time of a full VKCTS run from 1h20 to a more reasonable 40 minutes. Signed-off-by: Martin Roukala (né Peres) Reviewed-by: Samuel Pitoiset Part-of: --- src/amd/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 216768f2329..76ab90d6908 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -212,6 +212,7 @@ vkcts-navi21-llvm-valve: RADV_DEBUG: llvm,checkir vkcts-vangogh-valve: + parallel: 2 extends: - .vkcts-test-valve - .vangogh-test-valve