[Buildbot-devel] Combining buildsteps

Charles Lepple clepple at gmail.com
Wed Jul 23 03:25:43 UTC 2008


On Jul 22, 2008, at 10:08 PM, Mark MacVicar wrote:

> Has anyone done any research on combining commands into one buildstep
> in buildbot?
>
> Right now I happen to have a bunch of individual steps that I want to
> combine together. I'm aware that I can combine them using "command =
> 'command1 && command2...'", or I could create a script on the slave
> that runs the commands I want, but Buildbot does such a nice job of
> keeping everything in one place.

I think the usual mantra here is to use a script that is kept in  
version control, and checked out in a prior source step. This keeps  
the Buildbot configuration simple, and lets you go back to build old  
revisions without having to roll the Buildbot configuration as well.

Not sure exactly what you're looking for, though. Do you want the  
build logs for each command to be separate, but all listed in a  
single buildstep on the waterfall?

-- 
Charles Lepple
clepple at gmail







More information about the devel mailing list