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 \