[zorg] r238502 - Reverted r238387. We do want the IRC notifications.

Galina Kistanova gkistanova at gmail.com
Thu May 28 14:27:18 PDT 2015


Author: gkistanova
Date: Thu May 28 16:27:17 2015
New Revision: 238502

URL: http://llvm.org/viewvc/llvm-project?rev=238502&view=rev
Log:
Reverted r238387. We do want the 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=238502&r1=238501&r2=238502&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/status.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/status.py Thu May 28 16:27:17 2015
@@ -43,14 +43,11 @@ def get_status_targets(standard_builders
                                        default_email),
             mode = "problem",
             builders = standard_builders),
-        # 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']),
+        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