From 2b00041f4dcf9b36355037beb6d352526ae67e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20J=C3=B3zefczyk?= Date: Fri, 17 Jul 2020 11:38:38 +0200 Subject: [PATCH] Fix neutron-ovn-tempest-ovs-master-fedora job The job should use OVN_BRANCH = master and OVS_BRANCH = master, because based on its definition, it should use master code. Change-Id: I0a708ae63d6a2c8933324157a4bbbd229fc43073 Related-Bug: #1877377 (cherry picked from commit 294720fcd28485326e62eb38de5d6ba9683120a2) --- zuul.d/tempest-singlenode.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zuul.d/tempest-singlenode.yaml b/zuul.d/tempest-singlenode.yaml index 05ade7e6809..bbe8bbe83ba 100644 --- a/zuul.d/tempest-singlenode.yaml +++ b/zuul.d/tempest-singlenode.yaml @@ -268,3 +268,7 @@ description: Job testing for devstack/tempest testing Neutron with ovn driver and OVN master branch and Fedora parent: neutron-ovn-tempest-ovs-master nodeset: devstack-single-node-fedora-latest + vars: + devstack_localrc: + OVN_BRANCH: master + OVS_BRANCH: master