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

Side by Side Diff: appengine/predator/app/backend-clusterfuzz.yaml

Issue 2447253002: [Findit & Predator] Code reorg of Findit. (Closed)
Patch Set: Clean up. Created 4 years, 1 month 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
OLDNEW
(Empty)
1 application: predator-for-me-staging
2 module: backend-clusterfuzz
3 version: 1
4 runtime: python27
5 api_version: 1
6 threadsafe: true
7 instance_class: B1
8 automatic_scaling:
9 min_idle_instances: 1
10 max_concurrent_requests: 40
11
12 handlers:
13 - url: /.*
14 script: backend.main.backend_app
15 secure: always
16
17 skip_files:
18 - ^(.*/)?#.*#$
19 - ^(.*/)?.*~$
20 - ^(.*/)?.*\.py[co]$
21 - ^(.*/)?.*_test\.py$
22 - ^(.*/)?tests\.py$
23 - ^(.*/)?\..*$
24 - ^(.*/)?.*\.md$
25 - __init__.py
26 - frontend/.*
27
28 libraries:
29 - name: webapp2
30 version: latest
31 - name: jinja2
32 version: latest
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698