Merge "CI: add experimental jobs to be executed with n-lib master"
This commit is contained in:
commit
280036f070
@ -126,6 +126,11 @@ Currently we have in that queue jobs like listed below.
|
|||||||
| |(only tests related to | | | | | | | | | |
|
| |(only tests related to | | | | | | | | | |
|
||||||
| |Neutron and Nova) | | | | | | | | | |
|
| |Neutron and Nova) | | | | | | | | | |
|
||||||
+----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+
|
+----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+
|
||||||
|
|neutron-ovs-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) | | | | | | | | | |
|
||||||
|
+----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+
|
||||||
|neutron-tempest-with-uwsgi-loki |tempest.api (without slow tests) | 3.6 | 1 | openvswitch | openvswitch | legacy | False | False | True | No |
|
|neutron-tempest-with-uwsgi-loki |tempest.api (without slow tests) | 3.6 | 1 | openvswitch | openvswitch | legacy | False | False | True | No |
|
||||||
|(non-voting) |tempest.scenario | | | | | | | | | |
|
|(non-voting) |tempest.scenario | | | | | | | | | |
|
||||||
| |(only tests related to | | | | | | | | | |
|
| |(only tests related to | | | | | | | | | |
|
||||||
|
@ -80,6 +80,12 @@
|
|||||||
# stadium projects where they need to use stadium project as working dir.
|
# stadium projects where they need to use stadium project as working dir.
|
||||||
zuul_work_dir: src/opendev.org/openstack/neutron
|
zuul_work_dir: src/opendev.org/openstack/neutron
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: neutron-fullstack-with-uwsgi-with-neutron-lib-master
|
||||||
|
parent: neutron-fullstack-with-uwsgi
|
||||||
|
required-projects:
|
||||||
|
- openstack/neutron-lib
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: neutron-functional-with-uwsgi
|
name: neutron-functional-with-uwsgi
|
||||||
parent: neutron-functional
|
parent: neutron-functional
|
||||||
@ -93,6 +99,12 @@
|
|||||||
# stadium projects where they need to use stadium project as working dir.
|
# stadium projects where they need to use stadium project as working dir.
|
||||||
zuul_work_dir: src/opendev.org/openstack/neutron
|
zuul_work_dir: src/opendev.org/openstack/neutron
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: neutron-functional-with-uwsgi-with-neutron-lib-master
|
||||||
|
parent: neutron-functional-with-uwsgi
|
||||||
|
required-projects:
|
||||||
|
- openstack/neutron-lib
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: neutron-linuxbridge-tempest-plugin-scenario-nftables
|
name: neutron-linuxbridge-tempest-plugin-scenario-nftables
|
||||||
parent: neutron-tempest-plugin-scenario-linuxbridge
|
parent: neutron-tempest-plugin-scenario-linuxbridge
|
||||||
|
@ -81,6 +81,9 @@
|
|||||||
- neutron-ovn-tempest-full-multinode-ovs-master
|
- neutron-ovn-tempest-full-multinode-ovs-master
|
||||||
- neutron-ovn-tempest-ovs-master
|
- neutron-ovn-tempest-ovs-master
|
||||||
- neutron-ovn-tempest-with-neutron-lib-master
|
- neutron-ovn-tempest-with-neutron-lib-master
|
||||||
|
- neutron-ovs-tempest-with-neutron-lib-master
|
||||||
|
- neutron-fullstack-with-uwsgi-with-neutron-lib-master
|
||||||
|
- neutron-functional-with-uwsgi-with-neutron-lib-master
|
||||||
|
|
||||||
periodic:
|
periodic:
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -313,6 +313,12 @@
|
|||||||
s-object: false
|
s-object: false
|
||||||
s-proxy: false
|
s-proxy: false
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: neutron-ovs-tempest-with-neutron-lib-master
|
||||||
|
parent: neutron-ovs-tempest-base
|
||||||
|
required-projects:
|
||||||
|
- openstack/neutron-lib
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: neutron-ovn-tempest-with-uwsgi
|
name: neutron-ovn-tempest-with-uwsgi
|
||||||
parent: tempest-integrated-networking
|
parent: tempest-integrated-networking
|
||||||
|
Loading…
Reference in New Issue
Block a user