This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
continuous_integration:continuous_integration [2014/04/04 00:04] cipibad created |
continuous_integration:continuous_integration [2014/04/07 00:05] (current) cipibad |
||
---|---|---|---|
Line 3: | Line 3: | ||
Buildbot never stopped surprizing me in the good way. | Buildbot never stopped surprizing me in the good way. | ||
- | Below is the **nextSlave** function I'm using, that hopefully will choose the slave with lowest running builds that **can** acquire the configured slave locks: | + | Probably one of the best usage is at Chromium Project - http://build.chromium.org/p/chromium/waterfall |
+ | |||
+ | While I try to design and implement Continuous Integration pilot on Clearcase/UCM repository, many challenges are on-going and with buildbot one can handle them quite easy. | ||
+ | |||
+ | The software is open source, still it was not trivial to find example of some "advanced" usage. | ||
+ | |||
+ | Below is the **nextSlave** function I'm using, that hopefully will choose the slave with lowest number of running builds that **can** acquire the configured slave locks: | ||
<code> | <code> |