Title: [206187] trunk/Tools
Revision
206187
Author
aakash_j...@apple.com
Date
2016-09-20 17:21:02 -0700 (Tue, 20 Sep 2016)

Log Message

enable remote_api (for debugging) in flakiness dashboard app
https://bugs.webkit.org/show_bug.cgi?id=162325

Reviewed by Alexey Proskuryakov.

* TestResultServer/app.yaml: enabled remote_api and datastore_admin.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (206186 => 206187)


--- trunk/Tools/ChangeLog	2016-09-20 23:58:00 UTC (rev 206186)
+++ trunk/Tools/ChangeLog	2016-09-21 00:21:02 UTC (rev 206187)
@@ -1,3 +1,12 @@
+2016-09-20  Aakash Jain  <aakash_j...@apple.com>
+
+        enable remote_api (for debugging) in flakiness dashboard app
+        https://bugs.webkit.org/show_bug.cgi?id=162325
+
+        Reviewed by Alexey Proskuryakov.
+
+        * TestResultServer/app.yaml: enabled remote_api and datastore_admin.
+
 2016-09-20  Ryan Haddad  <ryanhad...@apple.com>
 
         Unreviewed, rolling out r206180.

Modified: trunk/Tools/TestResultServer/app.yaml (206186 => 206187)


--- trunk/Tools/TestResultServer/app.yaml	2016-09-20 23:58:00 UTC (rev 206186)
+++ trunk/Tools/TestResultServer/app.yaml	2016-09-21 00:21:02 UTC (rev 206187)
@@ -4,6 +4,10 @@
 threadsafe: false
 api_version: 1
 
+builtins:
+- datastore_admin: on
+- remote_api: on
+
 handlers:
 - url: /stylesheets
   static_dir: stylesheets
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to