[Buildbot-devel] Waterfall categories

christian unger christian_unger at mac.com
Wed Sep 20 12:08:59 UTC 2006



On 20.09.2006, at 13:20, Javier Somoza wrote:

>
>         Hi
>
>         I would like to show only certain builders on a waterfall  
> display.
>
>         Im trying to use the categories parameter but no result. It  
> shows me
>         no builders.
>
>         How must it be used?
>
>         Thx
>

bb master.cfg:

       html.Waterfall(http_port="tcp:9001:interface=127.0.0.1", css="/ 
BuildBotController/buildbot.css"),
       html.Waterfall(http_port="tcp:9002:interface=127.0.0.1",  
categories=["Project1"], css="/BuildBotController/buildbot.css"),
       html.Waterfall(http_port="tcp:9003:interface=127.0.0.1",  
categories=["Project2"], css="/BuildBotController/buildbot.css"),

and in apache you do the proxy thing:

ProxyRequests Off
ProxyReceiveBufferSize 2048

ProxyPass /buildbot/ http://localhost:9001/
ProxyPassReverse /buildbot/ http://localhost:9001/

ProxyPass /bbprivate/ http://localhost:9002/
ProxyPassReverse /bbprivate/ http://localhost:9002/

ProxyPass /bbsecret/ http://localhost:9003/
ProxyPassReverse /bbbsecret/ http://localhost:9003/





More information about the devel mailing list