Bug 136516 - Buildbot metrics page gives wrong results after a new bot gets added
Summary: Buildbot metrics page gives wrong results after a new bot gets added
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-03 16:56 PDT by Alexey Proskuryakov
Modified: 2014-09-05 13:58 PDT (History)
2 users (show)

See Also:


Attachments
1. Fix red/green counters (7.84 KB, patch)
2014-09-03 17:00 PDT, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff
2. Fix times (2.98 KB, patch)
2014-09-05 13:52 PDT, Alexey Proskuryakov
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-09-03 16:56:03 PDT
Buildbot metrics page gives wrong results after a new bot gets added, because it wants results from all bots to compute an aggregate.

There is a red warning in the grid below, but there is no reason why we can't provide an accurate aggregate.
Comment 1 Alexey Proskuryakov 2014-09-03 17:00:34 PDT
Created attachment 237601 [details]
1. Fix red/green counters
Comment 2 Alexey Proskuryakov 2014-09-04 09:33:47 PDT
Committed <http://trac.webkit.org/changeset/173260>.
Comment 3 Alexey Proskuryakov 2014-09-05 13:52:13 PDT
Created attachment 237708 [details]
2. Fix times
Comment 4 Alexey Proskuryakov 2014-09-05 13:58:16 PDT
Committed <http://trac.webkit.org/r173332>.