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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user