[llvm-commits] [zorg] r173312 - /zorg/trunk/buildbot/osuosl/master/config/slaves.py
David Greene
greened at obbligato.org
Wed Jan 23 16:32:41 PST 2013
Author: greened
Date: Wed Jan 23 18:32:41 2013
New Revision: 173312
URL: http://llvm.org/viewvc/llvm-project?rev=173312&view=rev
Log:
Reduce Jobs on ellington
Reduce the make -j factor on ellington to reduce overload.
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=173312&r1=173311&r2=173312&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/slaves.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/slaves.py Wed Jan 23 18:32:41 2013
@@ -181,7 +181,7 @@
create_slave("gribozavr1", properties={'jobs': 8}, max_builds=1),
# Debian Testing x86-64, Intel Core i5-3570K (ivybridge) CPU @ 3.40GHz
- create_slave("obbligato-ellington", properties={'jobs': 4}, max_builds=1),
+ create_slave("obbligato-ellington", properties={'jobs': 2}, max_builds=1),
# Defunct.
# Pentium Dual CPU T3400 @ 2.1GHz
More information about the llvm-commits
mailing list