[Buildbot-devel] Showing subsets of builders in Waterfall status page

Grig Gheorghiu grig at agilistas.org
Mon Oct 23 18:26:33 UTC 2006


I think this has been discussed before, but I could only find one reference
on this mailing list. I have a request from the Pybots users to be able to
show only a subset of the builders via a special URL. I found a message with
this solution from Christian Unger:

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/

Is this the only way? I don't have access to the Apache config file on the
host running the buildmaster process, so I'd like a different approach, if
possible.

Thanks,

Grig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20061023/e8c5c7a4/attachment.html>


More information about the devel mailing list