mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 09:58:05 +02:00
zink/ci: Only enable VVL for deqp on RADV
Don't try to enable Vulkan Validation Layers for piglit. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35717>
This commit is contained in:
parent
e5af8152eb
commit
9e76475753
2 changed files with 8 additions and 2 deletions
|
|
@ -10,6 +10,8 @@ deqp_args = [
|
|||
]
|
||||
timeout = 180.0
|
||||
renderer_check = "zink.*RADV"
|
||||
[deqp.env]
|
||||
ZINK_DEBUG = "validation"
|
||||
|
||||
[[deqp]]
|
||||
deqp = "/deqp-gles/modules/gles3/deqp-gles3"
|
||||
|
|
@ -22,6 +24,8 @@ deqp_args = [
|
|||
"--deqp-visibility=hidden"
|
||||
]
|
||||
timeout = 180.0
|
||||
[deqp.env]
|
||||
ZINK_DEBUG = "validation"
|
||||
|
||||
[[deqp]]
|
||||
deqp = "/deqp-gles/modules/gles31/deqp-gles31"
|
||||
|
|
@ -35,6 +39,8 @@ deqp_args = [
|
|||
]
|
||||
timeout = 180.0
|
||||
renderer_check = "zink.*RADV"
|
||||
[deqp.env]
|
||||
ZINK_DEBUG = "validation"
|
||||
|
||||
[[deqp]]
|
||||
deqp = "/deqp-gl/external/openglcts/modules/glcts"
|
||||
|
|
@ -49,6 +55,8 @@ deqp_args = [
|
|||
"--deqp-visibility=hidden"
|
||||
]
|
||||
timeout = 180.0
|
||||
[deqp.env]
|
||||
ZINK_DEBUG = "validation"
|
||||
|
||||
[[piglit]]
|
||||
piglit_folder = "/piglit"
|
||||
|
|
|
|||
|
|
@ -256,7 +256,6 @@ zink-radv-vangogh-valve:
|
|||
CI_TRON_TIMEOUT__BOOT_CYCLE__MINUTES: 30
|
||||
CI_TRON_TIMEOUT__OVERALL__MINUTES: 30
|
||||
FDO_CI_CONCURRENT: 6
|
||||
ZINK_DEBUG: vvl
|
||||
RADV_PERFTEST: hic
|
||||
# Override the list of tags to drop `ci-tron:priority:low`
|
||||
tags:
|
||||
|
|
@ -272,7 +271,6 @@ zink-radv-navi31-valve:
|
|||
variables:
|
||||
GPU_VERSION: zink-radv-navi31
|
||||
CI_TRON_TIMEOUT__OVERALL__MINUTES: 75
|
||||
ZINK_DEBUG: vvl
|
||||
RADV_PERFTEST: hic
|
||||
|
||||
zink-radv-cezanne:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue