[Buildbot-devel] html.Waterfall capabilities
Stefan Seefeld
seefeld at sympatico.ca
Mon Apr 17 20:41:19 UTC 2006
Brian Warner wrote:
>> 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.
I guess so.
> 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.
Sounds good. May I suggest that all this be integrated into a single http server
instance ? In my specific case I'm the 'buildbot admin', but not the system
admin, and I don't want to request apache config changes from the system admin
just because I'm rearranging my status displays. A simple map from PATH_INFO
to Waterfall view would be very convenient.
Thanks,
Stefan
More information about the devel
mailing list