ci: Move the flakes channels to OFTC
authorEmma Anholt <emma@anholt.net>
Wed, 26 May 2021 21:13:47 +0000 (14:13 -0700)
committerMarge Bot <eric+marge@anholt.net>
Tue, 1 Jun 2021 20:31:00 +0000 (20:31 +0000)
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@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11020>

.gitlab-ci/deqp-runner.sh
.gitlab-ci/piglit/piglit-runner.sh

index 35ba6f4..ea1abc9 100755 (executable)
@@ -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 \
index c531b2f..7b86a0d 100755 (executable)
@@ -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 \