[Buildbot-devel] Pure local builders
    Brad Hards 
    bradh at frogmouth.net
       
    Wed Apr 22 11:21:50 UTC 2009
    
    
  
On Wednesday 22 April 2009 09:05:56 pm Al Nikolov wrote:
> Brad Hards wrote:
> > If you are only going to run things locally and not have any slave build,
> > why use buildbot? You could just run a local shell script.
>
> To run other things remote. See my example in starting thread message. I
> use one (pure local) builder to orchestrate several (usual) builders.
Your original example was a bit light on for what you are actually trying to 
do, so this might not be too good:
* Pure local aggregate builder.1: Set aggregate build unique ID.
MasterShellCommand can do this
* Pure local aggregate builder.2: Trigger aggregate scheduler and wait.
There are a range of scheduler options. Not clear why you need a builder for 
this.
* Pure local aggregate builder.3: Publish artefacts tagged with BUID under one
common build number.
Again, a MasterShellCommand could do this.
Brad
    
    
More information about the devel
mailing list