[Buildbot-devel] Scheduler Combine Builds by Git Branch

Charles Lepple clepple at gmail.com
Thu Aug 7 00:06:07 UTC 2014


On Aug 6, 2014, at 6:54 PM, Jeremy Cornett <jeremy.cornett at venafi.com> wrote:

> For instance, let’s say changes A1 and A2 to the branch master is found by the poller, and before the stable timer counts down, another change B1 to the branch reviewFoo plus another change A3 to master is found. Once the stable timer counts down, I want the scheduler to schedule two builds on that builder – the first for checking out the master branch at commit A3 (because it’s the latest), plus another build for checking out the reviewFoo branch at commit B1. I cannot have different builders or schedulers for the different branches. It must be a wild card match. Is this possible???

I will admit that I haven't tried this exact scenario, but I am pretty sure this is what the defaults for AnyBranchScheduler will do:

http://docs.buildbot.net/0.8.9/manual/cfg-builders.html#merging-build-requests

If not, you might need an explicit 'mergeRequests = True', but I don't see that in my configuration, and commits on the same branch get merged there.

-- 
Charles Lepple
clepple at gmail



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20140806/eaf29cad/attachment.html>


More information about the devel mailing list