[zorg] r307689 - Moved builder clang-with-thin-lto-ubuntu to another slave.

Galina Kistanova via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 11:59:15 PDT 2017


Author: gkistanova
Date: Tue Jul 11 11:59:15 2017
New Revision: 307689

URL: http://llvm.org/viewvc/llvm-project?rev=307689&view=rev
Log:
Moved builder clang-with-thin-lto-ubuntu to another slave.
Set properties to this slave.

Modified:
    zorg/trunk/buildbot/osuosl/master/config/builders.py
    zorg/trunk/buildbot/osuosl/master/config/slaves.py

Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=307689&r1=307688&r2=307689&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Tue Jul 11 11:59:15 2017
@@ -857,9 +857,9 @@ def _get_lld_builders():
          'category'   : 'lld'},
 
         {'name' : "clang-with-thin-lto-ubuntu",
-         'slavenames' : ["ps4-buildslave1a"],
+         'slavenames' : ["ps4-buildslave1"],
          'builddir' : "clang-with-thin-lto-ubuntu",
-         'factory': ClangLTOBuilder.getClangWithLTOBuildFactory(jobs=16, lto='thin'),
+         'factory': ClangLTOBuilder.getClangWithLTOBuildFactory(jobs=72, lto='thin'),
          'category'   : 'lld'},
 
         {'name': "clang-with-thin-lto-windows",

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=307689&r1=307688&r2=307689&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/slaves.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/slaves.py Tue Jul 11 11:59:15 2017
@@ -180,7 +180,7 @@ def get_build_slaves():
         create_slave("bpf-build-slave01", properties={'jobs': 16}, max_builds=1),
 
         # Ubuntu 14.04 x86_64-scei-ps4, 2 x Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
-        create_slave("ps4-buildslave1", properties={'jobs': 64}, max_builds=2),
+        create_slave("ps4-buildslave1"),
         create_slave("ps4-buildslave1a", properties={'jobs': 64}, max_builds=3),
 
         # Windows 10 Pro x86_64-scei-ps4, 2 x Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz




More information about the llvm-commits mailing list