[llvm-commits] [zorg] r173194 - in /zorg/trunk/buildbot/osuosl/master/config: builders.py slaves.py

Galina Kistanova gkistanova at gmail.com
Tue Jan 22 13:09:12 PST 2013


Author: gkistanova
Date: Tue Jan 22 15:09:12 2013
New Revision: 173194

URL: http://llvm.org/viewvc/llvm-project?rev=173194&view=rev
Log:
Patch by David Greene!
Create a slave for obbligato-ellington and replace obbligato-johnson
with it.  johnson is too resoure-constrained to be an effective
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=173194&r1=173193&r2=173194&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Tue Jan 22 15:09:12 2013
@@ -81,14 +81,14 @@
                                                                           "--with-extra-ld-options=-mips32r2"])},
 
         {'name': "llvm-x86_64-debian-debug-werror",
-         'slavenames':["obbligato-johnson"],
+         'slavenames':["obbligato-ellington"],
          'builddir':"llvm-x86-64-debian-debug-werror",
          'factory': LLVMBuilder.getLLVMBuildFactory("x86_64-pc-linux-gnu",
                                                     config_name='Debug+Asserts',
                                                     extra_configure_args=["--enable-werror"])},
 
         {'name': "llvm-x86_64-debian-release-werror",
-         'slavenames':["obbligato-johnson"],
+         'slavenames':["obbligato-ellington"],
          'builddir':"llvm-x86-64-debian-release-werror",
          'factory': LLVMBuilder.getLLVMBuildFactory("x86_64-pc-linux-gnu",
                                                     config_name='Release+Asserts',
@@ -262,7 +262,7 @@
                                                stage2_config='Release+Asserts')},
 
         {'name': "clang-x86_64-debian-debug-werror",
-         'slavenames':["obbligato-johnson"],
+         'slavenames':["obbligato-ellington"],
          'builddir':"clang-x86-64-debian-debug-werror",
          'factory': ClangBuilder.getClangBuildFactory(triple="x86_64-pc-linux-gnu",
                                                      useTwoStage=True,
@@ -271,7 +271,7 @@
                                                      extra_configure_args=["--enable-werror"])},
 
         {'name': "clang-x86_64-debian-release-werror",
-         'slavenames':["obbligato-johnson"],
+         'slavenames':["obbligato-ellington"],
          'builddir':"clang-x86-64-debian-release-werror",
          'factory': ClangBuilder.getClangBuildFactory(triple="x86_64-pc-linux-gnu",
                                                      useTwoStage=True,

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=173194&r1=173193&r2=173194&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/slaves.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/slaves.py Tue Jan 22 15:09:12 2013
@@ -180,8 +180,8 @@
         # Debian Testing x86-64, Intel(R) Core(TM) i7-2700K CPU @ 3.50GHz
         create_slave("gribozavr1", properties={'jobs': 8}, max_builds=1),
 
-        # Debian Testing x86-64, Intel(R) Xeon(R) CPU L5520  @ 2.27GHz
-        create_slave("obbligato-johnson", properties={'jobs': 1}, 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),
 
         # Defunct.
         # Pentium Dual CPU T3400 @ 2.1GHz





More information about the llvm-commits mailing list