From 0a065b5cf5016d12790ce9efd808055069b79905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Thu, 21 Sep 2023 06:35:13 +0300 Subject: [PATCH] radv/ci: increase the parallelism of the vkcts-navi21 job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The vkcts-navi21 job currently take ~13 minutes each, but we are about to start running the VK_EXT_shader_object tests which should significantly increase our runtime and thus would exceed the 15 minutes. 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 2760b08f862..cd42ac551a2 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -201,7 +201,7 @@ vkcts-navi10-valve: GPU_VERSION: radv-navi10-aco vkcts-navi21-valve: - parallel: 3 + parallel: 4 extends: - .vkcts-test-valve - .navi21-test-valve