[Buildbot-devel] aggregate waterfall view?
christian unger
christian_unger at mac.com
Fri Aug 25 14:33:01 UTC 2006
hmm
doesn't specifying the tcp port serve that purpose of giving you more
overview?
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/
On 24.08.2006, at 18:36, Mark Pauley wrote:
> Hi list,
> So my team loves buildbot. It's been quite a smash here in general.
> I just recently got a request to multiply all of my builders for our
> multi-architecture builds. This has combinatorially exploded the
> number of builders and thus the number of entries on my buildbot
> waterfall page.
>
> I'm thinking that what would be most awesome for my situation would be
> an aggregating waterfall status object.
>
> Here's my proposal:
> You give it a dictionary of group names, each with a list of builders
> that comprise that group. The group's overall status is the maximum
> failure status of the members of that group. Every action in that
> group would appear in the same waterfall (not sure how to display
> that) on the main page, and the object would vend a link to a sub-page
> on request that would look pretty much exactly like the current
> waterfall status page looks now.
>
> How does this sound? Is there an easier way? Has this already been
> done?
>
>
> thanks
>
> _Mark
>
> ----------------------------------------------------------------------
> ---
> Using Tomcat but need to do more? Need to support web services,
> security?
> Get stuff done quickly with pre-integrated technology to make your
> job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?
> cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
More information about the devel
mailing list