Skip to content

Commit

Permalink
Set max_builds=1 on each BuildSlave.
Browse files Browse the repository at this point in the history
git-svn-id: http://address-sanitizer.googlecode.com/svn/trunk@2316 3c3640eb-14a6-2bb8-0b94-e9e73afe33f5
  • Loading branch information
[email protected] committed Feb 12, 2015
1 parent c96e8fc commit 3fcf3d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion glibc_buildbot/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ slaves = sorted(set(builder_map.itervalues()))
####### BUILDSLAVES

from buildbot.buildslave import BuildSlave
c['slaves'] = [BuildSlave(slave, slavepasswd.slave_password()) for slave in slaves]
c['slaves'] = [BuildSlave(slave, slavepasswd.slave_password(), max_builds=1)
for slave in slaves]

c['slavePortnum'] = 9991

Expand Down

0 comments on commit 3fcf3d3

Please sign in to comment.