From 2f0677dd52b6ae79f184bfe8fd7a4673f0cfceff Mon Sep 17 00:00:00 2001 From: Guilherme Gallo Date: Fri, 19 May 2023 10:03:08 -0300 Subject: [PATCH] dzn: Skip a few deqp tests which are prone to timeout Some dozen-deqp tests have timed out in a different pipeline. You can find more information at https://gitlab.freedesktop.org/mesa/mesa/-/jobs/42064254. It appears that the execution of gstreamer on the same Windows runners simultaneously is causing those particular tests to exceed their allotted time and fail. Signed-off-by: Guilherme Gallo Part-of: --- src/microsoft/ci/warp-skips.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/microsoft/ci/warp-skips.txt b/src/microsoft/ci/warp-skips.txt index 3183cd2bcac..c1363389ce4 100644 --- a/src/microsoft/ci/warp-skips.txt +++ b/src/microsoft/ci/warp-skips.txt @@ -4,3 +4,9 @@ dEQP-VK.subgroups.*double.* dEQP-VK.subgroups.*i64vec.* dEQP-VK.subgroups.*u64vec.* dEQP-VK.subgroups.*dvec.* + +# If the Windows runner becomes sluggish due to external load, such as +# gstreamer, it can cause the tests to exceed their time limit. +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