freedreno/ci: Skip dEQP-VK.memory.mapping.*.full.variable.*

These use too much memory with VM_BIND and aren't super useful. We have
to skip them even with the full jobs to avoid taking them out.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32533>
This commit is contained in:
Connor Abbott
2025-07-17 12:49:53 -04:00
committed by Marge Bot
parent 938ac2b67d
commit 96513b5e8e

View File

@@ -97,3 +97,12 @@ program@execute@amdgcn-f16-inline-immediates@add integer 64
# Vulkan Video isn't supported, since video isn't part of the gpu
dEQP-VK.video.*
# These tests try to allocate up to half of the device memory, which doesn't go
# great when other tests are running in parallel.
dEQP-VK.memory.mapping.suballocation.full.variable.implicit_unmap
dEQP-VK.memory.mapping.suballocation.full.variable.implicit_unmap_map2
dEQP-VK.memory.mapping.dedicated_alloc.buffer.full.variable.implicit_unmap
dEQP-VK.memory.mapping.dedicated_alloc.buffer.full.variable.implicit_unmap_map2
dEQP-VK.memory.mapping.dedicated_alloc.image.full.variable.implicit_unmap
dEQP-VK.memory.mapping.dedicated_alloc.image.full.variable.implicit_unmap_map2