From fbb42abb9b77b8a213aff7e91d86614d4e6e8df9 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Wed, 23 Jul 2025 08:37:00 +0200 Subject: [PATCH] radv/ci: Add an ASan RADV job on Cezanne Signed-off-by: Valentine Burley Part-of: --- src/amd/ci/gitlab-ci-inc.yml | 7 +++++++ src/amd/ci/gitlab-ci.yml | 10 ++++++++++ src/amd/ci/radv-cezanne-skips.txt | 2 ++ 3 files changed, 19 insertions(+) create mode 100644 src/amd/ci/radv-cezanne-skips.txt diff --git a/src/amd/ci/gitlab-ci-inc.yml b/src/amd/ci/gitlab-ci-inc.yml index 50231dab579..aa584df72ab 100644 --- a/src/amd/ci/gitlab-ci-inc.yml +++ b/src/amd/ci/gitlab-ci-inc.yml @@ -324,6 +324,13 @@ VK_DRIVER: radeon 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-test-amdgpu: variables: diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index b1a6a54114e..376525ff06f 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -163,6 +163,16 @@ radeonsi-mendocino-glcts-piglit: GPU_VERSION: radeonsi-mendocino 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 never finishes on gfx7 due to all the GPU resets and hangs. diff --git a/src/amd/ci/radv-cezanne-skips.txt b/src/amd/ci/radv-cezanne-skips.txt new file mode 100644 index 00000000000..9ddc248cf6a --- /dev/null +++ b/src/amd/ci/radv-cezanne-skips.txt @@ -0,0 +1,2 @@ +# CTS bug, leaky tests - https://github.com/KhronosGroup/VK-GL-CTS/issues/531 +dEQP-VK.descriptor_indexing.*