From ab409fbf9fd59a48ea4fc91e718cbb3770e73fd5 Mon Sep 17 00:00:00 2001 From: Boris Brezillon Date: Fri, 23 Apr 2021 09:46:01 +0200 Subject: [PATCH] panfrost/ci: Skip draw_indirect.compute_interop.large.* Some of the dEQP-GLES31.functional.draw_indirect.compute_interop.large tests create heavy compute jobs which might takes more than the maximum allowed by the kernel driver (0.5s). Skip them for now. Signed-off-by: Boris Brezillon Part-of: --- src/gallium/drivers/panfrost/ci/deqp-panfrost-g52-skips.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gallium/drivers/panfrost/ci/deqp-panfrost-g52-skips.txt b/src/gallium/drivers/panfrost/ci/deqp-panfrost-g52-skips.txt index 311b05d65b6..1d9014cd84b 100644 --- a/src/gallium/drivers/panfrost/ci/deqp-panfrost-g52-skips.txt +++ b/src/gallium/drivers/panfrost/ci/deqp-panfrost-g52-skips.txt @@ -12,3 +12,7 @@ dEQP-GLES[0-9]*.functional.flush_finish.* # RA failures dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.21 dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.36 + +# Some compute jobs take more 0.5s, the maximum allowed by the +# kernel driver +dEQP-GLES31.functional.draw_indirect.compute_interop.large.*