From 349ccdce0cce39b0f3b280a16e8eecc540b5c774 Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Thu, 29 Jan 2026 15:12:49 +0100 Subject: [PATCH] [CI][stable-only] Remove neutron-ovn-tempest-with-uwsgi-loki neutron-ovn-tempest-with-uwsgi-loki job's parent is neutron-tempest-with-uwsgi, which had definition only on older branches, that were deleted recently (victoria, wallaby, and xena moved to End of Life), hence this is now causing zuul config errors [1]. The job's parent is fixed in newer branches [2], but since this is an experimental job, probably it's enough to simply remove the job. [1] https://zuul.opendev.org/t/openstack/config-errors?project=openstack%2Fneutron&severity=error&skip=0 [2] If865a863971bb655ddc59a5237c4d1e57e46e407 Conflicts: zuul.d/job-templates.yaml Change-Id: I72f1939fc81739987c1c26fccd602fe2e02cf45c Signed-off-by: Elod Illes (cherry picked from commit 95cadbd379667c8520c84f124913b868eaa9ae5c) --- zuul.d/job-templates.yaml | 1 - zuul.d/tempest-singlenode.yaml | 9 --------- 2 files changed, 10 deletions(-) diff --git a/zuul.d/job-templates.yaml b/zuul.d/job-templates.yaml index e091ac59b6a..e376df6bcac 100644 --- a/zuul.d/job-templates.yaml +++ b/zuul.d/job-templates.yaml @@ -55,7 +55,6 @@ - neutron-ovn-grenade-multinode - neutron-ovn-grenade-multinode-tick-tick: voting: false - - neutron-ovn-tempest-with-uwsgi-loki - neutron-ovs-tempest-slow - neutron-ovn-tempest-slow - neutron-ovn-tempest-postgres-full diff --git a/zuul.d/tempest-singlenode.yaml b/zuul.d/tempest-singlenode.yaml index e4a459ebde2..b8de06b8e46 100644 --- a/zuul.d/tempest-singlenode.yaml +++ b/zuul.d/tempest-singlenode.yaml @@ -346,15 +346,6 @@ - ^zuul.d/tempest-multinode.yaml - ^zuul.d/tempest-singlenode.yaml -- job: - name: neutron-ovn-tempest-with-uwsgi-loki - parent: neutron-tempest-with-uwsgi - timeout: 10800 - vars: - devstack_services: - neutron-loki: true - irrelevant-files: *irrelevant-files - - job: name: neutron-ovn-base description: Base job for devstack/tempest to test Neutron with ovn driver.