From 78e6970c865f4352499f6c9106640be11c652997 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Mon, 18 Jan 2021 11:12:40 -0500 Subject: [PATCH] Fix OVN provider jobs The name of the OVN provider job template changed from ovn-octavia-provider-v2-dsvm-scenario to ovn-octavia-provider-tempest-release but was not updated here, fix it so those non-voting jobs will run. Change-Id: I3159adeae2456c8fecad87bbfb0f526363e7752b --- zuul.d/jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 0918602d..9a16fd51 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -896,7 +896,7 @@ - job: name: neutron-ovn-provider-v2-api - parent: ovn-octavia-provider-v2-dsvm-scenario + parent: ovn-octavia-provider-tempest-release description: Runs the neutron OVN provider driver for Octavia api test. voting: false timeout: 5400 @@ -925,7 +925,7 @@ - job: name: neutron-ovn-provider-v2-scenario - parent: ovn-octavia-provider-v2-dsvm-scenario + parent: ovn-octavia-provider-tempest-release description: Runs the neutron OVN provider driver for Octavia scenario test. voting: false timeout: 5400