From 9283875f9300abbd6c3d05271cd99b69f9ef0551 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Wed, 26 May 2021 14:13:47 -0700 Subject: [PATCH] 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 Part-of: --- .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 \