forked from ansible/ansibullbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FILEMAP.json
executable file
·84 lines (82 loc) · 1.98 KB
/
FILEMAP.json
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"contrib/inventory/": {
"labels": ["contrib_inventory"]
},
"contrib/inventory/ec2*": {
"labels": ["contrib_inventory", "cloud", "aws"]
},
"contrib/inventory/gce*": {
"labels": ["contrib_inventory", "cloud", "gce"]
},
"contrib/inventory/openstack*": {
"labels": ["contrib_inventory", "cloud", "openstack"]
},
"contrib/inventory/vmware_*": {
"labels": ["contrib_inventory", "cloud", "vmware"],
"notify": ["jctanner"]
},
"docs/": {
"labels": ["docs_pull_request"],
"notify": ["dharmabumstead"],
"inclusive": false
},
"lib/": {
},
"lib/ansible/executor/": {
"labels": ["executor"]
},
"lib/ansible/module_utils/": {
"labels": ["c:module_utils/"]
},
"lib/ansible/parsing/vault/": {
"labels": ["vault"]
},
"lib/ansible/plugins/action/": {
"labels": ["c:plugins/action"]
},
"lib/ansible/plugins/connection/": {
"labels": ["connection_plugin"]
},
"lib/ansible/plugins/module_utils/": {
"labels": ["c:module_utils/"]
},
"lib/ansible/modules/network/(?!basics).*/.*": {
"labels": ["networking"]
},
".*/(winrm|powershell).*": {
"labels": ["windows"]
},
".*/*.ps1": {
"labels": ["windows"]
},
".*gce.*": {
"labels": ["cloud", "gce"]
},
".*ec2.*": {
"labels": ["cloud", "aws"],
"notify": ["willthames"]
},
".*rax.*": {
"labels": ["cloud", "rax"]
},
".*openstack.*": {
"labels": ["cloud", "openstack"]
},
".*azure.*": {
"labels": ["cloud", "azure"]
},
".*(vmware|vcenter).*": {
"labels": ["cloud", "vmware"],
"notify": ["jctanner"]
},
".*docker.*": {
"labels": ["cloud", "docker"]
},
"packaging/": {
"labels": ["packaging"]
},
"test/": {
"labels": ["test_pull_requests"],
"inclusive": true
}
}