[zorg] r199690 - zorg: Let xserve5 focus on phase1
Duncan P. N. Exon Smith
dexonsmith at apple.com
Mon Jan 20 13:54:10 PST 2014
Author: dexonsmith
Date: Mon Jan 20 15:54:10 2014
New Revision: 199690
URL: http://llvm.org/viewvc/llvm-project?rev=199690&view=rev
Log:
zorg: Let xserve5 focus on phase1
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=199690&r1=199689&r2=199690&view=diff
==============================================================================
--- zorg/trunk/buildbot/llvmlab/master/config/phase_config.py (original)
+++ zorg/trunk/buildbot/llvmlab/master/config/phase_config.py Mon Jan 20 15:54:10 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','xserve5']
+phase2_slaves=['xserve2','xserve4']
phase2_builders = []
phase2_builders.append(build('clang-x86_64-darwin11-DA', phase2_slaves))
@@ -75,7 +75,7 @@ The second phase is targeted to run on m
# Phase 3
-phase3_slaves = ['xserve2','xserve4','xserve5']
+phase3_slaves = ['xserve2','xserve4']
phase3_slaves_lto = ['xserve3']
phase3_builders = []
More information about the llvm-commits
mailing list