Bug 127143
| Summary: | Add support for the HTML5 Notification API to build.webkit.org dashboard | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matthew Hanson <matthew_hanson> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, bfulgham, dfarler, jonlee, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Matthew Hanson
It would be really useful to add the option to receive notifications from the bot-watching dashboard.
My suggested approach is to listen to the iteration-added event on the objects contained by buildbot.queues, and do allow users to opt-in to the following alerts:
1. A BuildbotQueue that was green now has test failures
2. A BuildbotQueue that previously had failures is now green
3. Everytime a the iteration-added event is triggered.
I think that (3) would be impractical for most use cases, but could be useful for short intervals.
Any feedback on this approach is welcome and appreciated.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/15839773>
Brent Fulgham
This is actually:
<rdar://problem/19549602>