From 7736ba28190b5eebbd790ea9122535c4473d5751 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Tue, 23 Aug 2022 07:14:29 -0700 Subject: [PATCH] [CI] Fix manila tempest plugin issue in W/V Manila's devstack plugin can be told not to install the manila tempest plugin hostwide. Installing the plugin host-wide isn't reqired and would cause issues with requirements for other packages. Signed-off-by: Goutham Pacha Ravi Change-Id: I5820671240a21c3c795082791400463011a73b12 --- .zuul.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 3dea965f..7e3c30b1 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -236,9 +236,8 @@ override-checkout: stable/victoria vars: branch: stable/victoria - required-projects: &manila-tempest-plugin-pin - - name: openstack/manila-tempest-plugin - override-checkout: 1.8.0 + devstack_localrc: + MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE: false - job: name: python-tempestconf-tempest-devstack-admin-wallaby @@ -246,7 +245,8 @@ override-checkout: stable/wallaby vars: branch: stable/wallaby - required-projects: *manila-tempest-plugin-pin + devstack_localrc: + MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE: false - job: name: python-tempestconf-tempest-devstack-admin-xena @@ -287,7 +287,8 @@ override-checkout: stable/victoria vars: branch: stable/victoria - required-projects: *manila-tempest-plugin-pin + devstack_localrc: + MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE: false - job: name: python-tempestconf-tempest-devstack-demo-wallaby @@ -295,7 +296,8 @@ override-checkout: stable/wallaby vars: branch: stable/wallaby - required-projects: *manila-tempest-plugin-pin + devstack_localrc: + MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE: false - job: name: python-tempestconf-tempest-devstack-demo-xena