From d3d95c2a82a86cc7885754ef3b20f25e88ed53c7 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Thu, 19 Dec 2024 11:30:53 +0100 Subject: [PATCH] venus/ci: Bump the number of tests per group 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 to bring job durations within a reasonable range. Signed-off-by: Valentine Burley Part-of: --- src/virtio/ci/deqp-venus.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/virtio/ci/deqp-venus.toml b/src/virtio/ci/deqp-venus.toml index 132775d0152..31a52fcc379 100644 --- a/src/virtio/ci/deqp-venus.toml +++ b/src/virtio/ci/deqp-venus.toml @@ -3,3 +3,4 @@ deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk" caselists = [ "/deqp-vk/mustpass/vk-main.txt" ] timeout = 30.0 # Starting lots of Crosvm instances simultaneously can take some time renderer_check = "Virtio-GPU Venus.*llvmpipe" +tests_per_group = 5000