-
Notifications
You must be signed in to change notification settings - Fork 612
Expand file tree
/
Copy path.mergify.yml
More file actions
282 lines (270 loc) · 8.61 KB
/
Copy path.mergify.yml
File metadata and controls
282 lines (270 loc) · 8.61 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
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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
---
defaults:
actions:
update:
bot_account: ceph-csi-bot
rebase:
bot_account: ceph-csi-bot
merge:
merge_bot_account: ceph-csi-bot
merge_protections_settings:
reporting_method: check-runs
auto_merge_conditions: true
queue_rules:
- name: default
update_bot_account: ceph-csi-bot
merge_method: rebase
update_method: rebase
batch_size: 1
queue_conditions:
- and:
# requirements for any branch
- label!=DNM
- "#approved-reviews-by>=2"
- "#changes-requested-reviews-by=0"
- "approved-reviews-by=@ceph/ceph-csi-contributors"
- "approved-reviews-by=@ceph/ceph-csi-maintainers"
- "status-success=DCO"
- or:
- and:
# requirements for non ci/centos branches
- base!=ci/centos
- "status-success=codespell"
- "status-success=go-test"
- "status-success=golangci-lint"
- "status-success=lint-extras"
- "status-success=mod-check"
- "status-success=multi-arch-build"
- "status-success=uncommitted-code-check"
- or:
# dependabot has an invalid signed-off-by
- author=dependabot[bot]
- "status-success=commitlint"
# exclude the ci/centos branch from above status checks
- base=ci/centos
- or:
# requirenents per branch
- and:
# ci/skip/e2e label has no meaning on ci/centos
- base!=ci/centos
- label=ci/skip/e2e
- and:
- base~=^(release-.+)$
- "status-success=ci/centos/k8s-e2e-external-storage/1.33"
- "status-success=ci/centos/k8s-e2e-external-storage/1.34"
- "status-success=ci/centos/k8s-e2e-external-storage/1.35"
- "status-success=ci/centos/mini-e2e-helm/k8s-1.33"
- "status-success=ci/centos/mini-e2e-helm/k8s-1.34"
- "status-success=ci/centos/mini-e2e-helm/k8s-1.35"
- "status-success=ci/centos/mini-e2e/k8s-1.33"
- "status-success=ci/centos/mini-e2e/k8s-1.34"
- "status-success=ci/centos/mini-e2e/k8s-1.35"
- "status-success=ci/centos/upgrade-tests-cephfs"
- "status-success=ci/centos/upgrade-tests-rbd"
- and:
- base=release-v3.16
- "status-success=ci/centos/k8s-e2e-external-storage/1.32"
- "status-success=ci/centos/k8s-e2e-external-storage/1.33"
- "status-success=ci/centos/k8s-e2e-external-storage/1.34"
- "status-success=ci/centos/mini-e2e-helm/k8s-1.32"
- "status-success=ci/centos/mini-e2e-helm/k8s-1.33"
- "status-success=ci/centos/mini-e2e-helm/k8s-1.34"
- "status-success=ci/centos/mini-e2e/k8s-1.32"
- "status-success=ci/centos/mini-e2e/k8s-1.33"
- "status-success=ci/centos/mini-e2e/k8s-1.34"
- "status-success=ci/centos/upgrade-tests-cephfs"
- "status-success=ci/centos/upgrade-tests-rbd"
- and:
- base=devel
- "status-success=ci/centos/k8s-e2e-external-storage/1.34"
- "status-success=ci/centos/k8s-e2e-external-storage/1.35"
- "status-success=ci/centos/k8s-e2e-external-storage/1.36"
- "status-success=ci/centos/mini-e2e-helm/k8s-1.34"
- "status-success=ci/centos/mini-e2e-helm/k8s-1.35"
- "status-success=ci/centos/mini-e2e-helm/k8s-1.36"
- "status-success=ci/centos/mini-e2e/k8s-1.34"
- "status-success=ci/centos/mini-e2e/k8s-1.35"
- "status-success=ci/centos/mini-e2e/k8s-1.36"
- "status-success=ci/centos/upgrade-tests-cephfs"
- "status-success=ci/centos/upgrade-tests-rbd"
- and:
# requirements for ci/centos branch
- base=ci/centos
- "status-success=ci/centos/job-validation"
- "status-success=ci/centos/jjb-validate"
merge_queue:
max_parallel_checks: 1
pull_request_rules:
- name: start CI jobs for PRs in the merge queue
conditions:
- -closed
- base~=^(devel)|(release-.+)$
- label!=conflicts
- label!=ci/skip/e2e
- label!=ci/in-progress/e2e
- not: check-pending~=^ci/centos
- not: status-success~=^ci/centos
- or:
- queue-position >= 0
- author=mergify[bot]
actions:
label:
add:
- ok-to-test
- name: remove outdated approvals
conditions:
- base~=^(devel)|(release-.+)$
actions:
dismiss_reviews:
approved: true
changes_requested: false
label:
remove:
- ci/in-progress/e2e
- name: ask to resolve conflict
conditions:
- conflict
- author!=dependabot[bot]
actions:
comment:
# yamllint disable-line rule:truthy rule:line-length
message: "This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏"
- name: dismiss review of merged pull request
conditions:
- base~=^(devel)|(release-.+)$
- merged
actions:
dismiss_reviews: {}
- name: backport patches to release-v3.16 branch
conditions:
- base=devel
- label=backport-to-release-v3.16
actions:
backport:
branches:
- release-v3.16
- name: backport patches to release-v3.17 branch
conditions:
- base=devel
- label=backport-to-release-v3.17
actions:
backport:
branches:
- release-v3.17
- name: remove outdated approvals on ci/centos
conditions:
- base=ci/centos
actions:
dismiss_reviews:
approved: true
changes_requested: false
##
## Automatically set/remove labels
##
- name: title contains DNM
conditions:
- title~=DNM
actions:
label:
add:
- DNM
- name: title contains CephFS
conditions:
- "title~=cephfs: "
actions:
label:
add:
- component/cephfs
- name: title contains NFS
conditions:
- "title~=nfs: "
actions:
label:
add:
- component/nfs
- name: title contains RBD
conditions:
- "title~=rbd: "
actions:
label:
add:
- component/rbd
- name: title contains NVME-oF or nvmeof
conditions:
- "title~=(NVMe-oF)|(nvmeof)"
actions:
label:
add:
- component/nvme-of
- name: title contains CI, testing or e2e
conditions:
- "title~=(ci: )|(testing: )|(e2e)"
actions:
label:
add:
- component/testing
- name: title contains Helm
conditions:
- title~=helm
actions:
label:
add:
- component/deployment
- name: title contains rebase
conditions:
- "title~=rebase: "
actions:
label:
add:
- rebase
- name: title contains build
conditions:
- "title~=build: "
actions:
label:
add:
- component/build
- name: title indicates a bug fix
conditions:
- title~=(bug)|(fix)
actions:
label:
add:
- bug
- name: title contains cleanup
conditions:
- "title~=cleanup: "
actions:
label:
add:
- cleanup
- name: title contains doc
conditions:
- "title~=doc: "
actions:
label:
add:
- component/docs
- ci/skip/e2e
- ci/skip/multi-arch-build
- name: title contains Mergify
conditions:
- "title~=(?i)mergify"
actions:
label:
add:
- Repo activity
- ci/skip/e2e
- ci/skip/multi-arch-build
# A [skip ci] in the PR description prevents Jenkins jobs from running, mark
# the PR as Draft so that CI jobs do not automatically run anymore.
- name: detect [skip ci] in the PR description
conditions:
# this should be \[skip\W+ci\], but Mergify does not accept that
- "body-raw~=skip ci"
actions:
edit:
draft: true
comment:
# yamllint disable-line rule:truthy rule:line-length
message: "The PR description contains the unsupported `[skip ci]` command, please update the description and mark the PR ready for review again."