[Buildbot-devel] Step setProgress not showing on waterfall display

Charles Lepple clepple at gmail.com
Tue May 8 01:15:06 UTC 2007


On 5/7/07, Christopher Peyer <cpeyer at adobe.com> wrote:
> Hi,
>
> I've been setting up buildbot for some of our internal builds, and most
> everything is running nice and smooth.  But I can not figure out how to
> set/update/display the step progress.  Section 6.1.7.2 of the manual
> makes it look trivial, but when I try to execute:
>
> self.step.setProgress('tests', self.numTests)
>
> It complains that the tests metric is not defined.

I haven't tried this myself, but I think you might need to add 'tests'
to the progressMetrics class variable for the step.

-- 
- Charles Lepple




More information about the devel mailing list