[zorg] r178479 - Move the i386-RA and x86_64-R to xserve2/xserve4 so the lto builder can have xserve 3 all to itself.

Michael Gottesman mgottesman at apple.com
Mon Apr 1 10:48:16 PDT 2013


Author: mgottesman
Date: Mon Apr  1 12:48:16 2013
New Revision: 178479

URL: http://llvm.org/viewvc/llvm-project?rev=178479&view=rev
Log:
Move the i386-RA and x86_64-R to xserve2/xserve4 so the lto builder can have xserve 3 all to itself.

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=178479&r1=178478&r2=178479&view=diff
==============================================================================
--- zorg/trunk/buildbot/llvmlab/master/config/phase_config.py (original)
+++ zorg/trunk/buildbot/llvmlab/master/config/phase_config.py Mon Apr  1 12:48:16 2013
@@ -78,13 +78,13 @@ phase3_slaves = ['xserve3']
 phase3_builders = []
 
 # Add an i386 build.
-phase3_builders.append(build('clang-i386-darwin11-RA', phase3_slaves))
+phase3_builders.append(build('clang-i386-darwin11-RA', ['xserve2']))
 
 # Add a release (no asserts) build.
-phase3_builders.append(build('clang-x86_64-darwin11-R', phase3_slaves))
+phase3_builders.append(build('clang-x86_64-darwin11-R', ['xserve4']))
 
 # Add an lto release build.
-phase3_builders.append(build('clang-x86_64-darwin11-Rlto', phase3_slaves))
+phase3_builders.append(build('clang-x86_64-darwin11-Rlto', ['xserve3']))
 
 # Add a reasonable matrix of nightlies on the final reference compiler.
 # for arch in ('i386', 'x86_64'):





More information about the llvm-commits mailing list