Mesa (main): ci: Move the flakes channels to OFTC

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 1 22:19:44 UTC 2021


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

Author: Emma Anholt <emma at anholt.net>
Date:   Wed May 26 14:13:47 2021 -0700

ci: Move the flakes channels to OFTC

Following the rest of our channels, move CI reporting over.  Seems to
still work fine.  This affects freedreno and iris.

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11020>

---

 .gitlab-ci/deqp-runner.sh          | 2 +-
 .gitlab-ci/piglit/piglit-runner.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh
index 35ba6f4b89e..ea1abc92c89 100755
--- a/.gitlab-ci/deqp-runner.sh
+++ b/.gitlab-ci/deqp-runner.sh
@@ -240,7 +240,7 @@ deqp-runner junit \
 # Report the flakes to the IRC channel for monitoring (if configured):
 if [ -n "$FLAKES_CHANNEL" ]; then
   python3 $INSTALL/report-flakes.py \
-         --host irc.freenode.net \
+         --host irc.oftc.net \
          --port 6667 \
          --results $RESULTS_CSV \
          --known-flakes $INSTALL/deqp-$GPU_VERSION-flakes.txt \
diff --git a/.gitlab-ci/piglit/piglit-runner.sh b/.gitlab-ci/piglit/piglit-runner.sh
index c531b2fb030..7b86a0d3fd8 100755
--- a/.gitlab-ci/piglit/piglit-runner.sh
+++ b/.gitlab-ci/piglit/piglit-runner.sh
@@ -78,7 +78,7 @@ deqp-runner junit \
 # Report the flakes to the IRC channel for monitoring (if configured):
 if [ -n "$FLAKES_CHANNEL" ]; then
   python3 $INSTALL/report-flakes.py \
-         --host irc.freenode.net \
+         --host irc.oftc.net \
          --port 6667 \
          --results $RESULTS_CSV \
          --known-flakes $INSTALL/piglit-$GPU_VERSION-flakes.txt \



More information about the mesa-commit mailing list