[zorg] r238387 - Temporarily disable IRC notifications.

Galina Kistanova gkistanova at gmail.com
Wed May 27 18:32:11 PDT 2015


Author: gkistanova
Date: Wed May 27 20:32:11 2015
New Revision: 238387

URL: http://llvm.org/viewvc/llvm-project?rev=238387&view=rev
Log:
Temporarily disable IRC notifications.

Modified:
    zorg/trunk/buildbot/osuosl/master/config/status.py

Modified: zorg/trunk/buildbot/osuosl/master/config/status.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/status.py?rev=238387&r1=238386&r2=238387&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/status.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/status.py Wed May 27 20:32:11 2015
@@ -43,11 +43,14 @@ def get_status_targets(standard_builders
                                        default_email),
             mode = "problem",
             builders = standard_builders),
-        buildbot.status.words.IRC(
-            host = "irc.oftc.net", nick = "llvmbb", channels = ["#llvm"],
-            allowForce = True,
-            categories = standard_categories,
-            notify_events = ['successToFailure', 'failureToSuccess']),
+        # FIXME: It looks like the current IRC notifications annoy people more
+        # than help. I disable it for now till we would decide if we want them
+        # at all, and what channel they should go if we do.
+        #buildbot.status.words.IRC(
+        #    host = "irc.oftc.net", nick = "llvmbb", channels = ["#llvm"],
+        #    allowForce = True,
+        #    categories = standard_categories,
+        #    notify_events = ['successToFailure', 'failureToSuccess']),
 
         # In addition to that the following notifiers are defined for special
         # cases.





More information about the llvm-commits mailing list