Changeset 91220 in webkit


Ignore:
Timestamp:
Jul 18, 2011 4:19:06 PM (13 years ago)
Author:
ojan@chromium.org
Message:

Load ToT chromium bots by default in the flakiness dashboard
https://bugs.webkit.org/show_bug.cgi?id=64756

Reviewed by Adam Barth.

For now, these are the most useful bots to look at. Eventually,
we may want to load the build.webkit.org bots by default once
most of the bots there upload results.

  • TestResultServer/static-dashboards/dashboard_base.js:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r91219 r91220  
     12011-07-18  Ojan Vafai  <ojan@chromium.org>
     2
     3        Load ToT chromium bots by default in the flakiness dashboard
     4        https://bugs.webkit.org/show_bug.cgi?id=64756
     5
     6        Reviewed by Adam Barth.
     7
     8        For now, these are the most useful bots to look at. Eventually,
     9        we may want to load the build.webkit.org bots by default once
     10        most of the bots there upload results.
     11
     12        * TestResultServer/static-dashboards/dashboard_base.js:
     13
    1142011-07-13  Jon Honeycutt  <jhoneycutt@apple.com>
    215
  • trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js

    r91212 r91220  
    188188
    189189var g_defaultCrossDashboardStateValues = {
    190     group: '@DEPS - chromium.org',
     190    group: '@ToT - chromium.org',
    191191    showAllRuns: false,
    192192    testType: 'layout-tests',
Note: See TracChangeset for help on using the changeset viewer.