mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
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 <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32725>
This commit is contained in:
parent
7198bfc590
commit
ee36c36664
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue