mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
radv/ci: Add an ASan RADV job on Cezanne
Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36348>
This commit is contained in:
parent
b3aa602cd5
commit
fbb42abb9b
3 changed files with 19 additions and 0 deletions
|
|
@ -324,6 +324,13 @@
|
||||||
VK_DRIVER: radeon
|
VK_DRIVER: radeon
|
||||||
LAVA_FIRMWARE: amdgpu-lava
|
LAVA_FIRMWARE: amdgpu-lava
|
||||||
|
|
||||||
|
.radv-cezanne-test:x86_64:
|
||||||
|
extends:
|
||||||
|
- .lava-acer-cp514-3wh-r0qs-guybrush:x86_64
|
||||||
|
variables:
|
||||||
|
DRIVER_NAME: radv
|
||||||
|
GPU_VERSION: radv-cezanne
|
||||||
|
|
||||||
############### CI-tron
|
############### CI-tron
|
||||||
.ci-tron-test-amdgpu:
|
.ci-tron-test-amdgpu:
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
|
|
@ -163,6 +163,16 @@ radeonsi-mendocino-glcts-piglit:
|
||||||
GPU_VERSION: radeonsi-mendocino
|
GPU_VERSION: radeonsi-mendocino
|
||||||
HWCI_START_WESTON: 1
|
HWCI_START_WESTON: 1
|
||||||
|
|
||||||
|
radv-cezanne-vkcts-asan:
|
||||||
|
extends:
|
||||||
|
- .lava-x86_64-test-asan-vk
|
||||||
|
- .radv-cezanne-test:x86_64
|
||||||
|
- .radv-collabora-rules
|
||||||
|
parallel: 2
|
||||||
|
variables:
|
||||||
|
DEQP_SUITE: radv
|
||||||
|
DEQP_FRACTION: 25
|
||||||
|
|
||||||
############### VKCTS tests ###############
|
############### VKCTS tests ###############
|
||||||
|
|
||||||
# VKCTS never finishes on gfx7 due to all the GPU resets and hangs.
|
# VKCTS never finishes on gfx7 due to all the GPU resets and hangs.
|
||||||
|
|
|
||||||
2
src/amd/ci/radv-cezanne-skips.txt
Normal file
2
src/amd/ci/radv-cezanne-skips.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# CTS bug, leaky tests - https://github.com/KhronosGroup/VK-GL-CTS/issues/531
|
||||||
|
dEQP-VK.descriptor_indexing.*
|
||||||
Loading…
Add table
Reference in a new issue