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

Side by Side Diff: appengine/findit/crash-frontend.yaml

Issue 1852383002: [Findit] Integrate with Fracas through Pub/Sub. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Just rebase. 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/crash-backend-fracas.yaml ('k') | appengine/findit/crash/fracas.py » ('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-me-dev 1 application: findit-for-me-dev
2 module: crash-frontend
2 version: 1 3 version: 1
3 runtime: python27 4 runtime: python27
4 api_version: 1 5 api_version: 1
5 threadsafe: true 6 threadsafe: true
6 module: waterfall-frontend
7 instance_class: F1 7 instance_class: F1
8 automatic_scaling: 8 automatic_scaling:
9 min_idle_instances: 1 9 min_idle_instances: 1
10 max_concurrent_requests: 25 10 max_concurrent_requests: 40
11 11
12 handlers: 12 handlers:
13 # Static resources and home page. 13 # Static resources and home page.
14 - url: / 14 - url: /
15 static_files: templates/home.html 15 static_files: templates/home.html
16 upload: templates/home.html 16 upload: templates/home.html
17 17
18 - url: /robots.txt 18 - url: /robots.txt
19 static_files: static/robots.txt 19 static_files: static/robots.txt
20 upload: static/robots.txt 20 upload: static/robots.txt
21 21
22 - url: /common.css 22 - url: /common.css
23 static_files: static/common.css 23 static_files: static/common.css
24 upload: static/common.css 24 upload: static/common.css
25 25
26 # Web UI pages. 26 # Web UI pages.
27 - url: /.* 27 - url: /crash/.*
28 script: main.waterfall_frontend_web_application 28 script: main.crash_frontend_web_application
29 secure: always 29 secure: always
30 30
31 skip_files: 31 skip_files:
32 - ^(.*/)?#.*#$ 32 - ^(.*/)?#.*#$
33 - ^(.*/)?.*~$ 33 - ^(.*/)?.*~$
34 - ^(.*/)?.*\.py[co]$ 34 - ^(.*/)?.*\.py[co]$
35 - ^(.*/)?.*_test\.py$ 35 - ^(.*/)?.*_test\.py$
36 - ^(.*/)?tests\.py$ 36 - ^(.*/)?tests\.py$
37 - ^(.*/)?\..*$ 37 - ^(.*/)?\..*$
38 - ^(.*/)?.*\.md$ 38 - ^(.*/)?.*\.md$
39 - ^(.*/)?README$ 39 - ^(.*/)?README$
40 - ^(.*/)?Makefile$ 40 - ^(.*/)?Makefile$
41 - ^(.*/)?util_scripts/.*$ 41 - ^(.*/)?util_scripts/.*$
42 42
43 libraries: 43 libraries:
44 - name: webapp2 44 - name: webapp2
45 version: latest 45 version: latest
46 - name: jinja2 46 - name: jinja2
47 version: latest 47 version: latest
48 - name: pycrypto 48 - name: pycrypto
49 version: latest 49 version: latest
50 - name: endpoints 50 - name: endpoints
51 version: 1.0 51 version: 1.0
OLDNEW
« no previous file with comments | « appengine/findit/crash-backend-fracas.yaml ('k') | appengine/findit/crash/fracas.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698