[users at bb.net] Collapsing Builds Per Branch?

Chris Spencer chrisspen at gmail.com
Mon May 15 16:29:12 UTC 2017


How do you collapse builds so Buildbot doesn't build every single commit
separately for a branch? It should also cancel a running build for a branch
if there's a newer commit pending.

My builder looks like:

c['builders'].append(
    util.BuilderConfig(
        name="runtests",
        workernames=["example-worker"],
        collapseRequests=True,
        factory=factory))

I thought collapseRequests=True did this, but it seems to have no effect.
Every commit to a branch shows up as a separate pending build.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20170515/3dc42781/attachment.html>


More information about the users mailing list