Mesa (master): zink: disable some builtin-gl-sample-mask sample shading tests on ci

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Feb 23 16:56:02 UTC 2021


Module: Mesa
Branch: master
Commit: 5edbc6148d708ca6ad9528012ce767e190a34a6a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5edbc6148d708ca6ad9528012ce767e190a34a6a

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Tue Feb 23 10:28:10 2021 -0500

zink: disable some builtin-gl-sample-mask sample shading tests on ci

these are super flaky

Reviewed-by: Adam Jackson <ajax at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9219>

---

 src/gallium/drivers/zink/ci/gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/zink/ci/gitlab-ci.yml b/src/gallium/drivers/zink/ci/gitlab-ci.yml
index dc0c97905c9..a93d6bcfe0a 100644
--- a/src/gallium/drivers/zink/ci/gitlab-ci.yml
+++ b/src/gallium/drivers/zink/ci/gitlab-ci.yml
@@ -14,7 +14,7 @@ zink-piglit-quick_gl:
     LP_NUM_THREADS: 0
     PIGLIT_OPTIONS: >
       -x arb_map_buffer_alignment at arb_map_buffer_alignment-map-invalidate-range
-      -x glx-make-current -x arb_timer_query
+      -x glx-make-current -x arb_timer_query -x arb_sample_shading/builtin-gl-sample-mask
     PIGLIT_PROFILES: quick_gl
     PIGLIT_RESULTS: "zink-quick_gl"
     GALLIVM_PERF: "no_filter_hacks"



More information about the mesa-commit mailing list