[Buildbot-commits] [Buildbot] #2109: Need method to limit the number of concurrent builds to start for a builder regardless of # of buildslaves assigned
Buildbot
nobody at buildbot.net
Wed Sep 21 23:02:19 UTC 2011
#2109: Need method to limit the number of concurrent builds to start for a builder
regardless of # of buildslaves assigned
------------------------+-----------------------
Reporter: bdbaddog | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: undecided
Version: 0.8.5 | Keywords:
------------------------+-----------------------
It would be nice to be able to specify max_builds to the builder (rather
than the buildslave).
{{{
MasterLock()
}}}
won't resolve this issue as the builds start in the builder, then get
held by the lock.
This doesn't allow for builds to be merged.
--
Ticket URL: <http://trac.buildbot.net/ticket/2109>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list