diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 41155bfb49e..39e796cc8b1 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -46,6 +46,8 @@ - tempest-slow-py3: irrelevant-files: *irrelevant-files - neutron-ovn-tempest-ovs-release + - neutron-ovn-tempest-ovs-release-ipv6-only: + voting: false # TODO(slaweq): add this job again to the check queue when it will be # working fine on python 3 #- networking-midonet-tempest-aio-ml2-centos-7: diff --git a/zuul.d/tempest-singlenode.yaml b/zuul.d/tempest-singlenode.yaml index 30b074a9c47..7c74dcab597 100644 --- a/zuul.d/tempest-singlenode.yaml +++ b/zuul.d/tempest-singlenode.yaml @@ -149,14 +149,14 @@ # job instead of devstack-tempest parent: devstack-tempest timeout: 10800 - required-projects: + required-projects: &ovn-base-required-projects - openstack/devstack-gate - openstack/neutron - openstack/neutron-tempest-plugin - openstack/octavia - openstack/tempest irrelevant-files: *irrelevant-files - vars: + vars: &ovn-base-vars tox_envlist: all-plugin tempest_test_regex: "^(?!.*\ (?:.*\\[.*slow.*\\])|\ @@ -267,6 +267,23 @@ devstack_localrc: OVN_BRANCH: master +- job: + name: neutron-ovn-tempest-ovs-ipv6-only-base + description: Base job for devstack/tempest to test Neutron with ovn driver in an IPv6-only deployment + parent: devstack-tempest-ipv6 + timeout: 10800 + irrelevant-files: *irrelevant-files + required-projects: *ovn-base-required-projects + vars: *ovn-base-vars + +- job: + name: neutron-ovn-tempest-ovs-release-ipv6-only + description: Job testing for devstack/tempest testing Neutron with ovn driver and latest released OVN branch in an IPv6-only deployment + parent: neutron-ovn-tempest-ovs-ipv6-only-base + vars: + devstack_localrc: + OVN_BRANCH: branch-2.12 + - job: name: neutron-ovn-tempest-ovs-release description: Job testing for devstack/tempest testing Neutron with ovn driver and latest released OVN branch