[zorg] r187290 - Revert "Remove phased-bb-llvmlab from the #llvm until I have time to figure out why certain configuration related failures are occuring."

Michael Gottesman mgottesman at apple.com
Fri Jul 26 19:15:40 PDT 2013


Author: mgottesman
Date: Fri Jul 26 21:15:40 2013
New Revision: 187290

URL: http://llvm.org/viewvc/llvm-project?rev=187290&view=rev
Log:
Revert "Remove phased-bb-llvmlab from the #llvm until I have time to figure out why certain configuration related failures are occuring."

This reverts commit r185039.

I have a little bit of time to look into this.

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

Modified: zorg/trunk/buildbot/llvmlab/master/config/status.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/llvmlab/master/config/status.py?rev=187290&r1=187289&r2=187290&view=diff
==============================================================================
--- zorg/trunk/buildbot/llvmlab/master/config/status.py (original)
+++ zorg/trunk/buildbot/llvmlab/master/config/status.py Fri Jul 26 21:15:40 2013
@@ -42,13 +42,13 @@ def get_status_targets(standard_builders
     return [
         buildbot.status.html.WebStatus(
             http_port = 8013, allowForce = True),
-        #buildbot.status.words.IRC('irc.oftc.net', 'phased-bb-llvmlab',
-        #          port=6668,
-        #          channels=['llvm'],
-        #          allowForce=False,
-        #          password='smooshy',
-        #          notify_events=['successToFailure', 'failureToSuccess'],
-        #          categories=['status']),
+        buildbot.status.words.IRC('irc.oftc.net', 'phased-bb-llvmlab',
+                  port=6668,
+                  channels=['llvm'],
+                  allowForce=False,
+                  password='smooshy',
+                  notify_events=['successToFailure', 'failureToSuccess'],
+                  categories=['status']),
 
         # Experimental failing build notifier.
         #





More information about the llvm-commits mailing list