[zorg] r205269 - Restored slave gcc14 as it still in use.
Galina Kistanova
gkistanova at gmail.com
Mon Mar 31 16:56:47 PDT 2014
Author: gkistanova
Date: Mon Mar 31 18:56:47 2014
New Revision: 205269
URL: http://llvm.org/viewvc/llvm-project?rev=205269&view=rev
Log:
Restored slave gcc14 as it still in use.
Modified:
zorg/trunk/buildbot/osuosl/master/config/slaves.py
Modified: zorg/trunk/buildbot/osuosl/master/config/slaves.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/slaves.py?rev=205269&r1=205268&r2=205269&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/slaves.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/slaves.py Mon Mar 31 18:56:47 2014
@@ -55,8 +55,8 @@ def get_build_slaves():
create_slave("gcc12", properties={'jobs' : 2}, max_builds=1),
# gcc13 580G 2x2x2.0 GHz AMD Opteron 2212 / 4GB RAM / Dell SC1345 / Debian x86-64
create_slave("gcc13", properties={'jobs' : 2}, max_builds=1),
-# # gcc14 750G 2x4x3.0 GHz Intel Xeon X5450 / 16GB RAM / Dell Poweredge 1950 / Debian x86-64
-# create_slave("gcc14", properties={'jobs' : 4}, max_builds=1),
+ # gcc14 750G 2x4x3.0 GHz Intel Xeon X5450 / 16GB RAM / Dell Poweredge 1950 / Debian x86-64
+ create_slave("gcc14", properties={'jobs' : 4}, max_builds=1),
# gcc15 160G 1x2x2.8 GHz Intel Xeon 2.8 (Paxville DP) / 1 GB RAM / Dell SC1425 / Debian x86-64
create_slave("gcc15", properties={'jobs' : 1}, max_builds=1),
# gcc16 580G 2x4x2.2 GHz AMD Opteron 8354 (Barcelona B3) / 16 GB RAM / Debian x86-64
More information about the llvm-commits
mailing list