forked from strimzi/strimzi-kafka-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.packit.yaml
230 lines (223 loc) · 6.19 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
# 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
env: { IP_FAMILY: ipv4 }
labels:
- smoke
- automation-check
tf_extra_params:
test:
tmt:
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
env: { IP_FAMILY: ipv4 }
labels:
- upgrade
tf_extra_params:
test:
tmt:
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
env: { IP_FAMILY: ipv4 }
labels:
- regression
- operators
- regression-operators
tf_extra_params:
test:
tmt:
name: regression-operators
###############################################################################################
- job: tests
trigger: pull_request
identifier: "regression-brokers-and-security"
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
skip_build: true
manual_trigger: true
env: { IP_FAMILY: ipv4 }
labels:
- regression
- brokers-and-security
- regression-brokers-and-security
- bas
tf_extra_params:
test:
tmt:
name: regression-brokers-and-security
- job: tests
trigger: pull_request
identifier: "regression-operands"
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
skip_build: true
manual_trigger: true
env: { IP_FAMILY: ipv4 }
labels:
- regression
- operands
- regression-operands
tf_extra_params:
test:
tmt:
name: regression-operands
###############################################################################################
- job: tests
trigger: pull_request
identifier: "acceptance"
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
skip_build: true
manual_trigger: true
env: { IP_FAMILY: ipv4 }
labels:
- acceptance
tf_extra_params:
test:
tmt:
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
env: { IP_FAMILY: ipv4 }
labels:
- sanity
tf_extra_params:
test:
tmt:
name: sanity
###############################################################################################
################################## IPv6/dual jobs ########################################
###############################################################################################
- job: tests
trigger: pull_request
identifier: "acceptance_ipv6"
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
skip_build: true
manual_trigger: true
env: { IP_FAMILY: ipv6 }
labels:
- acceptance_ipv6
- ipv6
tf_extra_params:
test:
tmt:
name: acceptance
###############################################################################################
- job: tests
trigger: pull_request
identifier: "acceptance_dual"
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
skip_build: true
manual_trigger: true
env: { IP_FAMILY: dual }
labels:
- acceptance_dual
- dual
tf_extra_params:
test:
tmt:
name: acceptance
###############################################################################################
#################################### Performance #########################################
###############################################################################################
- job: tests
trigger: pull_request
identifier: "performance"
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
skip_build: true
manual_trigger: true
env: { IP_FAMILY: ipv4 }
labels:
- performance
- performance-common
tf_extra_params:
settings:
pipeline:
timeout: 1440
test:
tmt:
name: performance
- job: tests
trigger: pull_request
identifier: "performance-capacity"
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
skip_build: true
manual_trigger: true
env: { IP_FAMILY: ipv4 }
labels:
- performance
- performance-capacity
tf_extra_params:
settings:
pipeline:
timeout: 1440
test:
tmt:
name: performance-capacity
- job: tests
trigger: pull_request
identifier: "performance-topic-operator-capacity"
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
skip_build: true
manual_trigger: true
env: { IP_FAMILY: ipv4 }
labels:
- performance
- performance-topic-operator-capacity
tf_extra_params:
settings:
pipeline:
timeout: 1440
test:
tmt:
name: performance-topic-operator-capacity