From afc04c6e4ea4b964bd8f14011eeb7218367e3d8f Mon Sep 17 00:00:00 2001 From: Bhagyashri Shewale Date: Thu, 20 Aug 2026 12:54:59 +0530 Subject: [PATCH] Switch baremetal and end-to-end jobs to 4.22 This PR switched baremetal and end-to-end jobs to OCP- 4.22 Jobs: baremetal and end-to-end Signed-off-by: Bhagyashri Shewale bshewale@redhat.com --- zuul.d/edpm.yaml | 6 +++--- zuul.d/end-to-end.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zuul.d/edpm.yaml b/zuul.d/edpm.yaml index e9a33c68e..2171c3beb 100644 --- a/zuul.d/edpm.yaml +++ b/zuul.d/edpm.yaml @@ -13,7 +13,7 @@ # Virtual Baremetal job with CRC and single compute node. - job: name: cifmw-crc-podified-edpm-baremetal - nodeset: centos-9-crc-2-56-0-6xlarge + nodeset: centos-9-crc-2-62-0-6xlarge parent: cifmw-base-crc-openstack run: ci/playbooks/edpm_baremetal_deployment/run.yml irrelevant-files: @@ -34,7 +34,7 @@ # Virtual Baremetal job with CRC and single bootc compute node. - job: name: cifmw-crc-podified-edpm-baremetal-bootc - nodeset: centos-9-crc-2-56-0-6xlarge + nodeset: centos-9-crc-2-62-0-6xlarge parent: cifmw-base-crc-openstack run: ci/playbooks/edpm_baremetal_deployment/run.yml vars: @@ -51,7 +51,7 @@ # First deploys with pre-update index image (Phase 1), then updates with PR index image (Phase 2). - job: name: cifmw-crc-podified-edpm-baremetal-minor-update - nodeset: centos-9-crc-2-56-0-6xlarge + nodeset: centos-9-crc-2-62-0-6xlarge parent: cifmw-base-crc-openstack run: - ci/playbooks/edpm_baremetal_update/run.yml diff --git a/zuul.d/end-to-end.yaml b/zuul.d/end-to-end.yaml index c94ad9d1c..b7a007fc1 100644 --- a/zuul.d/end-to-end.yaml +++ b/zuul.d/end-to-end.yaml @@ -2,7 +2,7 @@ # cifmw base job - job: name: cifmw-end-to-end-base - nodeset: centos-9-crc-2-56-0-3xl + nodeset: centos-9-crc-2-62-0-3xl parent: base-simple-crc vars: crc_parameters: "--memory 24000 --disk-size 120 --cpus 8"