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"