This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
continuous_integration:continuous_integration [2014/04/07 00:01] cipibad |
continuous_integration:continuous_integration [2014/04/07 00:05] (current) cipibad |
||
---|---|---|---|
Line 5: | Line 5: | ||
Probably one of the best usage is at Chromium Project - http://build.chromium.org/p/chromium/waterfall | Probably one of the best usage is at Chromium Project - http://build.chromium.org/p/chromium/waterfall | ||
- | While I try to design amd implement Continuous Integration pilot on Clearcase/UCM repository, many challenges are on-going and with buildbot you can handle them quite easy. | + | 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: | 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: |