[Buildbot-devel] Dedicated build hosts on a scheduler or branch
Jared Grubb
jared.grubb at gmail.com
Tue Apr 9 04:27:07 UTC 2013
In master (which will someday be 0.8.8), there is a new configuration point 'canStartBuild', which lets you have some veto power over whether you'll allow a slave to accept a given build.
http://buildbot.net/buildbot/docs/latest/manual/cfg-builders.html?highlight=canstartbuild
You could write a canStartBuild functor that, for your use cases:
* checks if the build contains a property with a certain value; the property would be set by the force scheduler
* checks the sourcestamp for the build for the special branch
Jared
On Apr 8, 2013, at 4:46, Richard Offer <richard at whitequeen.com> wrote:
>
>
> I have a pool of build hosts, and I'd like to dedicate some of them to either a scheduler (the "force" scheduler - we use that for release builds) or even better a specific branch.
>
>
>
> The build factories/steps are all the same so I'd rather not repeat all their configuration, and I couldn't see a way to set the build hosts at the scheduler/sources object.
>
>
>
> richard.
> ------------------------------------------------------------------------------
> Minimize network downtime and maximize team effectiveness.
> Reduce network management and security costs.Learn how to hire
> the most talented Cisco Certified professionals. Visit the
> Employer Resources Portal
> http://www.cisco.com/web/learning/employer_resources/index.html
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20130408/b06d44ab/attachment.html>
More information about the devel
mailing list