From f39131c80613afd0194ed182ad8aa84e82064008 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Thu, 5 Feb 2026 11:10:01 -0800 Subject: [PATCH] ci/vulkan: Single-thread non-drm VK_KHR_display testing as well. This still goes through wsi_common_display and needs the master priv. Current CI doesn't run these, but some radv boards will. Part-of: --- .gitlab-ci/all-single-thread.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/all-single-thread.txt b/.gitlab-ci/all-single-thread.txt index 265235e82c1..3ba0995f8ed 100644 --- a/.gitlab-ci/all-single-thread.txt +++ b/.gitlab-ci/all-single-thread.txt @@ -1,6 +1,6 @@ # These tests require DRM master priveleges (sole access to the device), # otherwise they return Skip. -dEQP-VK.wsi.direct_drm.* +dEQP-VK.wsi.direct.* dEQP-VK.wsi.acquire_drm.* # These tests try to allocate up to half of the device memory, which doesn't go