[zorg] r204405 - Created slave for gribozavr4 builder.
Galina Kistanova
gkistanova at gmail.com
Thu Mar 20 14:51:27 PDT 2014
Author: gkistanova
Date: Thu Mar 20 16:51:27 2014
New Revision: 204405
URL: http://llvm.org/viewvc/llvm-project?rev=204405&view=rev
Log:
Created slave for gribozavr4 builder.
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=204405&r1=204404&r2=204405&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/slaves.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/slaves.py Thu Mar 20 16:51:27 2014
@@ -227,6 +227,9 @@ def get_build_slaves():
# CentOS 6.5 x86-64, VM on Intel(R) Core(TM) i5 CPU 750 @ 2.67GHz
create_slave("gribozavr3", properties={'jobs': 4}, max_builds=1),
+ # Debian x86-64
+ create_slave("gribozavr4", properties={'jobs': 4}, max_builds=1),
+
# Debian Testing x86-64, Intel Core i5-3570K (ivybridge) CPU @ 3.40GHz
create_slave("obbligato-ellington", properties={'jobs': 2}, max_builds=1),
More information about the llvm-commits
mailing list