intel/ci: fix skips definitions

Skips are regexes, not globs :)

Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24024>
This commit is contained in:
Eric Engestrom 2023-07-06 17:47:02 +01:00 committed by Marge Bot
parent 42df7131ba
commit 703102d7cb
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# These definitely hang the GPU (VK_ERROR_DEVICE_LOST), and they take other
# tests out with them.
dEQP-VK.compute.basic.empty_workgroup_*
dEQP-VK.compute.basic.empty_workgroup_.*
# Events are not implemented on gen7, and we seem to get GPU hangs that leak
# into other tests when these tests fail.

View file

@ -2,5 +2,5 @@
wayland-dEQP-EGL.functional.buffer_age.no_preserve.*
wayland-dEQP-EGL.functional.query_context.get_current_context.*
wayland-dEQP-EGL.functional.query_context.get_current_surface.*
wayland-dEQP-EGL.functional.resize.surface_size.stretch*
wayland-dEQP-EGL.functional.resize.surface_size.stretch.*
wayland-dEQP-EGL.functional.swap_buffers_with_damage.*