Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions zuul.d/edpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion zuul.d/end-to-end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading