Ticket #2216 (new enhancement)
Would like a status page for slaves "one_line_per_slave"
| Reported by: | lforschler | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.9.+ |
| Version: | 0.8.5 | Keywords: | web |
| Cc: |
Description
Similar to the one_line_per_build status page, I would like a one_line_per_slave page.
Reasoning: We have multiple slaves in each build group. Often times, one slave has a problem, so we end up with build results where we get several passing builds, then a failure, then passing again. It turns out, that one build slave often times goes awol. Having a one_line_per_slave page which shows the last 'N' build status (pass or fail) would make it easy to diagnose individual slaves which are having problems.
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
Is something like this what you are after?
I guess you probably want it broken out by builder? That would be reasonable, but probably needs to wait for the new JS UI (which is currently in the planning stages).
In any case, patches would be welcome to implement this.