Revert "Pin tempest to good hash when installed from source"
This reverts commit 87edbad6d0
.
Change-Id: I7673f1f7e972072ae21f7c34050debfbec8a9a13
This commit is contained in:
parent
f884ae0909
commit
6ef68152d3
@ -30,12 +30,7 @@ export PUPPET_ARGS="${PUPPET_ARGS} --detailed-exitcodes --color=false --test --s
|
||||
export DISTRO=$(lsb_release -c -s)
|
||||
# If openstack/tempest is broken on master, we can pin the repository to a specific commit
|
||||
# by using the following line:
|
||||
if uses_debs; then
|
||||
# Pin tempest until https://review.opendev.org/#/c/605851/ is included in ubuntu's keystone package
|
||||
export TEMPEST_VERSION=${TEMPEST_VERSION:-'a7c4c14493d9c20fb89daa5e094d6396a6cbe80d'}
|
||||
else
|
||||
export TEMPEST_VERSION=${TEMPEST_VERSION:-'master'}
|
||||
fi
|
||||
export TEMPEST_VERSION=${TEMPEST_VERSION:-'master'}
|
||||
# For installing Tempest from RPM keep TEMPEST_FROM_SOURCE to false
|
||||
# In Ubuntu, Tempest packages are not maintained so installing from source
|
||||
if [ $(lsb_release --id -s) = "Ubuntu" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user