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

Side by Side Diff: appengine/cr_rev/scan-backend.yaml

Issue 1260743006: Update appengine-pipelines before files API turndown. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix typo. Created 5 years, 4 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/cr_rev/launch-backend.yaml ('k') | appengine/findit/build-failure-analysis.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: cr-rev 1 application: cr-rev
2 version: 1 2 version: 1
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: true 5 threadsafe: true
6 instance_class: B2 6 instance_class: B2
7 module: scan-backend 7 module: scan-backend
8 basic_scaling: 8 basic_scaling:
9 max_instances: 40 9 max_instances: 40
10 idle_timeout: 2m 10 idle_timeout: 2m
11 11
12 handlers: 12 handlers:
13 # Endpoints handler. 13 # Endpoints handler.
14 - url: /_ah/spi/.* 14 - url: /_ah/spi/.*
15 script: appengine_module.cr_rev.cr_rev_api.APPLICATION 15 script: appengine_module.cr_rev.cr_rev_api.APPLICATION
16 secure: always 16 secure: always
17 17
18 # Pipeline handler. 18 # Pipeline handler.
19 - url: /_ah/pipeline(/.*)? 19 - url: /_ah/pipeline(/.*)?
20 script: "appengine_module.pipeline_utils.\ 20 script: "appengine_module.pipeline_utils.\
21 appengine_third_party_pipeline_src_pipeline.handlers._APP" 21 appengine_third_party_pipeline_python_src_pipeline.handlers._APP"
22 secure: always 22 secure: always
23 23
24 - url: /css 24 - url: /css
25 static_dir: appengine_module/cr_rev/css 25 static_dir: appengine_module/cr_rev/css
26 secure: always 26 secure: always
27 27
28 - url: /.* 28 - url: /.*
29 script: appengine_module.cr_rev.app.app 29 script: appengine_module.cr_rev.app.app
30 secure: always 30 secure: always
31 31
32 - url: /admin/.* 32 - url: /admin/.*
33 script: appengine_module.cr_rev.app.app 33 script: appengine_module.cr_rev.app.app
34 secure: always 34 secure: always
35 login: admin 35 login: admin
36 36
37 builtins: 37 builtins:
38 - remote_api: on 38 - remote_api: on
39 39
40 inbound_services: 40 inbound_services:
41 - warmup 41 - warmup
42 42
43 libraries: 43 libraries:
44 - name: jinja2 44 - name: jinja2
45 version: latest 45 version: latest
46 - name: endpoints 46 - name: endpoints
47 version: 1.0 47 version: 1.0
48 - name: numpy 48 - name: numpy
49 version: latest 49 version: latest
OLDNEW
« no previous file with comments | « appengine/cr_rev/launch-backend.yaml ('k') | appengine/findit/build-failure-analysis.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698