From 10282ee079ed6932776ec36c85e6359419d7e82e Mon Sep 17 00:00:00 2001 From: Mary Guillemard Date: Thu, 26 Sep 2024 19:11:12 +0200 Subject: [PATCH] panvk/ci: Increase panfrost-g52-vk fraction premerge have a time limit of 15 min, those jobs takes between 20 to 33 min with a fraction of 8 right now. Additionally, we only have 7 VIM3 and could be trying to queue 8 jobs. Let's fraction to 32 for now and revert back to 2 runners. Signed-off-by: Mary Guillemard Fixes: 2f54228da538 ("panvk/ci: Update to run full CTS on G52") Part-of: --- src/panfrost/ci/deqp-panfrost-g52-vk.toml | 2 +- src/panfrost/ci/gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/panfrost/ci/deqp-panfrost-g52-vk.toml b/src/panfrost/ci/deqp-panfrost-g52-vk.toml index 66af488c1c4..717861138b5 100644 --- a/src/panfrost/ci/deqp-panfrost-g52-vk.toml +++ b/src/panfrost/ci/deqp-panfrost-g52-vk.toml @@ -2,4 +2,4 @@ deqp = "/deqp/external/vulkancts/modules/vulkan/deqp-vk" caselists = ["/deqp/mustpass/vk-main.txt"] renderer_check = "Mali-G52" -fraction = 8 +fraction = 32 diff --git a/src/panfrost/ci/gitlab-ci.yml b/src/panfrost/ci/gitlab-ci.yml index ee2cf89308f..7ab5dceb8eb 100644 --- a/src/panfrost/ci/gitlab-ci.yml +++ b/src/panfrost/ci/gitlab-ci.yml @@ -331,7 +331,7 @@ panfrost-g52-gl:arm64: PAN_MESA_DEBUG: "deqp,sync,indirect" panfrost-g52-vk:arm64: - parallel: 4 + parallel: 2 extends: - .lava-test-deqp:arm64 - .panfrost-test