Remove implementation to run p-o-i tests in tempest repo
Puppet integration jobs in the tempest repo have not been updated for a while and now these test are being removed[1]. [1] https://review.opendev.org/c/openstack/tempest/+/799921 Change-Id: I92b191fc5b63aaa08c72324ac37adc37e4483e1e
This commit is contained in:
parent
c3bbd0059d
commit
a7931f27c4
10
run_tests.sh
10
run_tests.sh
@ -96,12 +96,6 @@ print_header 'Clone Tempest, plugins & pre-cache CirrOS'
|
|||||||
# the local directory but works needs to be added into puppet to properly find
|
# the local directory but works needs to be added into puppet to properly find
|
||||||
# the path.
|
# the path.
|
||||||
|
|
||||||
# If it's running in tempest gate, we need to deploy it from source to test the
|
|
||||||
# patch.
|
|
||||||
if [[ "${ZUUL_PROJECT}" = "openstack/tempest" ]]; then
|
|
||||||
TEMPEST_FROM_SOURCE=true
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -d /home/zuul/src/opendev.org ]; then
|
if [ -d /home/zuul/src/opendev.org ]; then
|
||||||
if [ "${TEMPEST_FROM_SOURCE}" = true ]; then
|
if [ "${TEMPEST_FROM_SOURCE}" = true ]; then
|
||||||
if [ -d /home/zuul/src/opendev.org/openstack/tempest ]; then
|
if [ -d /home/zuul/src/opendev.org/openstack/tempest ]; then
|
||||||
@ -109,15 +103,11 @@ if [ -d /home/zuul/src/opendev.org ]; then
|
|||||||
cp -R /home/zuul/src/opendev.org/openstack/tempest /tmp/openstack/tempest
|
cp -R /home/zuul/src/opendev.org/openstack/tempest /tmp/openstack/tempest
|
||||||
else
|
else
|
||||||
git clone https://opendev.org/openstack/tempest /tmp/openstack/tempest
|
git clone https://opendev.org/openstack/tempest /tmp/openstack/tempest
|
||||||
# Pin Tempest to TEMPEST_VERSION unless we're running inside the
|
|
||||||
# openstack/tempest gate.
|
|
||||||
if [[ "${ZUUL_PROJECT}" != "openstack/tempest" ]]; then
|
|
||||||
pushd /tmp/openstack/tempest
|
pushd /tmp/openstack/tempest
|
||||||
git reset --hard $TEMPEST_VERSION
|
git reset --hard $TEMPEST_VERSION
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
if [ "${TEMPEST_FROM_SOURCE}" = true ]; then
|
if [ "${TEMPEST_FROM_SOURCE}" = true ]; then
|
||||||
$SUDO rm -rf /tmp/openstack/tempest
|
$SUDO rm -rf /tmp/openstack/tempest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user