broadcom/ci: set testgroup size for asan
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Set it to 500 tests, as if just only one test fails the asan, all the
tests will be marked as fail too. Keeping the size smaller, will allow
to process later to bisect searching for the tests that actually expose
the issue.

Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39022>
This commit is contained in:
Juan A. Suarez Romero 2025-12-17 12:03:05 +01:00 committed by Marge Bot
parent cf7e2b9f6b
commit d656960596
5 changed files with 9 additions and 3 deletions

View file

@ -9,6 +9,7 @@ deqp_args = [
"--deqp-visibility=hidden",
]
version_check = "GL ES 3.1.*git"
tests_per_group = 500
renderer_check = "V3D 4.2.14"
prefix = "asan-"
@ -24,6 +25,7 @@ deqp_args = [
"--deqp-surface-width=256",
"--deqp-visibility=hidden",
]
tests_per_group = 500
prefix = "asan-"
# CTS enables GPU reset detection by default, which requires
@ -41,4 +43,5 @@ deqp_args = [
"--deqp-terminate-on-device-lost=disable",
"--deqp-visibility=hidden",
]
tests_per_group = 500
prefix = "asan-"

View file

@ -1,6 +1,6 @@
[[deqp]]
deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk"
caselists = ["/deqp-vk/mustpass/vk-main.txt"]
tests_per_group = 5000
tests_per_group = 500
renderer_check = "V3D 4.2.14"
prefix = "asan-"

View file

@ -9,6 +9,7 @@ deqp_args = [
"--deqp-visibility=hidden",
]
version_check = "GL ES 3.1.*git"
tests_per_group = 500
renderer_check = "V3D 7.1.7"
prefix = "asan-"
@ -24,6 +25,7 @@ deqp_args = [
"--deqp-surface-width=256",
"--deqp-visibility=hidden",
]
tests_per_group = 500
prefix = "asan-"
# CTS enables GPU reset detection by default, which requires
@ -41,4 +43,5 @@ deqp_args = [
"--deqp-terminate-on-device-lost=disable",
"--deqp-visibility=hidden",
]
tests_per_group = 500
prefix = "asan-"

View file

@ -1,6 +1,6 @@
[[deqp]]
deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk"
caselists = ["/deqp-vk/mustpass/vk-main.txt"]
tests_per_group = 5000
tests_per_group = 500
renderer_check = "V3D 7.1.7"
prefix = "asan-"

View file

@ -359,7 +359,7 @@ v3dv-rpi5-vk-asan:arm64:
CI_TRON_TIMEOUT__OVERALL__MINUTES: 20
FDO_CI_CONCURRENT: 1
DEQP_SUITE: broadcom-rpi5-vk-asan
DEQP_FRACTION: 80
DEQP_FRACTION: 170
# This is quite unstable. Keep it disabled
.rpi3-skqp:arm64: