forked from luci/luci-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule-backend.yaml
59 lines (53 loc) · 886 Bytes
/
module-backend.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
application: swarmingserver
module: backend
version: 1
runtime: python27
api_version: 1
threadsafe: true
instance_class: F4
handlers:
- url: /(internal|restricted)/mapreduce(/.*)?
script: main.mapreduce_app
secure: always
login: admin
- url: /internal/.+
script: main.backend_app
secure: always
login: admin
includes:
- components/auth
- components/config
- components/ereporter2
- gae_ts_mon
libraries:
- name: endpoints
version: "1.0"
- name: pycrypto
version: "2.6"
- name: webapp2
version: "2.5.2"
- name: webob
version: "1.2.3"
- name: yaml
version: "3.10"
skip_files:
# Test and tools.
- support/
- ^tests/
- ^tools/
- test_.+
- .+_test\.py$
# Junk files.
- ^(.*/)?\..*
- .+\.orig$
- .+\.rej$
- .+\.zip$
- ^(.*/)?#.*#
- .+~
- .+\.py[co]
# Doc, readme and license.
- ^doc/
- ^[A-Z]+$
- ^[A-Z]+\.[a-z]+$
- ui/node_modules/
- ui/res/imp/bower_components/