Skip to content

Commit a707f91

Browse files
authored
create 3.7 version branch for installer operators (#301)
1 parent da6e28d commit a707f91

File tree

5 files changed

+943
-0
lines changed

5 files changed

+943
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
presubmits:
2+
IBM/ibm-common-service-operator:
3+
- name: check-ibm-common-service-operator
4+
cluster: default
5+
always_run: true
6+
branches:
7+
- ^release-3.7$
8+
decorate: true
9+
path_alias: github.com/IBM/ibm-common-service-operator
10+
rerun_command: /test check-ibm-common-service-operator
11+
spec:
12+
containers:
13+
- command:
14+
- make
15+
- check
16+
image: quay.io/multicloudlab/check-tool:v20201130-d61b998b6
17+
name: ""
18+
securityContext:
19+
privileged: true
20+
trigger: '(?m)^/test (?:.*? )?check(?:.*?)?$'
21+
- name: test-ibm-common-service-operator-amd64
22+
cluster: default
23+
always_run: true
24+
branches:
25+
- ^release-3.7$
26+
decorate: true
27+
path_alias: github.com/IBM/ibm-common-service-operator
28+
rerun_command: /test test-ibm-common-service-operator-amd64
29+
spec:
30+
containers:
31+
- command:
32+
- entrypoint
33+
- make
34+
- test
35+
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
36+
name: ""
37+
securityContext:
38+
privileged: true
39+
trigger: '(?m)^/test (?:.*? )?test(?:.*?)?$'
40+
- name: test-ibm-common-service-operator-ppc64le
41+
cluster: ppc64le
42+
always_run: true
43+
branches:
44+
- ^release-3.7$
45+
decorate: true
46+
path_alias: github.com/IBM/ibm-common-service-operator
47+
rerun_command: /test test-ibm-common-service-operator-ppc64le
48+
spec:
49+
containers:
50+
- command:
51+
- entrypoint
52+
- make
53+
- test
54+
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
55+
name: ""
56+
securityContext:
57+
privileged: true
58+
trigger: '(?m)^/test (?:.*? )?test(?:.*?)?$'
59+
- name: test-ibm-common-service-operator-s390x
60+
cluster: s390x
61+
always_run: true
62+
branches:
63+
- ^release-3.7$
64+
decorate: true
65+
path_alias: github.com/IBM/ibm-common-service-operator
66+
rerun_command: /test test-ibm-common-service-operator-s390x
67+
spec:
68+
containers:
69+
- command:
70+
- entrypoint
71+
- make
72+
- test
73+
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
74+
name: ""
75+
securityContext:
76+
privileged: true
77+
trigger: '(?m)^/test (?:.*? )?test(?:.*?)?$'
78+
postsubmits:
79+
IBM/ibm-common-service-operator:
80+
- name: image-ibm-common-service-operator-amd64-postsubmit
81+
cluster: default
82+
branches:
83+
- ^release-3.7$
84+
decorate: true
85+
labels:
86+
preset-service-account: "true"
87+
path_alias: github.com/IBM/ibm-common-service-operator
88+
spec:
89+
containers:
90+
- command:
91+
- entrypoint
92+
- make
93+
- build-push-image
94+
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
95+
name: ""
96+
securityContext:
97+
privileged: true
98+
- name: image-ibm-common-service-operator-ppc64le-postsubmit
99+
cluster: ppc64le
100+
branches:
101+
- ^release-3.7$
102+
decorate: true
103+
labels:
104+
preset-service-account: "true"
105+
path_alias: github.com/IBM/ibm-common-service-operator
106+
spec:
107+
containers:
108+
- command:
109+
- entrypoint
110+
- make
111+
- build-push-image
112+
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
113+
name: ""
114+
securityContext:
115+
privileged: true
116+
- name: image-ibm-common-service-operator-s390x-postsubmit
117+
cluster: s390x
118+
branches:
119+
- ^release-3.7$
120+
decorate: true
121+
labels:
122+
preset-service-account: "true"
123+
path_alias: github.com/IBM/ibm-common-service-operator
124+
spec:
125+
containers:
126+
- command:
127+
- entrypoint
128+
- make
129+
- build-push-image
130+
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
131+
name: ""
132+
securityContext:
133+
privileged: true
134+
- name: multiarch-image-ibm-common-service-operator-postsubmit
135+
cluster: default
136+
branches:
137+
- ^release-3.7$
138+
decorate: true
139+
labels:
140+
preset-service-account: "true"
141+
path_alias: github.com/IBM/ibm-common-service-operator
142+
spec:
143+
containers:
144+
- command:
145+
- entrypoint
146+
- make
147+
- multiarch-image
148+
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
149+
name: ""
150+
securityContext:
151+
privileged: true

0 commit comments

Comments
 (0)