Merge "Do not reset tempest version in CI"
This commit is contained in:
commit
0fee3ad167
@ -109,7 +109,6 @@ if [ -d /home/zuul/src/opendev.org ]; then
|
||||
cp -R /home/zuul/src/opendev.org/openstack/tempest /tmp/openstack/tempest
|
||||
else
|
||||
git clone https://opendev.org/openstack/tempest /tmp/openstack/tempest
|
||||
fi
|
||||
# Pin Tempest to TEMPEST_VERSION unless we're running inside the
|
||||
# openstack/tempest gate.
|
||||
if [[ "${ZUUL_PROJECT}" != "openstack/tempest" ]]; then
|
||||
@ -118,6 +117,7 @@ if [ -d /home/zuul/src/opendev.org ]; then
|
||||
popd
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
else
|
||||
if [ "${TEMPEST_FROM_SOURCE}" = true ]; then
|
||||
$SUDO rm -rf /tmp/openstack/tempest
|
||||
|
Loading…
x
Reference in New Issue
Block a user