From ee36c36664817c4b781c9543141117beb5d798f3 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Thu, 19 Dec 2024 11:46:09 +0100 Subject: [PATCH] panvk/ci: Bump the number of tests per group for G52 Due to the slow startup time of deqp-vk, the previous default of 500 tests per group caused the jobs to run up to twice as slowly compared to using a higher number of tests per group. Increase the number of tests per group in the deqp-runner suite, which allows decreasing the fraction and lowering the timeout. Signed-off-by: Valentine Burley Part-of: --- src/panfrost/ci/deqp-panfrost-g52-vk.toml | 1 + src/panfrost/ci/gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/panfrost/ci/deqp-panfrost-g52-vk.toml b/src/panfrost/ci/deqp-panfrost-g52-vk.toml index 819ebf76b4b..fc84b7d915d 100644 --- a/src/panfrost/ci/deqp-panfrost-g52-vk.toml +++ b/src/panfrost/ci/deqp-panfrost-g52-vk.toml @@ -2,3 +2,4 @@ deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk" caselists = ["/deqp-vk/mustpass/vk-main.txt"] renderer_check = "Mali-G52" +tests_per_group = 10000 diff --git a/src/panfrost/ci/gitlab-ci.yml b/src/panfrost/ci/gitlab-ci.yml index 8063dcf6736..9c931ab62e2 100644 --- a/src/panfrost/ci/gitlab-ci.yml +++ b/src/panfrost/ci/gitlab-ci.yml @@ -343,7 +343,7 @@ panfrost-g52-vk:arm64: PAN_I_WANT_A_BROKEN_VULKAN_DRIVER: 1 PANVK_DEBUG: "no_known_warn,sync" DEQP_SUITE: panfrost-g52-vk - DEQP_FRACTION: 32 + DEQP_FRACTION: 16 HWCI_START_WESTON: 1 panfrost-g52-vk-full:arm64: @@ -351,7 +351,7 @@ panfrost-g52-vk-full:arm64: extends: - panfrost-g52-vk:arm64 - .panfrost-vk-manual-rules - timeout: 3h + timeout: 1h 30m variables: DEQP_FRACTION: 1