forked from strimzi/strimzi-kafka-operator
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.packit.yaml
148 lines (141 loc) · 3.86 KB
/
.packit.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# Default packit instance is a prod and only this is used
# stg instance is present for testing new packit features in forked repositories where stg is installed.
packit_instances: ["prod", "stg"]
upstream_project_url: https://github.com/strimzi/strimzi-kafka-operator
issue_repository: https://github.com/strimzi/strimzi-kafka-operator
jobs:
- job: tests
trigger: pull_request
# Suffix for job name
identifier: "automation-check"
targets:
# This target is not used at all by our tests, but it has to be one of the available - https://packit.dev/docs/configuration/#aliases
- centos-stream-9-x86_64
- centos-stream-9-aarch64
# We don't need to build any packages for Fedora/RHEL/CentOS, it is not related to Strimzi tests
skip_build: true
manual_trigger: true
labels:
- smoke
- automation-check
tf_extra_params:
test:
fmf:
name: smoke
###############################################################################################
- job: tests
trigger: pull_request
identifier: "upgrade"
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
skip_build: true
manual_trigger: true
labels:
- upgrade
tf_extra_params:
test:
fmf:
name: upgrade
###############################################################################################
- job: tests
trigger: pull_request
identifier: "regression-operators"
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
skip_build: true
manual_trigger: true
labels:
- regression
- operators
- regression-operators
- ro
tf_extra_params:
test:
fmf:
name: regression-operators
###############################################################################################
- job: tests
trigger: pull_request
identifier: "regression-components"
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
skip_build: true
manual_trigger: true
labels:
- regression
- components
- regression-components
- rc
tf_extra_params:
test:
fmf:
name: regression-components
###############################################################################################
- job: tests
trigger: pull_request
identifier: "kraft-operators"
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
skip_build: true
manual_trigger: true
labels:
- kraft
- operators
- kraft-operators
- ko
tf_extra_params:
test:
fmf:
name: kraft-operators
###############################################################################################
- job: tests
trigger: pull_request
identifier: "kraft-components"
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
skip_build: true
manual_trigger: true
labels:
- kraft
- components
- kraft-components
- kc
tf_extra_params:
test:
fmf:
name: kraft-components
###############################################################################################
- job: tests
trigger: pull_request
identifier: "acceptance"
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
skip_build: true
manual_trigger: true
labels:
- acceptance
tf_extra_params:
test:
fmf:
name: acceptance
###############################################################################################
- job: tests
trigger: pull_request
identifier: "sanity"
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
skip_build: true
manual_trigger: true
labels:
- sanity
tf_extra_params:
test:
fmf:
name: sanity