[PATCH] D15501: Update jobs for powerpc buildbot

Bill Seurer via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 09:36:24 PST 2015


seurer created this revision.
seurer added a reviewer: gkistanova.
seurer added subscribers: llvm-commits, Zorg.
Herald added a subscriber: aemerson.

I recently moved one of the bots to a system with more
CPUs and to take advantage of them I am updating the jobs
parm.


http://reviews.llvm.org/D15501

Files:
  buildbot/osuosl/master/config/slaves.py

Index: buildbot/osuosl/master/config/slaves.py
===================================================================
--- buildbot/osuosl/master/config/slaves.py
+++ buildbot/osuosl/master/config/slaves.py
@@ -93,7 +93,7 @@
         # POWER 8 PowerPC little endian (powerpc64le)
         create_slave("ppc64le-llvm", properties={'jobs': 4}, max_builds=1),
         create_slave("ppc64le-clang-lnt-test", properties={'jobs': 6}, max_builds=1),
-        create_slave("ppc64le-clang-multistage-test", properties={'jobs': 6}, max_builds=1),
+        create_slave("ppc64le-clang-multistage-test", properties={'jobs': 12}, max_builds=1),
         create_slave("ppc64le-sanitizer", properties={'jobs': 4}, max_builds=1),
 
         # Debian 86_64, 2 x 6-core Opteron 2.6 GHz


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15501.42731.patch
Type: text/x-patch
Size: 765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151214/6979725f/attachment.bin>


More information about the llvm-commits mailing list