turnip/ci: Bump the number of tests per group for a660

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/32588>
This commit is contained in:
Valentine Burley
2024-12-11 10:21:39 +01:00
committed by Marge Bot
parent 69aa988eca
commit 0fb55f7697
2 changed files with 9 additions and 4 deletions
@@ -5,6 +5,7 @@ caselists = ["/deqp-vk/mustpass/vk-main.txt"]
skips = ["install/freedreno-a6xx-skips.txt"]
timeout = 300
renderer_check = "Turnip Adreno .* 660"
tests_per_group = 5000
# force-gmem testing
# Autotuner forces sysmem on most CTS tests
@@ -14,7 +15,7 @@ caselists = ["/deqp-vk/mustpass/vk-main.txt"]
skips = ["install/freedreno-a6xx-skips.txt"]
timeout = 300
prefix = "gmem-"
fraction = 10
tests_per_group = 5000
[deqp.env]
TU_DEBUG = "gmem,forcebin"
@@ -25,8 +26,8 @@ caselists = ["/deqp-vk/mustpass/vk-main.txt"]
skips = ["install/freedreno-a6xx-skips.txt"]
timeout = 300
prefix = "nobin-"
fraction = 10
include = ["dEQP-VK.transform_feedback.*"]
tests_per_group = 5000
[deqp.env]
TU_DEBUG = "gmem,nobin"
@@ -38,5 +39,6 @@ skips = ["install/freedreno-a6xx-skips.txt"]
timeout = 300
include = ["dEQP-VK.renderpass.*"]
prefix = "bypass-"
tests_per_group = 5000
[deqp.env]
TU_DEBUG = "sysmem"
+5 -2
View File
@@ -4,7 +4,7 @@ deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk"
caselists = ["/deqp-vk/mustpass/vk-main.txt"]
skips = ["install/freedreno-a6xx-skips.txt"]
renderer_check = "Turnip Adreno .* 660"
fraction = 2
tests_per_group = 5000
# force-gmem testing
# Autotuner forces sysmem on most CTS tests
@@ -13,7 +13,8 @@ deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk"
caselists = ["/deqp-vk/mustpass/vk-main.txt"]
skips = ["install/freedreno-a6xx-skips.txt"]
prefix = "gmem-"
fraction = 15
fraction = 20
tests_per_group = 5000
[deqp.env]
TU_DEBUG = "gmem,forcebin"
@@ -24,6 +25,7 @@ TU_DEBUG = "gmem,forcebin"
#skips = ["install/freedreno-a6xx-skips.txt"]
#include = ["dEQP-VK.graphicsfuzz.*", "dEQP-VK.subgroups.ballot*"]
#prefix = "spill-"
#tests_per_group = 2000
#[deqp.env]
#IR3_SHADER_DEBUG = "spillall"
@@ -34,6 +36,7 @@ TU_DEBUG = "gmem,forcebin"
#skips = ["install/freedreno-a6xx-skips.txt"]
#prefix = "stale-regs-"
#fraction = 200
#tests_per_group = 5000
#[deqp.env]
#TU_DEBUG = "gmem,forcebin"
#TU_DEBUG_STALE_REGS_RANGE = "0x0c00,0xbe01"