[zorg] r200286 - Remove lab-mini-02 from buildbot rotation. Its software is too old.
Chris Matthews
cmatthews5 at apple.com
Mon Jan 27 20:45:37 PST 2014
Author: cmatthews
Date: Mon Jan 27 22:45:36 2014
New Revision: 200286
URL: http://llvm.org/viewvc/llvm-project?rev=200286&view=rev
Log:
Remove lab-mini-02 from buildbot rotation. Its software is too old.
Modified:
zorg/trunk/buildbot/llvmlab/master/config/phase_config.py
Modified: zorg/trunk/buildbot/llvmlab/master/config/phase_config.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/llvmlab/master/config/phase_config.py?rev=200286&r1=200285&r2=200286&view=diff
==============================================================================
--- zorg/trunk/buildbot/llvmlab/master/config/phase_config.py (original)
+++ zorg/trunk/buildbot/llvmlab/master/config/phase_config.py Mon Jan 27 22:45:36 2014
@@ -47,7 +47,7 @@ will be used to boot strap subsequent bu
The first phase is targeted to run on almost every commit and to react within at
most 10 to 15 minutes to failures.""" })
-phase2_slaves=['xserve2','xserve4', 'lab-mini-02']
+phase2_slaves=['xserve4']
phase2_builders = []
phase2_builders.append(build('clang-x86_64-darwin11-DA', phase2_slaves))
More information about the llvm-commits
mailing list