From 1c2b7e1a5815ffdeda4ba1be6e07a6e851b06956 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Wed, 24 Mar 2021 14:01:58 +0000 Subject: [PATCH] [OVN] Add single node tempest job with OVN master branch (exp. pipeline) This patch adds a new single node tempest job with OVN master branch to the experimental pipeline because sometimes we need to test a feature that is not yet included in the packaged version of OVN. We do have a multi node job with OVN master branch in the experimetal pipeline at the moment but, it's broken due to https://review.opendev.org/c/zuul/zuul-jobs/+/762650. So it's no use at the moment. Depends-On: https://review.opendev.org/c/openstack/devstack/+/781971 Change-Id: I3f21ddc9ec97f2fa7ccb467893a37eb1b5342542 Signed-off-by: Lucas Alvares Gomes --- zuul.d/project.yaml | 1 + zuul.d/tempest-singlenode.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index ed16b5ef6fe..8e7b106914c 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -72,6 +72,7 @@ - neutron-grenade-ovn - neutron-tempest-with-uwsgi-loki - neutron-ovn-tempest-full-multinode-ovs-master + - neutron-ovn-tempest-ovs-master - neutron-tempest-with-neutron-lib-master periodic: diff --git a/zuul.d/tempest-singlenode.yaml b/zuul.d/tempest-singlenode.yaml index eb215e03f72..a6953a1e2ab 100644 --- a/zuul.d/tempest-singlenode.yaml +++ b/zuul.d/tempest-singlenode.yaml @@ -521,3 +521,13 @@ name: neutron-ovn-tempest-ovs-release description: Job testing for devstack/tempest testing Neutron with ovn driver and latest released OVN branch parent: neutron-ovn-base + +- job: + name: neutron-ovn-tempest-ovs-master + description: Job testing for devstack/tempest testing Neutron with ovn driver and OVN master branch + parent: neutron-ovn-base + vars: + devstack_localrc: + OVN_BUILD_FROM_SOURCE: True + OVN_BRANCH: master + OVS_BRANCH: master