Skip to content

Commit 4a40c48

Browse files
danpawlikopenshift-merge-bot[bot]
authored andcommitted
Update nodeset for whitebox neutron tempest plugin
After changing the OCP to 4.20 (from 4.18), the CI job does not have enough resources to pass the CI as the newer OCP is more resource hungry. It means, that the CI job is more likely to fail, than to pass. Increase the nodeset to bigger to avoid such errors. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
1 parent 6cf0bf4 commit 4a40c48

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

zuul.d/nodeset.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,26 @@
417417
nodes:
418418
- crc
419419

420+
- nodeset:
421+
name: centos-9-2x-centos-9-xxl-crc-cloud-ocp-4-20-1-3xl
422+
nodes:
423+
- name: controller
424+
label: cloud-centos-9-stream-tripleo
425+
- name: compute-0
426+
label: cloud-centos-9-stream-tripleo-xxl
427+
- name: compute-1
428+
label: cloud-centos-9-stream-tripleo-xxl
429+
- name: crc
430+
label: crc-cloud-ocp-4-20-1-3xl
431+
groups:
432+
- name: computes
433+
nodes:
434+
- compute-0
435+
- compute-1
436+
- name: ocps
437+
nodes:
438+
- crc
439+
420440
- nodeset:
421441
name: centos-9-medium-3x-centos-9-crc-cloud-ocp-4-20-1-xxl
422442
nodes:

zuul.d/whitebox_neutron_tempest_jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- job:
66
name: whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp
77
parent: podified-multinode-edpm-deployment-crc-2comp
8-
nodeset: centos-9-2x-centos-9-xxl-crc-cloud-ocp-4-20-1-xxl
8+
nodeset: centos-9-2x-centos-9-xxl-crc-cloud-ocp-4-20-1-3xl
99
timeout: 18000
1010
override-checkout: main
1111
description: |

0 commit comments

Comments
 (0)