Skip to content

Commit 851356a

Browse files
committed
DNM Checking CRC Cloud with image based on OCP 4.16 rc4
This is early test PR that uses new way for deploying the CRC - crc-cloud [1] and image that is base on OCP 4.16 rc4 with small modifications [2]. In the future, that image would be created by the nodepool-builder, but right now it is just a PoC (Proof of concept). Also is worth to mention, that the base job includes few workarounds until the PR in the official projects are not merged [3][4][5] [1] https://github.com/crc-org/crc-cloud [2] https://softwarefactory-project.io/r/c/software-factory/sf-infra/+/31853 [3] crc-org/crc-cloud#188 [4] crc-org/crc-cloud#189 [5] crc-org/crc-cloud#190
1 parent cca460c commit 851356a

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

zuul.d/base.yaml

+15-2
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@
122122
# crc_ci_bootstrap_networking using *extra-vars*.
123123
- job:
124124
name: cifmw-podified-multinode-edpm-base-crc
125-
parent: base-extracted-crc
125+
parent: base-crc-cloud
126126
timeout: 10800
127127
attempts: 1
128-
nodeset: centos-9-medium-centos-9-crc-extracted-2-36-0-3xl
128+
nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-16-rc4-3xl
129129
irrelevant-files: *ir_files
130130
required-projects: &multinode_edpm_rp
131131
- openstack-k8s-operators/ci-framework
@@ -308,3 +308,16 @@
308308
- ci/playbooks/e2e-prepare.yml
309309
- ci/playbooks/dump_zuul_data.yml
310310
- ci/playbooks/pre-ci-bootstrap.yml
311+
312+
- job:
313+
name: cifmw-podified-multinode-edpm-base-crc-cloud
314+
parent: base-crc-cloud
315+
timeout: 10800
316+
attempts: 1
317+
nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-16-rc4-3xl
318+
irrelevant-files: *ir_files
319+
required-projects: *multinode_edpm_rp
320+
roles: *multinode_edpm_roles
321+
pre-run: *multinode_edpm_pre_run
322+
post-run: *multinode_edpm_post_run
323+
vars: *multinode_edpm_vars

zuul.d/kuttl_multinode.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
parent: cifmw-podified-multinode-edpm-base-crc
55
timeout: 5400
66
abstract: true
7-
nodeset: centos-9-medium-crc-extracted-2-36-0-3xl
7+
nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-16-rc4-3xl
88
vars:
99
zuul_log_collection: true
1010
extra-vars:

zuul.d/nodeset.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -360,3 +360,20 @@
360360
nodes:
361361
- name: controller
362362
label: centos-9-stream-crc-2-36-0-xl
363+
364+
- nodeset:
365+
name: centos-9-medium-centos-9-crc-cloud-ocp-4-16-rc4-3xl
366+
nodes:
367+
- name: controller
368+
label: cloud-centos-9-stream-tripleo-medium
369+
- name: compute-0
370+
label: cloud-centos-9-stream-tripleo
371+
- name: crc
372+
label: crc-cloud-ocp-4-16-0-rc4-3xl
373+
groups:
374+
- name: computes
375+
nodes:
376+
- compute-0
377+
- name: ocps
378+
nodes:
379+
- crc

0 commit comments

Comments
 (0)