From 6d6676e1cd4d7e05e53d343501e416643ca4d870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 16 Jan 2022 09:50:15 +0100 Subject: [PATCH] package/ci: drop Gitter webhook notifications. It never really worked, was either too verbose or too quiet, and now it 404s on AppVeyor. --- package/ci/appveyor.yml | 7 ------- package/ci/circleci.yml | 6 ------ package/ci/travis.yml | 8 -------- 3 files changed, 21 deletions(-) diff --git a/package/ci/appveyor.yml b/package/ci/appveyor.yml index f5612f166..575a185e0 100644 --- a/package/ci/appveyor.yml +++ b/package/ci/appveyor.yml @@ -77,13 +77,6 @@ environment: APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 APPVEYOR_JOB_NAME: windows-rt-gles3-msvc2017 -notifications: -- provider: Webhook - url: https://webhooks.gitter.im/e/415ae90928ba0dbd3df4 - on_build_success: false - on_build_failure: true - on_build_status_changed: true - install: # Ninja. `cinst ninja` started 503ing in late November 2019 and wasn't really # reliable before either. So install by hand, as that's reliable always. diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 94d916bff..43a89f2cb 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -3,12 +3,6 @@ version: 2.1 orbs: codecov: codecov/codecov@1.1.1 -notify: - webhooks: - # Unfortunately Gitter messages are too verbose (one five-line message per - # each job in the build matrix) and thus not wanted - #- url: https://webhooks.gitter.im/e/cfbadbd34d28708a57c6 - executors: ubuntu-16_04: docker: diff --git a/package/ci/travis.yml b/package/ci/travis.yml index 10a0bf86a..798e8b3d9 100644 --- a/package/ci/travis.yml +++ b/package/ci/travis.yml @@ -258,14 +258,6 @@ matrix: - android-22 - sys-img-armeabi-v7a-android-22 -notifications: - webhooks: - urls: - - https://webhooks.gitter.im/e/00ec7a9066bb0fec98f3 - on_success: change - on_failure: always - on_start: never - cache: directories: - $HOME/sdl2