[Buildbot-devel] keywords not honored

A.T.Hofkamp a.t.hofkamp at tue.nl
Wed Dec 5 14:33:25 UTC 2007


Stefan Seefeld wrote:
> In my master.cfg file I'm using lots of
> 
> ShellCommand(name='foo', timeout=9600, command=[])
> 
> However, the waterfall display doesn't show the step's 'name',
> but instead the command string. Also, the slaves don't see my timeout,
> but the default value (1200) instead, making them fail a lot.
> 
> Are these known issues ? Any ways around this ?

I have these keywords in the build buildFactory.addStep:

composepackages_buildFactory.addStep(
     shell.ShellCommand,
       command = [ 'bin/compose-package', 'chi-tests',
                   shell.WithProperties('%(branch)s-rev%(got_revision)s'),
                   compose_builddir ],
       timeout = compose_timeout,
       description = ['composing', 'chi-tests'],
       descriptionDone = ['composed', 'chi-tests']
)

Maybe that would help you?

Albert






More information about the devel mailing list