Mesa (main): ci: Add a flakes IRC channel for llvmpipe/softpipe.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 14 19:47:33 UTC 2021


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

Author: Emma Anholt <emma at anholt.net>
Date:   Fri Jun 11 14:11:22 2021 -0700

ci: Add a flakes IRC channel for llvmpipe/softpipe.

I'll watch this for deqp flake reports so we can stay on top of them (and
maybe expire those ancient softpipe annotations at some point).

Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11333>

---

 src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml | 1 +
 src/gallium/drivers/softpipe/ci/gitlab-ci.yml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml b/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml
index a2bc6fad694..d70b6541f3c 100644
--- a/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml
+++ b/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml
@@ -4,6 +4,7 @@
   variables:
     LIBGL_ALWAYS_SOFTWARE: "true"
     GALLIUM_DRIVER: "llvmpipe"
+    FLAKES_CHANNEL: "#mesa-swrast-ci"
 
 llvmpipe-piglit-cl:
   extends:
diff --git a/src/gallium/drivers/softpipe/ci/gitlab-ci.yml b/src/gallium/drivers/softpipe/ci/gitlab-ci.yml
index 6e747d5a9d4..aabef0bcae3 100644
--- a/src/gallium/drivers/softpipe/ci/gitlab-ci.yml
+++ b/src/gallium/drivers/softpipe/ci/gitlab-ci.yml
@@ -6,6 +6,7 @@ softpipe-gles2:
     GPU_VERSION: softpipe
     GALLIUM_DRIVER: "softpipe"
     DEQP_EXPECTED_RENDERER: softpipe
+    FLAKES_CHANNEL: "#mesa-swrast-ci"
 
 softpipe-gles3:
   variables:



More information about the mesa-commit mailing list