From ba4ff7e8054159434461b740d00c7d7000fc86c9 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Wed, 3 Jul 2024 13:31:31 +0200 Subject: [PATCH] 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] https://github.com/crc-org/crc-cloud/pull/188 [4] https://github.com/crc-org/crc-cloud/pull/189 [5] https://github.com/crc-org/crc-cloud/pull/190 --- zuul.d/base.yaml | 17 +++++++++++++++-- zuul.d/kuttl_multinode.yaml | 2 +- zuul.d/nodeset.yaml | 17 +++++++++++++++++ 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 5827ddb3d8..742d38c25d 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -123,10 +123,10 @@ # crc_ci_bootstrap_networking using *extra-vars*. - job: name: cifmw-podified-multinode-edpm-base-crc - parent: base-extracted-crc + parent: base-crc-cloud timeout: 10800 attempts: 1 - nodeset: centos-9-medium-centos-9-crc-extracted-2-39-0-3xl + nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-16-rc4-3xl irrelevant-files: *ir_files required-projects: &multinode_edpm_rp - openstack-k8s-operators/ci-framework @@ -309,3 +309,16 @@ - ci/playbooks/e2e-prepare.yml - ci/playbooks/dump_zuul_data.yml - ci/playbooks/pre-ci-bootstrap.yml + +- job: + name: cifmw-podified-multinode-edpm-base-crc-cloud + parent: base-crc-cloud + timeout: 10800 + attempts: 1 + nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-16-rc4-3xl + irrelevant-files: *ir_files + required-projects: *multinode_edpm_rp + roles: *multinode_edpm_roles + pre-run: *multinode_edpm_pre_run + post-run: *multinode_edpm_post_run + vars: *multinode_edpm_vars diff --git a/zuul.d/kuttl_multinode.yaml b/zuul.d/kuttl_multinode.yaml index 25e3efc700..6f9a858b91 100644 --- a/zuul.d/kuttl_multinode.yaml +++ b/zuul.d/kuttl_multinode.yaml @@ -4,7 +4,7 @@ parent: cifmw-podified-multinode-edpm-base-crc timeout: 7200 abstract: true - nodeset: centos-9-medium-crc-extracted-2-39-0-3xl + nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-16-rc4-3xl vars: zuul_log_collection: true extra-vars: diff --git a/zuul.d/nodeset.yaml b/zuul.d/nodeset.yaml index ad95e79f1f..1bd2a6183b 100644 --- a/zuul.d/nodeset.yaml +++ b/zuul.d/nodeset.yaml @@ -258,3 +258,20 @@ nodes: - name: controller label: centos-9-stream-crc-2-39-0-xl + +- nodeset: + name: centos-9-medium-centos-9-crc-cloud-ocp-4-16-rc4-3xl + nodes: + - name: controller + label: cloud-centos-9-stream-tripleo-medium + - name: compute-0 + label: cloud-centos-9-stream-tripleo + - name: crc + label: crc-cloud-ocp-4-16-0-rc4-3xl + groups: + - name: computes + nodes: + - compute-0 + - name: ocps + nodes: + - crc