From 692266e0e7665eacd72e012b79420479b1d3014e Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Mon, 20 Apr 2020 18:56:10 +0100 Subject: [PATCH] Pin neutron-tempest-plugin to 0.9.0 for Rocky branch. This is the last version of the neutron plugin which supports py2.7 Patch also disables centos7 test due to circular dependency Needed-By: https://review.opendev.org/722923 Change-Id: Ib2a4a7b76090030b672b19016fd0fcddd391e957 --- vars/main.yml | 2 +- zuul.d/project.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/vars/main.yml b/vars/main.yml index fe57d899..d454e182 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -73,7 +73,7 @@ _tempest_plugins: neutron: - name: neutron-tempest-plugin repo: https://git.openstack.org/openstack/neutron-tempest-plugin - branch: master + branch: 0.9.0 nova-lxd: - name: nova-lxd repo: https://git.openstack.org/openstack/nova-lxd diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 44106463..f355fd3b 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -20,11 +20,15 @@ - release-notes-jobs check: jobs: + - openstack-ansible-functional-centos-7: + voting: false # TODO(jrosser) Revert this once bionic passes - openstack-ansible-functional-ubuntu-bionic: voting: false gate: jobs: + - openstack-ansible-functional-centos-7: + voting: false # TODO(jrosser) Revert this once bionic passes - openstack-ansible-functional-ubuntu-bionic: voting: false