[Buildbot-devel] Scheduler Combine Builds by Git Branch

Jeremy Cornett jeremy.cornett at venafi.com
Wed Aug 6 22:54:48 UTC 2014


Let's say I have a builder that checks out a branch from a Git repo and then builds the code. That builder is triggered by a scheduler with a 5 minute stable timer which monitors all of the branches on that Git repo. When the BuildBot master gets changes from its poller, I want the scheduler to group together changes by branch, and schedule build on that builder, one for each set of changes per branch.

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???

[Description: http://www.venafi.com/img/venafi_email_signature_logo.gif]

| Jeremy Cornett | Configuration Management Engineer



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20140806/7a2ca4e1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 2704 bytes
Desc: image001.png
URL: <http://buildbot.net/pipermail/devel/attachments/20140806/7a2ca4e1/attachment.png>


More information about the devel mailing list