[zorg] r185039 - 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
Wed Jun 26 16:31:58 PDT 2013
Author: mgottesman
Date: Wed Jun 26 18:31:58 2013
New Revision: 185039
URL: http://llvm.org/viewvc/llvm-project?rev=185039&view=rev
Log:
Remove phased-bb-llvmlab from the #llvm until I have time to figure out why certain configuration related failures are occuring.
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=185039&r1=185038&r2=185039&view=diff
==============================================================================
--- zorg/trunk/buildbot/llvmlab/master/config/status.py (original)
+++ zorg/trunk/buildbot/llvmlab/master/config/status.py Wed Jun 26 18:31:58 2013
@@ -44,13 +44,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