-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathexample-config.yaml
46 lines (42 loc) · 993 Bytes
/
example-config.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
# #Template for config.yaml
# #Organization name (used in email subject)
# organization_name: "Ansible Networking"
# #Workflow name
# workflow_name: "tests.yml"
# #Time delta (in days) for triaging issues
# timedelta: 14
##Template for adding repos in Github secrets or .env file(for running locally)
# REPO_CONFIG= {
# "ansible-collections": {
# "ci_and_bug_repos": [
# "cisco.nxos",
# "arista.eos",
# "junipernetworks.junos",
# "cisco.asa",
# "ansible.netcommon",
# "ansible.snmp",
# "trendmicro.deepsec",
# "splunk.es"
# ],
# "bug_specific_repos": [
# "ansible.scm",
# "community.yang"
# ]
# },
# "ansible": {
# "bug_specific_repos": [
# "pylibssh"
# ]
# },
# "redhat-cop": {
# "ci_and_bug_repos": [
# "network.interfaces",
# "network.bgp",
# "network.base",
# "network.ospf"
# ],
# "bug_specific_repos": [
# "network.backup"
# ]
# }
# }