neutron/playbooks/legacy
Bernard Cafarelli 774b3ff89e
Fix queens gates, multiple fixes
1. Make grenade jobs experimental for EM branches

As discussed in ML thread[1], we are going to
make grenade jobs as non voting for all EM stable and
oldest stable. grenade jobs are failing not and it might take
time to fix those if we are able to fix. Once it jobs are
working depends on project team, they can bring them back to
voting or keep non-voting.

If those jobs are failing consistently and no one is fixing them
then removing those n-v jobs in future also fine.

Additionally, it was proposed in neutron CI meeting [2] that non-voting
jobs would be moved to experimental, so move grenade jobs there instead
of keeping them non-voting

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-June/015499.html
[2] http://eavesdrop.openstack.org/meetings/neutron_ci/2020/neutron_ci.2020-07-01-15.00.log.html#l-101

StableOnly

Conflicts:
	.zuul.yaml

(cherry picked from commit 9313dce459)

2. Install pip2 for functional, fullstack,
   neutron-tempest-iptables_hybrid, rally

Else both jobs fail with "sudo: pip: command not found"

3. Add ensure-tox for functional, fullstack,
   neutron-tempest-iptables_hybrid, rally

Similar error message for tox

4. Disable OVS compilation for fullstack and move job to experimental

Compilation fails similarly to recent master failures:
/opt/stack/new/ovs/datapath/linux/geneve.c:943:15: error: ‘const struct ipv6_stub’ has no member named ‘ipv6_dst_lookup’

But branch 2.9 is not updated anymore. Use official package

This triggers a few tests failures, so move it to experimental (instead
of marking non-voting), same as grenade jobs

Conflicts:
	.zuul.yaml
	neutron/tests/contrib/gate_hook.sh

Depends-On: https://review.opendev.org/737940/
Change-Id: Ie846a8cb481da65999b12f5547b407cc7bdc3138
(cherry picked from commit 57f527a748)
2020-07-07 10:56:34 +02:00
..
neutron-fullstack Fix queens gates, multiple fixes 2020-07-07 10:56:34 +02:00
neutron-functional Fix queens gates, multiple fixes 2020-07-07 10:56:34 +02:00
neutron-grenade OpenDev Migration Patch 2019-04-19 19:38:53 +00:00
neutron-grenade-dvr-multinode OpenDev Migration Patch 2019-04-19 19:38:53 +00:00
neutron-grenade-multinode OpenDev Migration Patch 2019-04-19 19:38:53 +00:00
neutron-rally-neutron Fix queens gates, multiple fixes 2020-07-07 10:56:34 +02:00
neutron-tempest-dvr OpenDev Migration Patch 2019-04-19 19:38:53 +00:00
neutron-tempest-dvr-ha-multinode-full OpenDev Migration Patch 2019-04-19 19:38:53 +00:00
neutron-tempest-linuxbridge OpenDev Migration Patch 2019-04-19 19:38:53 +00:00
neutron-tempest-multinode-full OpenDev Migration Patch 2019-04-19 19:38:53 +00:00
neutron-tempest-ovsfw Fix queens gates, multiple fixes 2020-07-07 10:56:34 +02:00