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
8 changes: 4 additions & 4 deletions zuul.d/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
parent: base-crc-cloud
timeout: 10800
attempts: 1
nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-20-1-3xl
nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-22-1-3xl
irrelevant-files: *ir_files
required-projects: &multinode_edpm_rp
- openstack-k8s-operators/ci-framework
Expand Down Expand Up @@ -216,7 +216,7 @@
parent: base-extracted-crc-ci-bootstrap
timeout: 10800
attempts: 1
nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-20-1-3xl
nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-22-1-3xl
irrelevant-files: *ir_files
required-projects: *multinode_edpm_rp
roles: *multinode_edpm_roles
Expand All @@ -236,7 +236,7 @@
parent: base-extracted-crc-ci-bootstrap-staging
timeout: 10800
attempts: 1
nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-20-1-3xl
nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-22-1-3xl
irrelevant-files: *ir_files
required-projects: *multinode_edpm_rp
roles: *multinode_edpm_roles
Expand All @@ -255,7 +255,7 @@
#
- job:
name: cifmw-base-crc
nodeset: centos-9-crc-2-56-0-3xl
nodeset: centos-9-crc-2-62-0-3xl
timeout: 10800
abstract: true
parent: base-simple-crc
Expand Down
8 changes: 4 additions & 4 deletions zuul.d/edpm_multinode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- job:
name: podified-multinode-edpm-deployment-crc-2comp
parent: podified-multinode-edpm-deployment-crc
nodeset: centos-9-medium-2x-centos-9-crc-cloud-ocp-4-20-1-xxl
nodeset: centos-9-medium-2x-centos-9-crc-cloud-ocp-4-22-1-xxl

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Action required

1. Whitebox check remains 4.20 🐞 Bug ≡ Correctness

The whitebox multinode GitHub check explicitly overrides the migrated two-compute parent with an OCP
4.20 nodeset, so this check does not move to OCP 4.22. The PR already defines the equivalent OCP
4.22 XXL-compute nodeset but never assigns it to the check.
Agent Prompt
## Issue description
The whitebox Neutron Tempest multinode GitHub check overrides its migrated parent with an OCP 4.20 nodeset. Update the override to use the newly defined equivalent OCP 4.22 nodeset.

## Issue Context
The appropriate replacement is `centos-9-2x-centos-9-xxl-crc-cloud-ocp-4-22-1-3xl`, which preserves the whitebox job's XXL compute layout.

## Fix Focus Areas
- zuul.d/whitebox_neutron_tempest_jobs.yaml[5-8]
- zuul.d/nodeset.yaml[711-721]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools

description: |
A multinode EDPM Zuul job which has one controller, one extracted crc
and two compute nodes. It is used in whitebox neutron tempest plugin testing.
Expand Down Expand Up @@ -69,7 +69,7 @@
- job:
name: podified-multinode-edpm-deployment-crc-3comp
parent: podified-multinode-edpm-deployment-crc
nodeset: centos-9-medium-3x-centos-9-crc-cloud-ocp-4-20-1-3xl
nodeset: centos-9-medium-3x-centos-9-crc-cloud-ocp-4-22-1-3xl
vars:
crc_ci_bootstrap_cloud_name: "{{ nodepool.cloud | replace('-nodepool-tripleo','') }}"
crc_ci_bootstrap_networking:
Expand Down Expand Up @@ -146,7 +146,7 @@
- job:
name: podified-multinode-hci-deployment-crc-3comp
parent: podified-multinode-edpm-deployment-crc
nodeset: centos-9-medium-3x-centos-9-crc-cloud-ocp-4-20-1-xxl
nodeset: centos-9-medium-3x-centos-9-crc-cloud-ocp-4-22-1-xxl
vars:
cifmw_edpm_deploy_hci: true
crc_ci_bootstrap_cloud_name: "{{ nodepool.cloud | replace('-nodepool-tripleo','') }}"
Expand Down Expand Up @@ -238,7 +238,7 @@
- job:
name: podified-multinode-hci-deployment-crc-1comp
parent: podified-multinode-edpm-deployment-crc
nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-20-1-3xl
nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-22-1-3xl
vars:
cifmw_edpm_deploy_hci: true
cifmw_cephadm_single_host_defaults: true
Expand Down
2 changes: 1 addition & 1 deletion zuul.d/kuttl_multinode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
parent: cifmw-podified-multinode-edpm-base-crc
timeout: 7200
abstract: true
nodeset: centos-9-medium-crc-cloud-ocp-4-20-1-3xl
nodeset: centos-9-medium-crc-cloud-ocp-4-22-1-3xl
vars:
zuul_log_collection: true
extra-vars:
Expand Down
2 changes: 1 addition & 1 deletion zuul.d/podified_multinode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
parent: cifmw-podified-multinode-edpm-base-crc
timeout: 5400
abstract: true
nodeset: centos-9-medium-crc-cloud-ocp-4-20-1-3xl
nodeset: centos-9-medium-crc-cloud-ocp-4-22-1-3xl
run:
- ci/playbooks/edpm/run.yml
extra-vars:
Expand Down
2 changes: 1 addition & 1 deletion zuul.d/tempest_multinode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
parent: cifmw-podified-multinode-edpm-base-crc
timeout: 5400
abstract: true
nodeset: centos-9-medium-crc-cloud-ocp-4-20-1-3xl
nodeset: centos-9-medium-crc-cloud-ocp-4-22-1-3xl
description: |
Base multinode job definition for running test-operator.
vars:
Expand Down
Loading