Bug 146070 - build.webkit.org/dashboard should make EWS bubbles red when there are problems
Summary: build.webkit.org/dashboard should make EWS bubbles red when there are problems
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-17 11:19 PDT by Alexey Proskuryakov
Modified: 2015-06-17 11:19 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 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.