From 97624f99a141486267a9cdddfdb8d27353efac89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Mon, 9 Sep 2024 06:33:00 +0300 Subject: [PATCH] radv/ci: run vkcts-navi31-valve pre-merge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We currently have 3 runners with 7950X3D CPUs and 7900XT GPUs which can rip through VKCTS in ~16 minutes. Since this is over the 15 minutes threshold, we parallelize the job to get under 15 minutes, which nets up ~10 minutes total runtime. Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/amd/ci/gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index abc8b864040..7029c0e2245 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -277,10 +277,11 @@ glcts-vangogh-valve: DEQP_SUITE: radeonsi-vangogh vkcts-navi31-valve: + parallel: 2 extends: - .vkcts-test-valve - .navi31-test-valve - - .radv-valve-manual-rules + - .radv-valve-rules variables: GPU_VERSION: radv-navi31-aco RADV_DEBUG: nomeshshader # Disable mesh shaders until task shaders stop hanging