Module: Mesa
Branch: main
Commit: c0068ef49537a419aa745f944326313843cd956b
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0068ef49537a419aa745f944326313843cd956b

Author: Mike Blumenkrantz <michael.blumenkra...@gmail.com>
Date:   Fri May  7 13:53:47 2021 -0400

ci: skip glsl-uniform-interstage-limits tests for softpipe jobs

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 <mdaen...@redhat.com>
Reviewed-by: Emma Anholt <e...@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10708>

---

 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
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to