From 7ed10930170f1f31514578ef1fef57393adeb502 Mon Sep 17 00:00:00 2001 From: bshewale Date: Wed, 22 Apr 2026 18:36:28 +0530 Subject: [PATCH] Switch to OCP 4.20 for periodic-whitebox-neutron-tempest-plugin CI job This PR switched the whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment job to OCP- 4.20 Jobs: whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp This PR also added whitebox_neutron_tempest_plugin.tests.scenario.test_ovn_dbs.OvnDbsMonitoringTest test to exclude list to unblock from merging this PR as the issue is know to us and is In progress to resolve. Signed-off-by: Bhagyashri Shewale bshewale@redhat.com --- zuul.d/whitebox_neutron_tempest_jobs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zuul.d/whitebox_neutron_tempest_jobs.yaml b/zuul.d/whitebox_neutron_tempest_jobs.yaml index d378ffe1f..d50130066 100644 --- a/zuul.d/whitebox_neutron_tempest_jobs.yaml +++ b/zuul.d/whitebox_neutron_tempest_jobs.yaml @@ -5,7 +5,7 @@ - job: name: whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp parent: podified-multinode-edpm-deployment-crc-2comp - nodeset: centos-9-2x-centos-9-xxl-crc-cloud-ocp-4-18-1-xxl + nodeset: centos-9-2x-centos-9-xxl-crc-cloud-ocp-4-20-1-xxl timeout: 14400 override-checkout: main description: | @@ -189,3 +189,5 @@ ^whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiPortVlanTransparencyTest ^whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiVlanTransparencyTest ^whitebox_neutron_tempest_plugin.tests.scenario.test_vrrp.VrrpTest + # remove when bug OSPCIX-1340 resolved + ^whitebox_neutron_tempest_plugin.tests.scenario.test_ovn_dbs.OvnDbsMonitoringTest