From 464250acd0f8c8b65bb52cb2d217a9bae390b8d3 Mon Sep 17 00:00:00 2001 From: bshewale Date: Thu, 30 Apr 2026 11:56:36 +0530 Subject: [PATCH] Switch baremetal and end-to-end jobs to 4.20 This PR switched baremetal and end-to-end jobs to OCP- 4.20 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 5abcff038..dd6f8fe32 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-48-0-6xlarge + nodeset: centos-9-crc-2-56-0-6xlarge parent: cifmw-base-crc-openstack run: ci/playbooks/edpm_baremetal_deployment/run.yml irrelevant-files: @@ -31,7 +31,7 @@ # Virtual Baremetal job with CRC and single bootc compute node. - job: name: cifmw-crc-podified-edpm-baremetal-bootc - nodeset: centos-9-crc-2-48-0-6xlarge + nodeset: centos-9-crc-2-56-0-6xlarge parent: cifmw-base-crc-openstack run: ci/playbooks/edpm_baremetal_deployment/run.yml vars: @@ -50,7 +50,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-48-0-6xlarge + nodeset: centos-9-crc-2-56-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 5c0f1babd..c94ad9d1c 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-48-0-3xl + nodeset: centos-9-crc-2-56-0-3xl parent: base-simple-crc vars: crc_parameters: "--memory 24000 --disk-size 120 --cpus 8"