Skip to content

Commit 0e5f91d

Browse files
authored
Update branches to prow build definition (#351)
* Adding branches for prow build * Adding branches for prow build
1 parent ab8395d commit 0e5f91d

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

prow/cluster/jobs/IBM/ibm-healthcheck-operator/IBM.ibm-healthcheck-operator.master.yaml

+45
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ presubmits:
55
always_run: true
66
branches:
77
- ^master$
8+
- ^release-cd$
9+
- ^release-eus$
10+
- ^release-efix$
811
decorate: true
912
path_alias: github.com/IBM/ibm-healthcheck-operator
1013
rerun_command: /test check-ibm-healthcheck-operator
@@ -23,6 +26,9 @@ presubmits:
2326
always_run: true
2427
branches:
2528
- ^master$
29+
- ^release-cd$
30+
- ^release-eus$
31+
- ^release-efix$
2632
decorate: true
2733
path_alias: github.com/IBM/ibm-healthcheck-operator
2834
rerun_command: /test test-ibm-healthcheck-operator-amd64
@@ -42,6 +48,9 @@ presubmits:
4248
always_run: true
4349
branches:
4450
- ^master$
51+
- ^release-cd$
52+
- ^release-eus$
53+
- ^release-efix$
4554
decorate: true
4655
path_alias: github.com/IBM/ibm-healthcheck-operator
4756
rerun_command: /test test-ibm-healthcheck-operator-ppc64le
@@ -61,6 +70,9 @@ presubmits:
6170
always_run: true
6271
branches:
6372
- ^master$
73+
- ^release-cd$
74+
- ^release-eus$
75+
- ^release-efix$
6476
decorate: true
6577
path_alias: github.com/IBM/ibm-healthcheck-operator
6678
rerun_command: /test test-ibm-healthcheck-operator-s390x
@@ -80,6 +92,9 @@ presubmits:
8092
always_run: true
8193
branches:
8294
- ^master$
95+
- ^release-cd$
96+
- ^release-eus$
97+
- ^release-efix$
8398
decorate: true
8499
path_alias: github.com/IBM/ibm-healthcheck-operator
85100
rerun_command: /test build-ibm-healthcheck-operator-amd64
@@ -99,6 +114,9 @@ presubmits:
99114
always_run: true
100115
branches:
101116
- ^master$
117+
- ^release-cd$
118+
- ^release-eus$
119+
- ^release-efix$
102120
decorate: true
103121
path_alias: github.com/IBM/ibm-healthcheck-operator
104122
rerun_command: /test build-ibm-healthcheck-operator-ppc64le
@@ -118,6 +136,9 @@ presubmits:
118136
always_run: true
119137
branches:
120138
- ^master$
139+
- ^release-cd$
140+
- ^release-eus$
141+
- ^release-efix$
121142
decorate: true
122143
path_alias: github.com/IBM/ibm-healthcheck-operator
123144
rerun_command: /test build-ibm-healthcheck-operator-s390x
@@ -138,6 +159,9 @@ postsubmits:
138159
cluster: default
139160
branches:
140161
- ^master$
162+
- ^release-cd$
163+
- ^release-eus$
164+
- ^release-efix$
141165
decorate: true
142166
path_alias: github.com/IBM/ibm-healthcheck-operator
143167
spec:
@@ -159,6 +183,9 @@ postsubmits:
159183
cluster: default
160184
branches:
161185
- ^master$
186+
- ^release-cd$
187+
- ^release-eus$
188+
- ^release-efix$
162189
decorate: true
163190
path_alias: github.com/IBM/ibm-healthcheck-operator
164191
spec:
@@ -175,6 +202,9 @@ postsubmits:
175202
cluster: ppc64le
176203
branches:
177204
- ^master$
205+
- ^release-cd$
206+
- ^release-eus$
207+
- ^release-efix$
178208
decorate: true
179209
path_alias: github.com/IBM/ibm-healthcheck-operator
180210
spec:
@@ -191,6 +221,9 @@ postsubmits:
191221
cluster: s390x
192222
branches:
193223
- ^master$
224+
- ^release-cd$
225+
- ^release-eus$
226+
- ^release-efix$
194227
decorate: true
195228
path_alias: github.com/IBM/ibm-healthcheck-operator
196229
spec:
@@ -207,6 +240,9 @@ postsubmits:
207240
cluster: default
208241
branches:
209242
- ^master$
243+
- ^release-cd$
244+
- ^release-eus$
245+
- ^release-efix$
210246
decorate: true
211247
labels:
212248
preset-service-account: "true"
@@ -225,6 +261,9 @@ postsubmits:
225261
cluster: ppc64le
226262
branches:
227263
- ^master$
264+
- ^release-cd$
265+
- ^release-eus$
266+
- ^release-efix$
228267
decorate: true
229268
labels:
230269
preset-service-account: "true"
@@ -243,6 +282,9 @@ postsubmits:
243282
cluster: s390x
244283
branches:
245284
- ^master$
285+
- ^release-cd$
286+
- ^release-eus$
287+
- ^release-efix$
246288
decorate: true
247289
labels:
248290
preset-service-account: "true"
@@ -261,6 +303,9 @@ postsubmits:
261303
cluster: default
262304
branches:
263305
- ^master$
306+
- ^release-cd$
307+
- ^release-eus$
308+
- ^release-efix$
264309
decorate: true
265310
labels:
266311
preset-service-account: "true"

0 commit comments

Comments
 (0)