Changeset 147833 in webkit


Ignore:
Timestamp:
Apr 5, 2013 11:27:37 PM (11 years ago)
Author:
ojan@chromium.org
Message:

Move the flakiness dashboard to the new instance at webkit-test-results.appspot.com
https://bugs.webkit.org/show_bug.cgi?id=114080

Reviewed by Ryosuke Niwa.

This way, the WebKit and Blink dashboard code can change as appropriate without
needing to consider the other project's needs. This still doesn't update the
buildbots to upload to the new location, or the dashboard code to pull the
results.json files from the new location, but it at least allows for changing the
UI code (e.g. the WebKit one can remove all knowledge of the Chromium bots).

  • TestResultServer/app.yaml:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r147826 r147833  
     12013-04-05  Ojan Vafai  <ojan@chromium.org>
     2
     3        Move the flakiness dashboard to the new instance at webkit-test-results.appspot.com
     4        https://bugs.webkit.org/show_bug.cgi?id=114080
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        This way, the WebKit and Blink dashboard code can change as appropriate without
     9        needing to consider the other project's needs. This still doesn't update the
     10        buildbots to upload to the new location, or the dashboard code to pull the
     11        results.json files from the new location, but it at least allows for changing the
     12        UI code (e.g. the WebKit one can remove all knowledge of the Chromium bots).
     13
     14        * TestResultServer/app.yaml:
     15
    1162013-04-05  Ryosuke Niwa  <rniwa@webkit.org>
    217
  • trunk/Tools/TestResultServer/app.yaml

    r90674 r147833  
    1 application: test-results
     1application: webkit-test-results
    22version: 1
    33runtime: python
Note: See TracChangeset for help on using the changeset viewer.