From 0a15493429852aa9d99ad83bec6d734aff397c6a Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Sat, 17 Aug 2024 12:54:52 +0000 Subject: [PATCH] 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 Part-of: --- src/freedreno/ci/freedreno-a618-premerge-skips.txt | 5 +++++ src/freedreno/ci/freedreno-a630-premerge-skips.txt | 5 +++++ src/freedreno/ci/freedreno-a660-premerge-skips.txt | 6 +++--- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/freedreno/ci/freedreno-a618-premerge-skips.txt b/src/freedreno/ci/freedreno-a618-premerge-skips.txt index de66a6ac2fd..548aeb5de3d 100644 --- a/src/freedreno/ci/freedreno-a618-premerge-skips.txt +++ b/src/freedreno/ci/freedreno-a618-premerge-skips.txt @@ -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* diff --git a/src/freedreno/ci/freedreno-a630-premerge-skips.txt b/src/freedreno/ci/freedreno-a630-premerge-skips.txt index de66a6ac2fd..548aeb5de3d 100644 --- a/src/freedreno/ci/freedreno-a630-premerge-skips.txt +++ b/src/freedreno/ci/freedreno-a630-premerge-skips.txt @@ -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* diff --git a/src/freedreno/ci/freedreno-a660-premerge-skips.txt b/src/freedreno/ci/freedreno-a660-premerge-skips.txt index 4ffab5d911d..29b863dea1e 100644 --- a/src/freedreno/ci/freedreno-a660-premerge-skips.txt +++ b/src/freedreno/ci/freedreno-a660-premerge-skips.txt @@ -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*