From 179ed2ff603f90a5a7e2a316702af96ff0e1923f Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 13 Mar 2023 20:48:53 -0400 Subject: [PATCH] panfrost/ci: Add some Piglit skips Skip heavyweight crashing tests that have the potential to take down not just themselves but also other Piglit tests running concurrently via piglit-runner (which would otherwise become piglit-runner level flakes). Signed-off-by: Alyssa Rosenzweig Reviewed-by: Emma Anholt Reviewed-by: Boris Brezillon Part-of: --- src/panfrost/ci/panfrost-g52-skips.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/panfrost/ci/panfrost-g52-skips.txt b/src/panfrost/ci/panfrost-g52-skips.txt index 8f627a4..627ba8d 100644 --- a/src/panfrost/ci/panfrost-g52-skips.txt +++ b/src/panfrost/ci/panfrost-g52-skips.txt @@ -16,3 +16,9 @@ dEQP-VK.spirv_assembly.instruction.compute.vector_shuffle.vector_shuffle # Seems to timeout occasionally dEQP-VK.api.object_management.max_concurrent.query_pool + +# Causes a GPU timeout +spec@!opengl 1.1@longprim + +# OOMs +spec@!opengl 1.1@streaming-texture-leak -- 2.7.4