Skip to content

Commit aa92e51

Browse files
vkmcdanpawlik
authored andcommitted
DNM - Checking CRT issue for OCP 4.20 jobs
Add job definitions using crc-cloud-ocp-4-20-1-3xl as base image Closes: OSPRH-21881 Partially-Closes: OSPRH-21875 Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
1 parent 902ff70 commit aa92e51

File tree

6 files changed

+48
-47
lines changed

6 files changed

+48
-47
lines changed

.zuul.yaml

Lines changed: 43 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
- nodeset:
3-
name: stf-crc_extracted-ocp416
3+
name: stf-crc_cloud-ocp418
44
nodes:
55
- name: controller
66
label: cloud-centos-9-stream-tripleo-vexxhost
77
- name: crc
8-
label: coreos-crc-extracted-2-39-0-3xl
8+
label: crc-cloud-ocp-4-18-1-3xl
99

1010
- nodeset:
11-
name: stf-crc_extracted-ocp418
11+
name: stf-crc_cloud-ocp420
1212
nodes:
1313
- name: controller
1414
label: cloud-centos-9-stream-tripleo-vexxhost
1515
- name: crc
16-
label: crc-cloud-ocp-4-18-1-3xl
16+
label: crc-cloud-ocp-4-20-1-3xl
1717

1818
- job:
1919
name: stf-base-2node
@@ -142,103 +142,104 @@
142142
vars:
143143
scenario: "catalog_deploy"
144144

145-
- job:
146-
name: stf-crc-ocp_416-nightly_bundles
147-
parent: stf-crc-nightly_bundles
148-
description: |
149-
Deploy STF using the nightly bundles on OCP 4.16
150-
nodeset: stf-crc_extracted-ocp416
151-
152145
- job:
153146
name: stf-crc-ocp_418-nightly_bundles
154147
parent: stf-crc-nightly_bundles
155148
description: |
156149
Deploy STF using the nightly bundles on OCP 4.18
157-
nodeset: stf-crc_extracted-ocp418
150+
nodeset: stf-crc_cloud-ocp418
158151

159152
- job:
160-
name: stf-crc-ocp_416-local_build
161-
parent: stf-crc-local_build
153+
name: stf-crc-ocp_420-nightly_bundles
154+
parent: stf-crc-nightly_bundles
162155
description: |
163-
Build STF locally and deploy from index on OCP 4.16
164-
nodeset: stf-crc_extracted-ocp416
156+
Deploy STF using the nightly bundles on OCP 4.20
157+
nodeset: stf-crc_cloud-ocp420
165158

166159
- job:
167160
name: stf-crc-ocp_418-local_build
168161
parent: stf-crc-local_build
169162
description: |
170163
Build STF locally and deploy from index on OCP 4.18
171-
nodeset: stf-crc_extracted-ocp418
164+
nodeset: stf-crc_cloud-ocp418
172165

173166
- job:
174-
name: stf-crc-ocp_416-local_build-index_deploy
175-
parent: stf-crc-local_build-index_deploy
167+
name: stf-crc-ocp_420-local_build
168+
parent: stf-crc-local_build
176169
description: |
177-
Build STF locally and deploy from index on OCP 4.16
178-
nodeset: stf-crc_extracted-ocp416
170+
Build STF locally and deploy from index on OCP 4.20
171+
nodeset: stf-crc_cloud-ocp420
179172

180173
- job:
181174
name: stf-crc-ocp_418-local_build-index_deploy
182175
parent: stf-crc-local_build-index_deploy
183176
description: |
184177
Build STF locally and deploy from index on OCP 4.18
185-
nodeset: stf-crc_extracted-ocp418
178+
nodeset: stf-crc_cloud-ocp418
186179

187180
- job:
188-
name: stf-crc-ocp_416-nightly_bundles-index_deploy
189-
parent: stf-crc-nightly_bundles-index_deploy
181+
name: stf-crc-ocp_420-local_build-index_deploy
182+
parent: stf-crc-local_build-index_deploy
190183
description: |
191-
Create an index image using nightly bundles and deploy STF from it on OCP 4.16
192-
nodeset: stf-crc_extracted-ocp416
184+
Build STF locally and deploy from index on OCP 4.20
185+
nodeset: stf-crc_cloud-ocp420
193186

194187
- job:
195188
name: stf-crc-ocp_418-nightly_bundles-index_deploy
196189
parent: stf-crc-nightly_bundles-index_deploy
197190
description: |
198191
Create an index image using nightly bundles and deploy STF from it on OCP 4.18
199-
nodeset: stf-crc_extracted-ocp418
192+
nodeset: stf-crc_cloud-ocp418
200193

201194
- job:
202-
name: stf-crc-ocp_416-catalog_deploy
203-
parent: stf-crc-catalog_deploy
195+
name: stf-crc-ocp_420-nightly_bundles-index_deploy
196+
parent: stf-crc-nightly_bundles-index_deploy
204197
description: |
205-
Use a pre-built index image to create a CatalogSource and deploy STF from it on OCP 4.16
206-
nodeset: stf-crc_extracted-ocp416
198+
Create an index image using nightly bundles and deploy STF from it on OCP 4.20
199+
nodeset: stf-crc_cloud-ocp420
207200

208201
- job:
209202
name: stf-crc-ocp_418-catalog_deploy
210203
parent: stf-crc-catalog_deploy
211204
description: |
212205
Use a pre-built index image to create a CatalogSource and deploy STF from it on OCP 4.18
213-
nodeset: stf-crc_extracted-ocp418
206+
nodeset: stf-crc_cloud-ocp418
207+
208+
- job:
209+
name: stf-crc-ocp_420-catalog_deploy
210+
parent: stf-crc-catalog_deploy
211+
description: |
212+
Use a pre-built index image to create a CatalogSource and deploy STF from it on OCP 4.20
213+
nodeset: stf-crc_cloud-ocp420
214+
214215

215216
- project-template:
216217
name: stf-crc-jobs
217218
description: |
218219
STF CRC jobs that build and deploy STF
219220
github-check:
220221
jobs:
221-
- stf-crc-ocp_416-local_build
222-
- stf-crc-ocp_418-local_build
223-
- stf-crc-ocp_416-local_build-index_deploy
224-
- stf-crc-ocp_418-local_build-index_deploy
225-
- stf-crc-ocp_416-nightly_bundles-index_deploy
222+
# - stf-crc-ocp_418-local_build
223+
# - stf-crc-ocp_420-local_build
224+
# - stf-crc-ocp_418-local_build-index_deploy
225+
# - stf-crc-ocp_420-local_build-index_deploy
226226
- stf-crc-ocp_418-nightly_bundles-index_deploy
227-
- stf-crc-ocp_416-catalog_deploy
227+
- stf-crc-ocp_420-nightly_bundles-index_deploy
228228
- stf-crc-ocp_418-catalog_deploy
229+
- stf-crc-ocp_420-catalog_deploy
229230

230231
- project:
231232
name: infrawatch/service-telemetry-operator
232233
templates:
233234
- stf-crc-jobs
234235
periodic:
235236
jobs:
236-
- stf-crc-ocp_416-nightly_bundles
237237
- stf-crc-ocp_418-nightly_bundles
238-
- stf-crc-ocp_416-local_build
238+
- stf-crc-ocp_420-nightly_bundles
239239
- stf-crc-ocp_418-local_build
240-
- stf-crc-ocp_416-local_build-index_deploy
240+
- stf-crc-ocp_420-local_build
241241
- stf-crc-ocp_418-local_build-index_deploy
242-
- stf-crc-ocp_416-nightly_bundles-index_deploy
242+
- stf-crc-ocp_420-local_build-index_deploy
243+
- stf-crc-ocp_418-nightly_bundles-index_deploy
243244
- stf-crc-ocp_418-nightly_bundles-index_deploy
244245

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/operator-framework/ansible-operator:v1.36.1
1+
FROM quay.io/operator-framework/ansible-operator:v1.38.1
22

33
# temporarily switch to root user to adjust image layers
44
USER 0

build/validate_deployment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ esac
5454

5555
echo -e "\n* [info] Waiting for all pods to show Ready/Complete\n"
5656
while oc get pods --selector '!openshift.io/build.name' | tail -n +2 | grep -v -E 'Running|Completed'; do
57-
sleep 3
57+
sleep 5m
5858
done
5959

6060
echo -e "\n* [info] CI Build complete. You can now run tests.\n"

ci/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Three scenarios run:
1515
- `nightly_bundles-index_deploy`, which retrieves the nightly bundles and does an index-based deployment.
1616

1717
Each of these scenarios run across the following OCP versions:
18-
- 4.16
1918
- 4.18
19+
- 4.20
2020

2121
### Periodic jobs
2222

deploy/olm-catalog/service-telemetry-operator/Dockerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1313
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v0.19.4
1414
LABEL operators.operatorframework.io.metrics.project_layout=ansible
1515
LABEL com.redhat.delivery.operator.bundle=true
16-
LABEL com.redhat.openshift.versions="v4.16-v4.18"
16+
LABEL com.redhat.openshift.versions="v4.18-v4.20"
1717
LABEL com.redhat.delivery.backport=false
1818

1919
LABEL com.redhat.component="service-telemetry-operator-bundle-container" \

deploy/olm-catalog/service-telemetry-operator/metadata/properties.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
properties:
22
- type: olm.maxOpenShiftVersion
3-
value: "4.18"
3+
value: "4.20"
44
- type: olm.constraint
55
value:
66
failureMessage: Require Smart Gateway for Service Telemetry Framework

0 commit comments

Comments
 (0)