[zorg] r295019 - Rename llvmbb to llvmbb-llvm-build in #llvm-build
Eric Fiselier via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 18:41:18 PST 2017
Author: ericwf
Date: Mon Feb 13 20:41:17 2017
New Revision: 295019
URL: http://llvm.org/viewvc/llvm-project?rev=295019&view=rev
Log:
Rename llvmbb to llvmbb-llvm-build in #llvm-build
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=295019&r1=295018&r2=295019&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/status.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/status.py Mon Feb 13 20:41:17 2017
@@ -44,7 +44,16 @@ def get_status_targets(standard_builders
builders = standard_builders),
buildbot.status.words.IRC(
host = "irc.oftc.net", nick = "llvmbb",
- channels = ["#llvm", "#llvm-build"],
+ channels = ["#llvm"],
+ allowForce = True,
+ categories = standard_categories,
+ notify_events = ['successToFailure', 'failureToSuccess']),
+ # Use different nick's in the different channels to support ignoring
+ # one bot or the other.
+ # (Note: /ignore applies to all channels on the network)
+ buildbot.status.words.IRC(
+ host = "irc.oftc.net", nick = "llvmbb-llvm-build",
+ channels = ["#llvm-build"],
allowForce = True,
categories = standard_categories,
notify_events = ['successToFailure', 'failureToSuccess']),
More information about the llvm-commits
mailing list