Mesa (main): zink: remove lazy ci job

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 4 16:56:20 UTC 2021


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Wed Nov  3 15:41:40 2021 -0400

zink: remove lazy ci job

the push descriptor coverage for lavapipe should be okay in ci now, and
that was the point of adding this job

Acked-by: Daniel Stone <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13656>

---

 src/gallium/drivers/zink/ci/gitlab-ci.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/gallium/drivers/zink/ci/gitlab-ci.yml b/src/gallium/drivers/zink/ci/gitlab-ci.yml
index 83c966cee25..d569c88e589 100644
--- a/src/gallium/drivers/zink/ci/gitlab-ci.yml
+++ b/src/gallium/drivers/zink/ci/gitlab-ci.yml
@@ -30,12 +30,6 @@ zink-piglit-no_timelines:
   script:
     - xvfb-run --server-args='-noreset' sh -c "ZINK_NO_TIMELINES=1 GALLIUM_DRIVER=zink VK_DRIVER=lvp install/piglit/piglit-runner.sh"
 
-zink-piglit-lazy:
-  extends:
-    - .zink-piglit-quick_gl
-  script:
-    - xvfb-run --server-args='-noreset' sh -c "ZINK_DESCRIPTORS=lazy GALLIUM_DRIVER=zink VK_DRIVER=lvp install/piglit/piglit-runner.sh"
-
 zink-lvp-deqp:
   extends:
     - .test-gl



More information about the mesa-commit mailing list