Skip to content

Commit

Permalink
Max 1 build per slave
Browse files Browse the repository at this point in the history
  • Loading branch information
dnarvaez committed Oct 7, 2013
1 parent d641346 commit d69f51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ authz = Authz(forceBuild=True, forceAllBuilds=True, pingBuilder=True,

c["status"] = [html.WebStatus(http_port=config["webPort"], authz=authz)]

c["slaves"] = [BuildSlave(name, info["password"])
c["slaves"] = [BuildSlave(name, info["password"], max_builds=1)
for name, info in config["slaves"].items()]

c["builders"] = []
Expand Down

0 comments on commit d69f51f

Please sign in to comment.