From 1a340177ba1e21e8ebb8b9daa670ac879b79eae3 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 30 Dec 2024 16:08:08 +0100 Subject: [PATCH] turnip/ci: Bump the number of tests per group for a630-vk-asan 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. Since the CTS uprev did not introduce any new leaks that caused the entire caselist to get marked as fails, increasing the number of tests per group is considered safe and improves efficiency. Signed-off-by: Valentine Burley Part-of: --- src/freedreno/ci/deqp-freedreno-a630-vk-asan.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedreno/ci/deqp-freedreno-a630-vk-asan.toml b/src/freedreno/ci/deqp-freedreno-a630-vk-asan.toml index 5eb78b11682..76379575abf 100644 --- a/src/freedreno/ci/deqp-freedreno-a630-vk-asan.toml +++ b/src/freedreno/ci/deqp-freedreno-a630-vk-asan.toml @@ -6,7 +6,7 @@ skips = ["install/freedreno-a6xx-skips.txt"] fraction = 400 renderer_check = "Turnip Adreno .* 630" prefix = "asan-" -tests_per_group = 500 +tests_per_group = 3500 # Force the spiller on one test so we see its memory usage. [[deqp]]