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 <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10425>
This commit is contained in:
Boris Brezillon
2021-04-23 09:46:01 +02:00
committed by Marge Bot
parent d01f2d0c65
commit ab409fbf9f

View File

@@ -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.*