Remove neutron-grenade job from Neutron CI queues

This job is running on python 2.7. We already removed all other jobs
which runs on python 2.7 and this was last one leftover.
There is other job "grenade-py3" which is basically the same but runs
using python 3 and this is still running on neutron's check and gate
queues.

This patch don't remove definition of neutron-grenade job as this job
is used by various different projects. So we need first to switch all
those projects to use grenade-py3 and than remove definition of
neutron-grenade.

Change-Id: I873bb63fa0456fd9c0fb9b037280fe8d2c0541d5
This commit is contained in:
Slawek Kaplonski 2019-11-13 11:40:26 +01:00
parent 418be00155
commit eba2e9ce19
2 changed files with 2 additions and 4 deletions

View File

@ -37,7 +37,6 @@
- ^tox.ini$
- neutron-tempest-dvr-ha-multinode-full
- neutron-tempest-iptables_hybrid
- neutron-grenade
- ironic-tempest-ipa-wholedisk-bios-agent_ipmitool-tinyipa:
voting: false
irrelevant-files: *tempest-irrelevant-files
@ -70,7 +69,6 @@
- neutron-tempest-iptables_hybrid
- neutron-grenade-multinode
- neutron-grenade-dvr-multinode
- neutron-grenade
- tempest-slow-py3:
irrelevant-files: *tempest-irrelevant-files
- grenade-py3:
@ -371,6 +369,8 @@
irrelevant-files: *tempest-irrelevant-files
- job:
# TODO(slaweq): remove this job definition when all other projects will use
# grenade-py3 instead
name: neutron-grenade
parent: legacy-dsvm-base
run: playbooks/legacy/neutron-grenade/run.yaml

View File

@ -101,8 +101,6 @@ Below is summary of those jobs.
| Job name | python | nodes | L2 agent | firewall | L3 agent | L3 HA | L3 DVR | enable_dvr | Run in gate |
| | version | | | driver | mode | | | | queue |
+================================+=========+=======+=============+=============+==========+=======+========+============+=============+
| neutron-grenade | 2.7 | 1 | openvswitch | openvswitch | legacy | False | False | True | Yes |
+--------------------------------+---------+-------+-------------+-------------+----------+-------+--------+------------+-------------+
| grenade-py3 | 3.6 | 1 | openvswitch | openvswitch | legacy | False | False | True | Yes |
+--------------------------------+---------+-------+-------------+-------------+----------+-------+--------+------------+-------------+
| neutron-grenade-multinode | 3.6 | 2 | openvswitch | openvswitch | legacy | False | False | True | Yes |