freedreno/ci: Skip tests that might time out during pre-merge jobs

These tests that may hit the 60s timeout in pre-merge jobs. They pass during full runs
with longer timeouts, so only skip them here.

Signed-off-by: Valentine Burley <valentine.burley@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30708>
This commit is contained in:
Valentine Burley
2024-08-17 12:54:52 +00:00
committed by Marge Bot
parent 81c2581e4a
commit 0a15493429
3 changed files with 13 additions and 3 deletions
@@ -6,3 +6,8 @@
KHR-GL46.texture_swizzle.smoke
KHR-GL46.gpu_shader_fp64.builtin.inverse_dmat4
KHR-GL46.gpu_shader_fp64.fp64.varyings
# Slow tests that may hit 60s timeout pre-merge, but pass otherwise
dEQP-VK.memory.mapping.*.full.variable.implicit_unmap*
dEQP-VK.spirv_assembly.instruction.graphics.16bit_storage.struct_mixed_types.uniform_buffer_block_vert
dEQP-VK.spirv_assembly.instruction.*.spirv_ids_abuse.lots_ids*
@@ -6,3 +6,8 @@
KHR-GL46.texture_swizzle.smoke
KHR-GL46.gpu_shader_fp64.builtin.inverse_dmat4
KHR-GL46.gpu_shader_fp64.fp64.varyings
# Slow tests that may hit 60s timeout pre-merge, but pass otherwise
dEQP-VK.memory.mapping.*.full.variable.implicit_unmap*
dEQP-VK.spirv_assembly.instruction.graphics.16bit_storage.struct_mixed_types.uniform_buffer_block_vert
dEQP-VK.spirv_assembly.instruction.*.spirv_ids_abuse.lots_ids*
@@ -2,7 +2,7 @@
# non-zero-length and not starting with '#', will regex match to
# delete lines from the test list. Be careful.
# Slow tests that may hit 60s timeout pre-merge.
dEQP-VK.memory.mapping.*.full.variable.implicit_unmap
# Slow tests that may hit 60s timeout pre-merge, but pass otherwise
dEQP-VK.memory.mapping.*.full.variable.implicit_unmap*
dEQP-VK.spirv_assembly.instruction.graphics.16bit_storage.struct_mixed_types.uniform_buffer_block_vert
dEQP-VK.spirv_assembly.instruction.graphics.spirv_ids_abuse.lots_ids_.*
dEQP-VK.spirv_assembly.instruction.*.spirv_ids_abuse.lots_ids*