[zorg] r306271 - Specified number of jobs explicitly for am1i builders.

Galina Kistanova via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 25 22:20:42 PDT 2017


Author: gkistanova
Date: Sun Jun 25 22:20:42 2017
New Revision: 306271

URL: http://llvm.org/viewvc/llvm-project?rev=306271&view=rev
Log:
Specified number of jobs explicitly for am1i builders.

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=306271&r1=306270&r2=306271&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/slaves.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/slaves.py Sun Jun 25 22:20:42 2017
@@ -200,13 +200,13 @@ def get_build_slaves():
         create_slave("cuda-build-test-01", properties={'jobs': 72}, max_builds=1),
 
         # Ubuntu 14.04 x86_64, AMD Athlon(tm) 5150 APU with Radeon(tm) R3, 8GiB RAM
-        create_slave("am1i-slv1"),
+        create_slave("am1i-slv1", properties={'jobs': 8}),
 
         # Ubuntu 16.04.2 LTS, AMD Athlon(tm) 5150 APU with Radeon(tm) R3, 8GiB RAM
         create_slave("am1i-slv2", properties={'jobs': 8}),
 
         # Ubuntu 14.04 x86_64, AMD Athlon(tm) 5150 APU with Radeon(tm) R3, 8GiB RAM
-        create_slave("am1i-slv3"),
+        create_slave("am1i-slv3", properties={'jobs': 8}),
 
         # Defunct.
         # Debian 86_64, 2 x 6-core Opteron 2.6 GHz




More information about the llvm-commits mailing list