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

Pierre Tardy tardyp at gmail.com
Mon May 15 20:48:39 UTC 2017


Hi Chris,

There is a known issue for collapseRequest default algorithm
See this WIP PR: https://github.com/buildbot/buildbot/pull/3152
There is still some work to do including creating the unit tests for the
algorithm.
Please feel free to continue the work on it.

Pierre

On Mon, May 15, 2017 at 6:29 PM Chris Spencer <chrisspen at gmail.com> wrote:

> 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.
> _______________________________________________
> users mailing list
> users at buildbot.net
> https://lists.buildbot.net/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20170515/5645badc/attachment.html>


More information about the users mailing list