freedreno/ci: add prefix for a630-vk-asan tests

Currently a630-vk-asan has separate files for its expected failures and
skips, but by using the deqp-runner prefix option, the job can use the
common a630 expectation files. This simplifies `a630-vk-asan` without any
substantive changes to the ci job.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31970>
This commit is contained in:
Deborah Brouwer
2024-11-04 15:18:07 -08:00
committed by Marge Bot
parent 0a81434adf
commit e368623fff
5 changed files with 4 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ caselists = ["/deqp/mustpass/vk-main.txt"]
skips = ["install/freedreno-a6xx-skips.txt"]
fraction = 1000
renderer_check = "Turnip Adreno .* 630"
prefix = "asan-"
[deqp.env]
# Disable leak checking as of CTS 1.3.3.0 because the CTS itself leaks memory
ASAN_OPTIONS = "detect_leaks=0"

View File

@@ -1,2 +0,0 @@
# Leaky in VK-GL-cts
dEQP-VK.binding_model

View File

@@ -14,3 +14,6 @@ spec@egl 1.4@egl-copy-buffers
# uprev Piglit in Mesa
spec@egl_khr_gl_colorspace@srgb
spec@egl_khr_gl_colorspace@linear
# Leaky in VK-GL-cts
asan-dEQP-VK.binding_model

View File

@@ -326,7 +326,6 @@ a630-vk-asan:
variables:
DEQP_SUITE: freedreno-a630-vk-asan
FDO_CI_CONCURRENT: 2 # We get OOMkills if we go too wide with asan enabled
GPU_VERSION: freedreno-a630-asan
a630-piglit:
extends: