diff --git a/doc/source/contributor/testing/ci_scenario_jobs.rst b/doc/source/contributor/testing/ci_scenario_jobs.rst index 2bc1dafc1b2..4c00cbc280d 100644 --- a/doc/source/contributor/testing/ci_scenario_jobs.rst +++ b/doc/source/contributor/testing/ci_scenario_jobs.rst @@ -91,6 +91,11 @@ Below is a summary of those jobs. |neutron-ovn-tempest-multinode-ovs-master |Various tempest api, scenario | 3.6 | 2 | ovn | ovn | --- | False | False | True | No | | |and neutron_tempest_plugi tests | | | | | | | | | | +----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+ + |neutron-tempest-with-neutron-lib-master |tempest.api (without slow tests) | 3.6 | 1 | openvswitch | openvswitch | legacy | False | False | True | No | + | |tempest.scenario | | | | | | | | | | + | |(only tests related to | | | | | | | | | | + | |Neutron and Nova) | | | | | | | | | | + +----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+ Grenade jobs running in Neutron CI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 1346e90adfb..53e4d8a6977 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -50,6 +50,9 @@ irrelevant-files: *irrelevant-files - tempest-ipv6-only: irrelevant-files: *irrelevant-files + - neutron-tempest-with-neutron-lib-master: + voting: false + irrelevant-files: *irrelevant-files - neutron-ovn-tempest-ovs-release - neutron-ovn-tempest-ovs-release-ipv6-only: voting: false diff --git a/zuul.d/tempest-singlenode.yaml b/zuul.d/tempest-singlenode.yaml index 4f86cf52f55..7b9f2586efd 100644 --- a/zuul.d/tempest-singlenode.yaml +++ b/zuul.d/tempest-singlenode.yaml @@ -132,6 +132,16 @@ - openstack/tempest - openstack/os-ken +- job: + name: neutron-tempest-with-neutron-lib-master + parent: tempest-integrated-networking + timeout: 7800 + required-projects: + - openstack/devstack-gate + - openstack/neutron + - openstack/tempest + - openstack/neutron-lib + - job: name: neutron-tempest-with-uwsgi parent: tempest-integrated-networking