From c0068ef49537a419aa745f944326313843cd956b Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 7 May 2021 13:53:47 -0400 Subject: [PATCH] ci: skip glsl-uniform-interstage-limits tests for softpipe jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit these tests take over 5 minutes just locally, and the codepaths are mostly shared with llvmpipe in the draw module, so there's not much point in running them given that other drivers are more likely to catch any issues here over softpipe, which is only more likely to catch timeouts Reviewed-by: Michel Dänzer Reviewed-by: Emma Anholt Part-of: --- src/gallium/drivers/softpipe/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/softpipe/ci/gitlab-ci.yml b/src/gallium/drivers/softpipe/ci/gitlab-ci.yml index ad7ede3993b..6e747d5a9d4 100644 --- a/src/gallium/drivers/softpipe/ci/gitlab-ci.yml +++ b/src/gallium/drivers/softpipe/ci/gitlab-ci.yml @@ -82,6 +82,7 @@ softpipe-piglit-quick: -x glsl-4.50 -x gpu_shader4 -x gpu_shader5 + -x glsl-uniform-interstage-limits PIGLIT_PROFILES: quick_gl quick_shader PIGLIT_RESULTS: softpipe-quick