mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
radv/ci: Set DRIVER_NAME in LAVA raven vkcts jobs
Some CTS tests work with RADV, but take a very long time, making deqp-runner trigger timeout failures. These tests are supposed to be skipped, so they're contained in radv-skips.txt. But without setting DRIVER_NAME to "radv", deqp-runner.sh won't pick up that file. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24095>
This commit is contained in:
parent
bdaee9e09d
commit
d810d67a8c
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ radeonsi-stoney-traces:x86_64:
|
|||
extends:
|
||||
- .radv-collabora-rules
|
||||
variables:
|
||||
DRIVER_NAME: radv
|
||||
GPU_VERSION: radv-raven
|
||||
VK_DRIVER: radeon
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue