[llvm-commits] [zorg] r142059 - in /zorg/trunk: buildbot/README.txt zorg/buildbot/commands/NightlyTestCommand.py
Galina Kistanova
gkistanova at gmail.com
Sat Oct 15 00:30:43 PDT 2011
Author: gkistanova
Date: Sat Oct 15 02:30:43 2011
New Revision: 142059
URL: http://llvm.org/viewvc/llvm-project?rev=142059&view=rev
Log:
Fixed 'NoneType' object has no attribute 'match'; changed buildbot host to lab.llvm.org
Modified:
zorg/trunk/buildbot/README.txt
zorg/trunk/zorg/buildbot/commands/NightlyTestCommand.py
Modified: zorg/trunk/buildbot/README.txt
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/README.txt?rev=142059&r1=142058&r2=142059&view=diff
==============================================================================
--- zorg/trunk/buildbot/README.txt (original)
+++ zorg/trunk/buildbot/README.txt Sat Oct 15 02:30:43 2011
@@ -3,7 +3,7 @@
Actually, there are is a generic working skeleton, in 'smooshlab', and
a specific working skeleton in 'osuosl' for talking to the public LLVM
-buildbot hosted on google1.osuosl.org.
+buildbot hosted on lab.llvm.org.
Build Slaves
------------
Modified: zorg/trunk/zorg/buildbot/commands/NightlyTestCommand.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/commands/NightlyTestCommand.py?rev=142059&r1=142058&r2=142059&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/commands/NightlyTestCommand.py (original)
+++ zorg/trunk/zorg/buildbot/commands/NightlyTestCommand.py Sat Oct 15 02:30:43 2011
@@ -6,7 +6,6 @@
import buildbot.steps.shell
class NightlyTestCommand(buildbot.steps.shell.Test):
- warningPattern = None
def __init__(self, xfails=[], *args, **kwargs):
buildbot.steps.shell.Test.__init__(self, *args, **kwargs)
More information about the llvm-commits
mailing list