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"