From 4319e89666519a300909aa0bf717a60c75e9bbd2 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Thu, 15 Sep 2022 10:49:44 -0700 Subject: [PATCH] ci/turnip: Use all 9 a618 runners at once for VK testing. There are more boards in the collabora lab now, let's use them. We were spending just over 10 minutes inside of deqp-runner, so a bit more than our target for the whole job. Plus, we expect to be running more coverage once VK_EXT_graphics_pipeline_library runs. Part-of: --- src/freedreno/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index 554c51808bf..21c64403c13 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -128,7 +128,7 @@ a618_vk: extends: - .lava-test:arm64 - .turnip-rules - parallel: 7 + parallel: 9 variables: VK_DRIVER: freedreno DEQP_SUITE: freedreno-a618-vk