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