Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(975)

Unified Diff: Tools/TestResultServer/app.yaml

Issue 14562007: Change TestResultServer to use python 2.7. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Tools/TestResultServer/handlers/menu.py » ('j') | Tools/TestResultServer/handlers/menu.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/TestResultServer/app.yaml
diff --git a/Tools/TestResultServer/app.yaml b/Tools/TestResultServer/app.yaml
index e5a2b31711203a177f5cefbf713c24cfa05ebb5c..1026be1931d23013f7f2be6c77cc4644894d82e1 100644
--- a/Tools/TestResultServer/app.yaml
+++ b/Tools/TestResultServer/app.yaml
@@ -1,7 +1,8 @@
application: test-results
version: 1
-runtime: python
+runtime: python27
api_version: 1
+threadsafe: true
handlers:
- url: /stylesheets
@@ -11,8 +12,8 @@ handlers:
static_dir: static-dashboards
- url: /testfile/delete
- script: main.py
+ script: main.app
login: admin
- url: /.*
- script: main.py
+ script: main.app
« no previous file with comments | « no previous file | Tools/TestResultServer/handlers/menu.py » ('j') | Tools/TestResultServer/handlers/menu.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698