NEW 146070
build.webkit.org/dashboard should make EWS bubbles red when there are problems
https://bugs.webkit.org/show_bug.cgi?id=146070
Summary build.webkit.org/dashboard should make EWS bubbles red when there are problems
Alexey Proskuryakov
Reported 2015-06-17 11:19:04 PDT
Some problems to detect: - When a bot goes down. This is somewhat tricky, because we currently don't list bots anywhere on the server side, they just connect at will. So all we know that a bot didn't check in for 24 hours, but we don't know if that's expected. - When a bot goes into a state where it fails every time. For example, one bot had a stale git lockfile today, so it couldn't process any patches. There is some status stored that should make it possible to come up with heuristics (e.g. when one bot didn't report a pass in 24 hours, but others worked fine). - When tests are in a state such that bots have to retry most of the time. Seems somewhat tricky to formalize.
Attachments
Note You need to log in before you can comment on or make changes to this bug.