From d7680bb284a2d2867ec69f6b767a82c9eeb6da4d Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 3 Sep 2024 10:22:54 +0100 Subject: [PATCH] ci/dozen: Add a couple more skips One takes almost exactly 60 seconds these days, so it sometimes fails. The other takes 43 seconds, which is too close for comfort; allocating as much memory as possible is also not a great thing to do on shared runners. Signed-off-by: Daniel Stone Part-of: --- src/microsoft/ci/warp-skips.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/microsoft/ci/warp-skips.txt b/src/microsoft/ci/warp-skips.txt index 7f5cb23024f..6870477a1d6 100644 --- a/src/microsoft/ci/warp-skips.txt +++ b/src/microsoft/ci/warp-skips.txt @@ -3,3 +3,5 @@ dEQP-VK.api.object_management.multithreaded_per_thread_resources.device_group dEQP-VK.ubo.3_level_array.scalar.column_major_mat4.both_comp_access dEQP-VK.ubo.3_level_array.std140.row_major_mat4.both +dEQP-VK.memory.pipeline_barrier.host_write_uniform_buffer.1048576 +dEQP-VK.api.device_init.create_instance_device_intentional_alloc_fail.*