Title: [147833] trunk/Tools
Revision
147833
Author
o...@chromium.org
Date
2013-04-05 23:27:37 -0700 (Fri, 05 Apr 2013)

Log 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:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (147832 => 147833)


--- trunk/Tools/ChangeLog	2013-04-06 04:41:38 UTC (rev 147832)
+++ trunk/Tools/ChangeLog	2013-04-06 06:27:37 UTC (rev 147833)
@@ -1,3 +1,18 @@
+2013-04-05  Ojan Vafai  <o...@chromium.org>
+
+        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:
+
 2013-04-05  Ryosuke Niwa  <rn...@webkit.org>
 
         Re-enable testing on the commit queue

Modified: trunk/Tools/TestResultServer/app.yaml (147832 => 147833)


--- trunk/Tools/TestResultServer/app.yaml	2013-04-06 04:41:38 UTC (rev 147832)
+++ trunk/Tools/TestResultServer/app.yaml	2013-04-06 06:27:37 UTC (rev 147833)
@@ -1,4 +1,4 @@
-application: test-results
+application: webkit-test-results
 version: 1
 runtime: python
 api_version: 1
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to