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

Side by Side Diff: appengine/findit/waterfall-backend.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 unified diff | Download patch
« no previous file with comments | « appengine/findit/util_scripts/run.sh ('k') | appengine/findit/waterfall-frontend.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: findit-for-waterfall 1 application: findit-for-me-dev
2 module: build-failure-analysis 2 module: waterfall-backend
3 version: 1 3 version: 1
4 runtime: python27 4 runtime: python27
5 api_version: 1 5 api_version: 1
6 threadsafe: true 6 threadsafe: true
7 instance_class: B2 7 instance_class: B2
8 basic_scaling: 8 basic_scaling:
9 max_instances: 10 9 max_instances: 10
10 idle_timeout: 20m 10 idle_timeout: 20m
11 11
12 handlers: 12 handlers:
(...skipping 25 matching lines...) Expand all
38 38
39 libraries: 39 libraries:
40 - name: webapp2 40 - name: webapp2
41 version: latest 41 version: latest
42 - name: jinja2 42 - name: jinja2
43 version: latest 43 version: latest
44 - name: pycrypto 44 - name: pycrypto
45 version: latest 45 version: latest
46 - name: endpoints 46 - name: endpoints
47 version: 1.0 47 version: 1.0
OLDNEW
« no previous file with comments | « appengine/findit/util_scripts/run.sh ('k') | appengine/findit/waterfall-frontend.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698