Ticket #55 (closed enhancement: fixed)
Suppress connect/disconnect messages for buildslaves in Waterfall
| Reported by: | volsung | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.7.6 |
| Version: | 0.7.5 | Keywords: | waterfall |
| Cc: |
Description
One of our buildslaves for an internal project happens to be a laptop which is often, but not always connected to the Internet. I know this is an unusual configuration, but our project is has a low revision rate, and the laptop is the only machine we have with this architecture (osx intel). It would be nice to suppress connect and disconnect messages in the waterfall display, which clutter up the timeline due to the intermittent connectivity of the laptop.
Would it be possible to add an option to hide these messages globally in the waterfall display? Additionally, a way to hide them just for specific buildslaves would also be useful.
Change History
comment:2 Changed 5 years ago by warner
yeah, that's a good idea. How would a query argument sound? So appending ?slave_events=False to the waterfall URL would turn those messages off?
comment:3 Changed 5 years ago by warner
- Owner warner deleted
- component changed from statusplugins to statusplugins-web
comment:5 Changed 5 years ago by warner
- Status changed from new to closed
- Resolution set to fixed
I've added this, using a query argument of 'show_events=true' or 'show_events=false'. It controls the display of slave attach/detach events, and buildmaster reconfig events. The default is to show all events.
thanks!
-Brian
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
Oops, not a defect