| 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
|
|
|