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 <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32729>
This commit is contained in:
Valentine Burley 2024-12-19 11:30:53 +01:00 committed by Marge Bot
parent fb754b7d38
commit d3d95c2a82

View file

@ -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