[llvm-commits] [zorg] r105403 - in /zorg/trunk/buildbot/osuosl/master/config: builders.py slaves.py
Galina Kistanova
gkistanova at gmail.com
Thu Jun 3 12:56:41 PDT 2010
Author: gkistanova
Date: Thu Jun 3 14:56:40 2010
New Revision: 105403
URL: http://llvm.org/viewvc/llvm-project?rev=105403&view=rev
Log:
Change max_builds and jobs numbers for 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=105403&r1=105402&r2=105403&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Thu Jun 3 14:56:40 2010
@@ -368,7 +368,7 @@
'haltOnFailure' : True },
{'name' : 'make_llvm_1',
'description' : 'compile llvm (stage1)',
- 'extra_args' : ['-j16'], # Extra step-specific properties
+ 'extra_args' : ['-j8'], # Extra step-specific properties
'haltOnFailure' : True },
{'name' : 'test_llvm_1',
'type' : ClangTestCommand,
@@ -388,7 +388,7 @@
'haltOnFailure' : True },
{'name' : 'make_llvm_2',
'description' : 'compile llvm (stage2)',
- 'extra_args' : ['-j16'], # Extra step-specific properties
+ 'extra_args' : ['-j8'], # Extra step-specific properties
'haltOnFailure' : True },
{'name' : 'configure_llvmgcc_2',
'description' : 'configure llvm-gcc (stage2)',
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=105403&r1=105402&r2=105403&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/slaves.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/slaves.py Thu Jun 3 14:56:40 2010
@@ -40,7 +40,7 @@
create_slave("ranby1"),
# Quad Core Mac Pro running Leopard.
- create_slave("kistanova1", properties={'jobs' : 1}, max_builds=2),
+ create_slave("kistanova1", properties={'jobs' : 1}, max_builds=3),
# Quad Core x86_64, Solaris / AurorAUX
create_slave("evocallaghan", properties={'jobs' : 4}, max_builds=1),
More information about the llvm-commits
mailing list