test/openstack: Use stable branch for the requirements repo
As of recently, devstack requirements are broken - the suds-jurko requirement doesn't work with a particular version of setuptools needed by the latest devstack. Since this breaks installation on ALL distros take a step back and use specific, stable branch for the requirements: xena is the upcoming release hence it should be as close as possible to master. Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: I1133cd64413ec4fb794fac932bd3ffe6ac81dd9c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9794 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
3bcff0b2e4
commit
58410e6c79
@ -44,6 +44,8 @@ r=0
|
||||
until ((++r >= 20)); do
|
||||
if [[ $branch == "master" ]]; then
|
||||
git clone --depth 1 https://opendev.org/openstack-dev/devstack /opt/stack/devstack && break
|
||||
# FIXME: Workaround for broken requirements with suds-jurko<->setuptools
|
||||
export REQUIREMENTS_BRANCH=stable/xena
|
||||
else
|
||||
git clone --depth 1 https://opendev.org/openstack-dev/devstack -b "stable/$branch" /opt/stack/devstack && break
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user