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

Unified Diff: appengine/findit/waterfall-backend.yaml

Issue 2435983003: [Findit] Asynchronously process flake reports from chromium-try-flakes. (Closed)
Patch Set: Rebase to resolve conflict Created 4 years, 2 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-backend.yaml
diff --git a/appengine/findit/waterfall-backend.yaml b/appengine/findit/waterfall-backend.yaml
index b03844d823c97ac1d0eafb72cbbe7ff05a27ae6a..ed8c0915218de38ca3dc04bde4aea24dc949e724 100644
--- a/appengine/findit/waterfall-backend.yaml
+++ b/appengine/findit/waterfall-backend.yaml
@@ -14,11 +14,16 @@ handlers:
static_files: robots.txt
upload: robots.txt
-# Handler for the request process queue.
+# Handler for the analysis requests of failures on Waterfall.
- url: /waterfall/process-failure-analysis-requests
script: main.waterfall_backend_web_application
secure: always
+# Handler for the flake reports from chromium-try-flakes.
+- url: /waterfall/process-flake-analysis-request
+ script: main.waterfall_backend_web_application
+ secure: always
+
# Pipeline handler.
- url: /_ah/pipeline(/.*)?
script: main.pipeline_backend_application
« no previous file with comments | « appengine/findit/test/findit_api_test.py ('k') | appengine/findit/waterfall/flake/flake_analysis_service.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698