From 96513b5e8eb00c83b4e3a8dc19904fac6432cedd Mon Sep 17 00:00:00 2001 From: Connor Abbott Date: Thu, 17 Jul 2025 12:49:53 -0400 Subject: [PATCH] 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: --- src/freedreno/ci/freedreno-a6xx-skips.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/freedreno/ci/freedreno-a6xx-skips.txt b/src/freedreno/ci/freedreno-a6xx-skips.txt index 67447d4a2f5..c9b8564bca1 100644 --- a/src/freedreno/ci/freedreno-a6xx-skips.txt +++ b/src/freedreno/ci/freedreno-a6xx-skips.txt @@ -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