-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathshiftzilla_cfg.yml.tmpl
More file actions
43 lines (43 loc) · 1.12 KB
/
Copy pathshiftzilla_cfg.yml.tmpl
File metadata and controls
43 lines (43 loc) · 1.12 KB
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
---
OrgTitle: Org Title for Reports
Teams:
- name: <team name>
lead: Jane Doe <jdoe@example.com>
group: 0
components:
- Bugzilla Component 1
- Bugzilla Component 2
Groups:
- id: 0
lead: Sarah Connors <sconnors@timetravel.org>
Sources: # Info about saved bugzilla queries and the tables to store them in
source_keyword:
search: <Bugzilla saved report id>
sharer: <Bugzilla saved report sharer id>
table: <Shiftzilla storage table>
fields:
- <bugzilla field id>
- <bugzilla field id>
- <bugzilla field id>
Releases: # Target Release values to include in queries
- name: 0.0.1
targets:
- 0.0.1
- 0.0.1.a
milestones:
start: 'YYYY-MM-DD'
feature_complete: 'YYYY-MM-DD'
code_freeze: 'YYYY-MM-DD'
ga: 'YYYY-MM-DD'
- name: 0.0.2
targets:
- 0.0.2
milestones:
start: 'YYYY-MM-DD'
feature_complete: 'YYYY-MM-DD'
code_freeze: 'YYYY-MM-DD'
ga: 'YYYY-MM-DD'
SSH:
host: <remote host>
path: <absolute path on remote host>
utl: <publication url>