Remove neutron-tempest-dvr job from CI
This is single node dvr job and we decided on the Neutron CI meeting that we will remove it from both check and gate queues and we will replace it with "neutron-tempest-dvr-ha-multinode-full" which is similar but multinode job. Job definition isn't removed as it is run in Tempest CI. This patch also changes tox_envlist for the "neutron-tempest-dvr-ha-multinode-full" job to run only networking related tests intead of all tempest tests. Change-Id: If78652478ec4720a4a0bc56e9de5a9186e33f57a
This commit is contained in:
parent
6b9765c991
commit
03378182f4
@ -57,11 +57,6 @@ Below is a summary of those jobs.
|
||||
| |(only tests related to | | | | | | | | | |
|
||||
| |Neutron and Nova) | | | | | | | | | |
|
||||
+----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+
|
||||
|neutron-tempest-dvr |tempest.api (without slow tests) | 3.6 | 1 | openvswitch | openvswitch | dvr_snat | False | True | True | Yes |
|
||||
| |tempest.scenario | | | | | | | | | |
|
||||
| |(only tests related to | | | | | | | | | |
|
||||
| |Neutron and Nova) | | | | | | | | | |
|
||||
+----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+
|
||||
|neutron-tempest-linuxbridge |tempest.api (without slow tests) | 3.6 | 1 | linuxbridge | iptables | legacy | False | False | True | Yes |
|
||||
| |tempest.scenario | | | | | | | | | |
|
||||
| |(only tests related to | | | | | | | | | |
|
||||
|
@ -17,7 +17,6 @@
|
||||
- neutron-functional
|
||||
- neutron-fullstack
|
||||
- neutron-rally-task
|
||||
- neutron-tempest-dvr
|
||||
- neutron-tempest-linuxbridge
|
||||
- neutron-grenade-multinode
|
||||
- neutron-grenade-dvr-multinode
|
||||
@ -94,7 +93,6 @@
|
||||
- neutron-functional
|
||||
- neutron-fullstack
|
||||
- tempest-integrated-networking
|
||||
- neutron-tempest-dvr
|
||||
- neutron-tempest-linuxbridge
|
||||
- neutron-tempest-iptables_hybrid
|
||||
- neutron-grenade-multinode
|
||||
|
@ -24,6 +24,7 @@
|
||||
- ^migration/.*$
|
||||
voting: false
|
||||
vars:
|
||||
tox_envlist: integrated-network
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
$NEUTRON_CONF:
|
||||
|
Loading…
x
Reference in New Issue
Block a user