Mesa (main): ci: Enable reporting to the flakes IRC channel for i915g and crocus.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Dec 30 01:10:20 UTC 2021


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

Author: Emma Anholt <emma at anholt.net>
Date:   Thu Dec 23 09:15:27 2021 -0800

ci: Enable reporting to the flakes IRC channel for i915g and crocus.

Acked-by: Dave Airlie <airlied at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14300>

---

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

diff --git a/src/gallium/drivers/crocus/ci/gitlab-ci.yml b/src/gallium/drivers/crocus/ci/gitlab-ci.yml
index a5f2ad14d63..5bcae5009da 100644
--- a/src/gallium/drivers/crocus/ci/gitlab-ci.yml
+++ b/src/gallium/drivers/crocus/ci/gitlab-ci.yml
@@ -8,6 +8,7 @@
     - anholt-g41
   variables:
     GPU_VERSION: crocus-g41
+    FLAKES_CHANNEL: "#intel-ci"
 
 # Manual test rules for using anholt's shared hsw.
 .anholt-hsw-test:
diff --git a/src/gallium/drivers/i915/ci/gitlab-ci.yml b/src/gallium/drivers/i915/ci/gitlab-ci.yml
index efbeae8d206..8b0bf001a68 100644
--- a/src/gallium/drivers/i915/ci/gitlab-ci.yml
+++ b/src/gallium/drivers/i915/ci/gitlab-ci.yml
@@ -8,6 +8,7 @@
     - anholt-g33
   variables:
     GPU_VERSION: i915-g33
+    FLAKES_CHANNEL: "#intel-ci"
 
 i915-g33-deqp:
   extends:



More information about the mesa-commit mailing list