From 84645c9d8f2c695e779b88c1c60b0e36422b4672 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Fri, 15 May 2026 09:58:34 +0200 Subject: [PATCH] venus/ci: Skip more even more robustness and synchronization2 tests on ANV These can cause hangs on CML: https://gitlab.freedesktop.org/Valentine/mesa/-/jobs/99906137 https://gitlab.freedesktop.org/Valentine/mesa/-/jobs/99901358 Signed-off-by: Valentine Burley Part-of: --- src/virtio/ci/android-angle-venus-anv-skips.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/virtio/ci/android-angle-venus-anv-skips.txt b/src/virtio/ci/android-angle-venus-anv-skips.txt index c39ee383592..1e2dc50d6ea 100644 --- a/src/virtio/ci/android-angle-venus-anv-skips.txt +++ b/src/virtio/ci/android-angle-venus-anv-skips.txt @@ -6,8 +6,8 @@ ahb-dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.host_visibl # These can cause hangs dEQP-VK.robustness.buffer_access.* -dEQP-VK.synchronization2.op.multi_queue.fence.write_image_compute_read_image_compute.image_128x128_r8_unorm_concurrent -dEQP-VK.synchronization2.op.multi_queue.fence.write_ssbo_compute_read_ssbo_vertex.buffer_16384_concurrent +dEQP-VK.robustness.pipeline_robustness_buffer_access.* +dEQP-VK.synchronization2.op.multi_queue.fence.write_* dEQP-VK.synchronization2.timeline_semaphore.wait_before_signal.write_ssbo_compute_indirect_read_vertex_input.buffer_262144 # Mainly for testing platform features. Skip as take too long. Flaky on both ANV and Turnip.