[zorg] r221671 - Fix name of max_build to correctly be max_builds

Eric Fiselier eric at efcs.ca
Mon Nov 10 22:47:03 PST 2014


Author: ericwf
Date: Tue Nov 11 00:47:02 2014
New Revision: 221671

URL: http://llvm.org/viewvc/llvm-project?rev=221671&view=rev
Log:
Fix name of max_build to correctly be max_builds

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=221671&r1=221670&r2=221671&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/slaves.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/slaves.py Tue Nov 11 00:47:02 2014
@@ -161,7 +161,7 @@ def get_build_slaves():
         # Ubuntu 14.04 x86_64, Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz
         create_slave("ericwf-buildslave", properties={'jobs': 4}, max_builds=2),
         # OS X 10.10 x86_64, Intel Core 2 Duo @ 2.40GHz
-        create_slave("ericwf-osx-slave", properties={'jobs': 2}, max_build=1),
+        create_slave("ericwf-osx-slave", properties={'jobs': 2}, max_builds=1),
         # Defunct.
 
 #        # GCC Compile Farm Slaves, see http://gcc.gnu.org/wiki/CompileFarm





More information about the llvm-commits mailing list