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

Unified Diff: appengine/findit/waterfall-frontend.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: [Findit] fixed previous comments 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/waterfall-frontend.yaml
diff --git a/appengine/findit/waterfall-frontend.yaml b/appengine/findit/waterfall-frontend.yaml
index 046e0c1ab77f96ec90a03cce213214781544d341..cf6b1ac79e828a5ff965223d8ef03e678119fed7 100644
--- a/appengine/findit/waterfall-frontend.yaml
+++ b/appengine/findit/waterfall-frontend.yaml
@@ -23,6 +23,10 @@ handlers:
static_files: static/common.css
upload: static/common.css
+- url: /waterfall/flake
+ static_files: templates/flake.html
+ upload: templates/flake.html
+
# Pipeline status UI handler.
- url: /_ah/pipeline(/.*)?
script: main.pipeline_status_application
« appengine/findit/handlers/flake/check_flake.py ('K') | « appengine/findit/templates/flake.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698