[zorg] r179302 - [llvmlab] Made the nobootstrap RA incremental the phase 1 builder and added xserve4 as a phase 2 slave.
Michael Gottesman
mgottesman at apple.com
Thu Apr 11 10:38:47 PDT 2013
Author: mgottesman
Date: Thu Apr 11 12:38:47 2013
New Revision: 179302
URL: http://llvm.org/viewvc/llvm-project?rev=179302&view=rev
Log:
[llvmlab] Made the nobootstrap RA incremental the phase 1 builder and added xserve4 as a phase 2 slave.
Thus if libcxx/lldb (which run less often) are not running, our phase 2 builds
can use the extra capacity.
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=179302&r1=179301&r2=179302&view=diff
==============================================================================
--- zorg/trunk/buildbot/llvmlab/master/config/phase_config.py (original)
+++ zorg/trunk/buildbot/llvmlab/master/config/phase_config.py Thu Apr 11 12:38:47 2013
@@ -26,8 +26,8 @@ phaseRunners = ['macpro1']
phase1_slaves=['xserve5']
phase1_builders = []
-phase1_builders.append(build('clang-x86_64-darwin11-nobootstrap-RA', phase1_slaves))
-phase1_builders.append(build('clang-x86_64-darwin11-nobootstrap-RAincremental', ['xserve4']))
+#phase1_builders.append(build('clang-x86_64-darwin11-nobootstrap-RA', phase1_slaves))
+phase1_builders.append(build('clang-x86_64-darwin11-nobootstrap-RAincremental', phase1_slaves))
phases.append(
{ 'number' : 1,
@@ -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']
+phase2_slaves=['xserve2','xserve4']
phase2_builders = []
phase2_builders.append(build('clang-x86_64-darwin11-DA', phase2_slaves))
More information about the llvm-commits
mailing list