From 7e28fbd8bc558ca8c205fdf0e38c876f4b2c496b Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 22 Oct 2020 09:29:18 -0700 Subject: [PATCH] ci: Add the new timeout-prone softpipe-gl test to the skips list. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The NIR path does a whole lot more work on this testcase and we often time out, even after the NIR validation speedup. Reviewed-by: Michel Dänzer Part-of: --- .gitlab-ci/deqp-softpipe-skips.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/deqp-softpipe-skips.txt b/.gitlab-ci/deqp-softpipe-skips.txt index 45e967b..62a87a0 100644 --- a/.gitlab-ci/deqp-softpipe-skips.txt +++ b/.gitlab-ci/deqp-softpipe-skips.txt @@ -23,3 +23,5 @@ dEQP-GLES31.functional.primitive_bounding_box.wide_points.global_state.vertex_ge # This one is really slow and can time out (~56 seconds locally) KHR-GL33.texture_swizzle.smoke +# Another slow one post NIR transition +KHR-GL33.texture_swizzle.functional -- 2.7.4