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

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

Issue 1866883002: [Findit] A huge refactoring and some bug fixing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix nit. Created 4 years, 8 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/build-failure-analysis.yaml b/appengine/findit/waterfall-frontend.yaml
similarity index 50%
rename from appengine/findit/build-failure-analysis.yaml
rename to appengine/findit/waterfall-frontend.yaml
index 1ed6ff9ff3b2f9d4bb98a5b57728a7df2f6a0e1d..b53c695631c439350450caa3611019279eb1a46d 100644
--- a/appengine/findit/build-failure-analysis.yaml
+++ b/appengine/findit/waterfall-frontend.yaml
@@ -1,27 +1,17 @@
-application: findit-for-waterfall
-module: build-failure-analysis
+application: findit-for-me-dev
version: 1
runtime: python27
api_version: 1
threadsafe: true
-instance_class: B2
-basic_scaling:
- max_instances: 10
- idle_timeout: 20m
+module: waterfall-frontend
+instance_class: F1
+automatic_scaling:
+ min_idle_instances: 1
+ max_concurrent_requests: 25
handlers:
-- url: /robots.txt
- static_files: robots.txt
- upload: robots.txt
-
-# Handler for the request process queue.
-- url: /trigger-analyses
- script: main.backend_application
- secure: always
-
-# Pipeline handler.
-- url: /_ah/pipeline(/.*)?
- script: "pipeline_wrapper.pipeline_handlers._APP"
+- url: /.*
+ script: main.waterfall_frontend_web_application
secure: always
skip_files:
« no previous file with comments | « appengine/findit/waterfall-backend.yaml ('k') | appengine/findit/waterfall/analyze_build_failure_pipeline.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698