radv/ci: Add more ASAN VKCTS jobs on Cezanne

Use more devices for the radv-cezanne-vkcts-asan job, but decrease
concurrency from 4 to 3 to avoid OOMs.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41099>
This commit is contained in:
Valentine Burley 2026-04-22 11:55:32 +02:00 committed by Marge Bot
parent 4e4207e639
commit 34ffa61805
2 changed files with 13 additions and 2 deletions

View file

@ -155,10 +155,11 @@ radv-cezanne-vkcts-asan:
- .lava-x86_64-test-asan-vk
- .radv-cezanne-test:x86_64
- .radv-collabora-rules
parallel: 2
parallel: 10
variables:
DEQP_SUITE: radv
DEQP_FRACTION: 25
DEQP_FRACTION: 5
FDO_CI_CONCURRENT: 3 # We get OOMkills if we go wider
############### VKCTS tests ###############

View file

@ -0,0 +1,10 @@
# RADV bug
dEQP-VK.api.copy_and_blit.core.use_after_copy.d16_unorm.general.32x32x1_cq_regions,Fail
dEQP-VK.api.copy_and_blit.core.use_after_copy.d16_unorm_s8_uint.general.32x32x1_cq_regions,Fail
dEQP-VK.api.copy_and_blit.core.use_after_copy.d16_unorm_s8_uint.general.32x32x2_cq_img2img_msaa,Fail
dEQP-VK.api.copy_and_blit.core.use_after_copy.d16_unorm_s8_uint.general.32x32x2_cq_regions_img2img,Fail
dEQP-VK.api.copy_and_blit.core.use_after_copy.d16_unorm_s8_uint.general.32x32x2_cq_regions_img2img_msaa,Fail
dEQP-VK.api.copy_and_blit.core.use_after_copy.d16_unorm_s8_uint.transfer_dst_optimal.32x32x2_cq_img2img_msaa,Fail
dEQP-VK.api.copy_and_blit.core.use_after_copy.d16_unorm_s8_uint.transfer_dst_optimal.32x32x2_cq_regions_img2img_msaa,Fail
dEQP-VK.api.copy_and_blit.core.use_after_copy.d32_sfloat.general.32x32x2_cq_regions_img2img_msaa,Fail
dEQP-VK.api.copy_and_blit.core.use_after_copy.d32_sfloat_s8_uint.transfer_dst_optimal.32x32x2_cq_regions_img2img_msaa,Fail