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

Unified Diff: appengine/findit/app.yaml

Issue 2042043004: Added skeleton code for the Detection of regression range for flaky (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Skeleton Code Regression Range Created 4 years, 6 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
Index: appengine/findit/app.yaml
diff --git a/appengine/findit/app.yaml b/appengine/findit/app.yaml
index 664ccf548920737bf5a8baf8fadb9f720fef9bdf..9fb841e8a528f59fd2e20d3cc12563ac2883cfdc 100644
--- a/appengine/findit/app.yaml
+++ b/appengine/findit/app.yaml
@@ -26,6 +26,10 @@ handlers:
static_files: static/common.css
upload: static/common.css
+- url: /flake
stgao 2016/06/13 22:29:43 How about /waterfall/flake? And move it to waterfa
caiw 2016/06/13 22:45:34 Done.
+ static_files: templates/flake.html
+ upload: templates/flake.html
+
# Pipeline status UI handler.
- url: /_ah/pipeline(/.*)?
script: main.pipeline_status_application
« no previous file with comments | « no previous file | appengine/findit/handlers/flake/__init__.py » ('j') | appengine/findit/handlers/flake/check_flake.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698