lavapipe/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 for both subsets of the deqp-runner suite, which allows decreasing the fraction. 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:
committed by
Marge Bot
parent
ee36c36664
commit
43c38dab5b
@@ -2,6 +2,7 @@
|
||||
deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk"
|
||||
caselists = ["/deqp-vk/mustpass/vk-main.txt"]
|
||||
renderer_check = "llvmpipe"
|
||||
tests_per_group = 5000
|
||||
fraction = 3
|
||||
|
||||
# Do some nir clone/serialize validation, but not on the whole run.
|
||||
@@ -9,6 +10,7 @@ fraction = 3
|
||||
deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk"
|
||||
caselists = ["/deqp-vk/mustpass/vk-main.txt"]
|
||||
renderer_check = "llvmpipe"
|
||||
tests_per_group = 5000
|
||||
fraction = 100
|
||||
prefix = "nir-stress="
|
||||
[deqp.env]
|
||||
|
||||
@@ -6,7 +6,7 @@ lavapipe:
|
||||
DEQP_SUITE: lvp
|
||||
GPU_VERSION: lvp
|
||||
MESA_VK_IGNORE_CONFORMANCE_WARNING: 1
|
||||
DEQP_FRACTION: 18
|
||||
DEQP_FRACTION: 9
|
||||
stage: software-renderer
|
||||
extends:
|
||||
- .deqp-test
|
||||
|
||||
Reference in New Issue
Block a user