[Buildbot-devel] Trigger specific buildbot slaves using svn_watcher.py

Nick Bolton nick.bolton.uk at gmail.com
Sun Jun 20 14:19:04 UTC 2010


Correction, I need to trigger only certain *builds*, not slaves.

For example, if I commit to trunk, I want only the following builds to run:

* trunk-win32
* trunk-win64
* trunk-linux32
* trunk-linux64
* trunk-mac

We're calling contrib/svn_watcher.py like so:

   svn_watcher.py -i 1 --watch http://synergy-plus.googlecode.com/svn
localhost:9989

Just thinking out loud; maybe we need to run a watcher for each branch?

Nick

On 20 June 2010 15:09, Nick Bolton <nick.bolton.uk at gmail.com> wrote:
> Hello,
>
> I'm trying to figure out if it's possible to trigger only certain
> buildbot slaves when the master recieves a notify from svn_watcher.py
> -- here's our buildbot status:
>
>  http://buildbot.synergy-plus.org:8000/waterfall
>
> Currently, if we make a change in trunk, all the builds run (including
> the release builds). Which means the builds take 3x longer.
>
> Nick
>




More information about the devel mailing list