Remove tempest-full jobs from Neutron CI
In commit [1] neutron replaced using "integrated-gate" template, which provides tempest-full job with new "integrated-gate-networking" tempate, which provides "tempest-integrated-networking" job to run only tests related to Neutron and Nova in Neutron CI. Unfortunatelly tempest-full and tempest-full-py3 jobs were also configured in Neutron's zuul file separately so we ended up with running all 3 of those jobs in our check and gate queue. So this patch removed "tempest-full" and "tempest-full-py3" jobs from Neutron's check and gate queue and left only new "tempest-integrated-networking" job to be run there. [1] https://review.opendev.org/#/c/669815/ Change-Id: Ia74454c0986d0ef24b9a42ab1e2e0f296511cd3f
This commit is contained in:
parent
6945fc9f30
commit
8996940b58
11
.zuul.yaml
11
.zuul.yaml
@ -12,7 +12,6 @@
|
||||
- publish-openstack-docs-pti
|
||||
- periodic-stable-jobs
|
||||
- check-requirements
|
||||
- integrated-gate
|
||||
- integrated-gate-networking
|
||||
- release-notes-jobs-python3
|
||||
check:
|
||||
@ -45,12 +44,6 @@
|
||||
- ironic-tempest-ipa-wholedisk-bios-agent_ipmitool-tinyipa:
|
||||
voting: false
|
||||
irrelevant-files: *tempest-irrelevant-files
|
||||
- tempest-full:
|
||||
timeout: 10800
|
||||
irrelevant-files: *tempest-irrelevant-files
|
||||
- tempest-full-py3:
|
||||
timeout: 10800
|
||||
irrelevant-files: *tempest-irrelevant-files
|
||||
- tempest-slow-py3:
|
||||
irrelevant-files: *tempest-irrelevant-files
|
||||
- networking-ovn-tempest-dsvm-ovs-release:
|
||||
@ -79,10 +72,6 @@
|
||||
- neutron-grenade-multinode
|
||||
- neutron-grenade-dvr-multinode
|
||||
- neutron-grenade
|
||||
- tempest-full:
|
||||
timeout: 10800
|
||||
- tempest-full-py3:
|
||||
timeout: 10800
|
||||
- tempest-slow-py3:
|
||||
irrelevant-files: *tempest-irrelevant-files
|
||||
- grenade-py3:
|
||||
|
@ -47,11 +47,10 @@ Below is a summary of those jobs.
|
||||
+----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+
|
||||
|neutron-tempest-plugin-scenario-linuxbridge |neutron_tempest_plugin.scenario | 3.6 | 1 | linuxbridge | iptables | legacy | False | False | False | Yes |
|
||||
+----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+
|
||||
|tempest-full |tempest.api (without slow tests) | 2.7 | 1 | openvswitch | openvswitch | legacy | False | False | True | Yes |
|
||||
| |tempest.scenario | | | | | | | | | |
|
||||
+----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+
|
||||
|tempest-full-py3 |tempest.api (without slow tests) | 3.6 | 1 | openvswitch | openvswitch | legacy | False | False | True | Yes |
|
||||
|tempest-integrated-networking |tempest.api (without slow tests) | 3.6 | 1 | openvswitch | openvswitch | legacy | False | False | True | Yes |
|
||||
| |tempest.scenario | | | | | | | | | |
|
||||
| |(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 | | | | | | | | | |
|
||||
|
Loading…
Reference in New Issue
Block a user