Bug 65126 - don't show builders in the flakiness dashboard that have stopped running a given test suite
Summary: don't show builders in the flakiness dashboard that have stopped running a gi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ojan Vafai
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-25 12:45 PDT by Ojan Vafai
Modified: 2011-07-25 13:08 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.90 KB, patch)
2011-07-25 12:45 PDT, Ojan Vafai
mihaip: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2011-07-25 12:45:14 PDT
don't show builders in the flakiness dashboard that have stopped running a given test suite
Comment 1 Ojan Vafai 2011-07-25 12:45:43 PDT
Created attachment 101895 [details]
Patch
Comment 2 Mihai Parparita 2011-07-25 12:51:04 PDT
Comment on attachment 101895 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=101895&action=review

> Tools/TestResultServer/static-dashboards/dashboard_base.js:481
> +        var twoWeeksSeconds = 60 * 60 * 24 * 14;

Perhaps move to the constants block at the top?
Comment 3 Ojan Vafai 2011-07-25 13:08:51 PDT
Committed r91701: <http://trac.webkit.org/changeset/91701>