mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
anv/ci: Bump the number of tests per group for ADL
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 all subsets of the deqp-runner suites, which allows decreasing the fractions. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32681>
This commit is contained in:
parent
e7e9ceceb3
commit
e68f9bb856
3 changed files with 5 additions and 2 deletions
|
|
@ -3,4 +3,4 @@
|
|||
deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk"
|
||||
caselists = ["/deqp-vk/mustpass/vk-main.txt"]
|
||||
renderer_check = "ADL"
|
||||
|
||||
tests_per_group = 5000
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk"
|
|||
caselists = ["/deqp-vk/mustpass/vk-main.txt"]
|
||||
fraction = 6
|
||||
renderer_check = "ADL"
|
||||
tests_per_group = 5000
|
||||
|
||||
# Rerun query tests with shader query optimizations (14443 tests)
|
||||
[[deqp]]
|
||||
|
|
@ -12,6 +13,7 @@ caselists = ["/deqp-vk/mustpass/vk-main.txt"]
|
|||
renderer_check = "ADL"
|
||||
include = ["dEQP-VK.query_pool.*"]
|
||||
prefix = "shaderquery-"
|
||||
tests_per_group = 5000
|
||||
[deqp.env]
|
||||
query_clear_with_blorp_threshold = "0"
|
||||
query_copy_with_shader_threshold = "0"
|
||||
|
|
@ -24,6 +26,7 @@ caselists = ["/deqp-vk/mustpass/vk-main.txt"]
|
|||
renderer_check = "ADL"
|
||||
include = ["dEQP-VK.draw.*indirect*"]
|
||||
prefix = "indirectgen-inplace-"
|
||||
tests_per_group = 5000
|
||||
[deqp.env]
|
||||
generated_indirect_threshold = "0"
|
||||
|
||||
|
|
@ -35,6 +38,7 @@ caselists = ["/deqp-vk/mustpass/vk-main.txt"]
|
|||
renderer_check = "ADL GT2"
|
||||
include = ["dEQP-VK.draw.*indirect*"]
|
||||
prefix = "indirectgen-inring-"
|
||||
tests_per_group = 5000
|
||||
[deqp.env]
|
||||
generated_indirect_threshold = "0"
|
||||
generated_indirect_ring_threshold = "0"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ anv-adl:
|
|||
variables:
|
||||
DEQP_SUITE: anv-adl
|
||||
VK_DRIVER: intel
|
||||
DEQP_FRACTION: 2
|
||||
timeout: 30m
|
||||
parallel: 4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue