From f737f66196f0bcc957b5b3f2a289d90d18ef2b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Fri, 27 Nov 2020 18:27:37 +0100 Subject: [PATCH] Temporarily disable gitter notifications for external tests --- .circleci/config.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f554c134b..a448550b6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -846,8 +846,9 @@ jobs: name: External GnosisSafe tests command: | test/externalTests/gnosis.sh /tmp/workspace/soljson.js || test/externalTests/gnosis.sh /tmp/workspace/soljson.js - - run: *gitter_notify_failure - - run: *gitter_notify_success + # TODO: Re-enable notifications once this is running nightly rather than as a PR check + #- run: *gitter_notify_failure + #- run: *gitter_notify_success t_ems_compile_ext_zeppelin: docker: @@ -877,8 +878,9 @@ jobs: name: External Zeppelin tests command: | test/externalTests/zeppelin.sh /tmp/workspace/soljson.js || test/externalTests/zeppelin.sh /tmp/workspace/soljson.js - - run: *gitter_notify_failure - - run: *gitter_notify_success + # TODO: Re-enable notifications once this is running nightly rather than as a PR check + #- run: *gitter_notify_failure + #- run: *gitter_notify_success t_ems_compile_ext_colony: docker: @@ -916,8 +918,9 @@ jobs: name: External ColonyNetworks tests command: | test/externalTests/colony.sh /tmp/workspace/soljson.js || test/externalTests/colony.sh /tmp/workspace/soljson.js - - run: *gitter_notify_failure - - run: *gitter_notify_success + # TODO: Re-enable notifications once this is running nightly rather than as a PR check + #- run: *gitter_notify_failure + #- run: *gitter_notify_success t_ems_compile_ext_ens: docker: