-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomponent-config.yaml.sample
62 lines (53 loc) · 1.56 KB
/
component-config.yaml.sample
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
project: BASEQESEC
transitions:
closed:
- Done
- Dropped
- Completed
dropped:
- Dropped
processed:
- In Progress
passed:
- Done
defaults:
assignee: '{{ ERRATUM.people_assigned_to }}'
# fields:
# "Pool Team": "my_great_team"
# "Story Points": 0
issues:
- summary: "Errata Workflow Checklist {% if ERRATUM.respin_count > 0 %}(respin {{ ERRATUM.respin_count }}){% endif %}"
description: "Task tracking particular respin of errata."
type: task
id: errata_task
parent_id: errata_epic
on_respin: close
- summary: "Testing ER#{{ ERRATUM.id }} {{ ERRATUM.summary }} ({{ERRATUM.release}})"
description: "Epic tracking all work on errata related to a specific release."
type: epic
id: errata_epic
on_respin: keep
auto_transition: True
- summary: "Errata filelist check"
description: "Compare errata filelist with a previously released advisory"
type: subtask
id: subtask_filelist
parent_id: errata_task
on_respin: close
- summary: "SPEC file review"
description: "Review changes made in the SPEC file"
type: subtask
parent_id: errata_task
on_respin: close
- summary: "rpminspect review"
description: "Review rpminspect results in the CI Dashboard for all builds"
type: subtask
parent_id: errata_task
on_respin: close
- summary: "regression testing"
description: "Run automated tests"
type: subtask
parent_id: errata_task
on_respin: close
auto_transition: True
job_recipe: https://raw.githubusercontent.com/RedHatQE/newa/ks_recipe_job/component-recipe.yaml.sample