[zorg] r249292 - [zorg] Correct number of jobs for mipsswbrd002 and target description.
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 5 01:55:29 PDT 2015
Author: dsanders
Date: Mon Oct 5 03:55:29 2015
New Revision: 249292
URL: http://llvm.org/viewvc/llvm-project?rev=249292&view=rev
Log:
[zorg] Correct number of jobs for mipsswbrd002 and target description.
The original board has failed and it's current replacement has fewer cores. The
replacement is also running Debian Wheezy and has a slightly different Octeon II
processor.
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=249292&r1=249291&r2=249292&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/slaves.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/slaves.py Mon Oct 5 03:55:29 2015
@@ -112,8 +112,8 @@ def get_build_slaves():
32},
max_builds=4),
- # Cavium Octeon II V0.8, MIPS64r2 big endian, Debian squeeze (6.0.6)
- create_slave("mipsswbrd002", properties={'jobs' : 6}, max_builds=1),
+ # Cavium Octeon II V0.1, MIPS64r2 big endian, Debian Wheezy
+ create_slave("mipsswbrd002", properties={'jobs' : 2}, max_builds=1),
# Cavium Octeon II V0.2, MIPS64r2 big endian, Debian Jessie
create_slave("mips-kl-m001", properties={'jobs' : 10}, max_builds=1),
More information about the llvm-commits
mailing list