[Buildbot-devel] html.Waterfall capabilities

Brian Warner warner-buildbot at lothar.com
Mon Apr 17 08:06:40 UTC 2006


> Are there any ways to display only a subset (of builders, of schedulers,
> etc.) ?

You can append some 'show' query arguments to have the Waterfall only display
selected builders:

 everything:   http://example.org:8010/    
 just 'foo':   http://example.org:8010/?show=foo
 'foo' and 'bar':   http://example.org:8010/?show=foo&show=bar

Not pretty but it works. I suspect the python.org buildbot has URLs like
these hiding behind a RewriteRule of some sort.

The 'web parts' feature I posted about a few days ago would probably have a
way to let you create separate Waterfall (or whatever) instances that only
show specific Builders, rather than making the choice at GET time with query
arguments.

cheers,
 -Brian




More information about the devel mailing list