Update to use Tempest tag=3 for refstack-client.
Update so that refstack-client will only be built with a specific Tempest tag release. Currently, tag 3 is used. Change-Id: Ibe03adf3c393892f91d50106929360fdda85c0cc
This commit is contained in:
parent
8aa2d8062e
commit
08e6001c55
@ -67,7 +67,11 @@ if [ -d "${WORKDIR}/.tempest" ]; then
|
|||||||
fi
|
fi
|
||||||
git clone https://github.com/openstack/tempest.git ${WORKDIR}/.tempest
|
git clone https://github.com/openstack/tempest.git ${WORKDIR}/.tempest
|
||||||
cd ${WORKDIR}/.tempest
|
cd ${WORKDIR}/.tempest
|
||||||
TAG="$(git describe --abbrev=0 --tags)"
|
|
||||||
|
#TAG="$(git describe --abbrev=0 --tags)"
|
||||||
|
#Default to pull tag 3 until the next OpenStack release.
|
||||||
|
TAG=3
|
||||||
|
|
||||||
while getopts t:h FLAG; do
|
while getopts t:h FLAG; do
|
||||||
case ${FLAG} in
|
case ${FLAG} in
|
||||||
t)
|
t)
|
||||||
@ -140,4 +144,4 @@ cd ..
|
|||||||
rm -rf virtualenv-${VENV_VERSION}
|
rm -rf virtualenv-${VENV_VERSION}
|
||||||
rm virtualenv-${VENV_VERSION}.tar.gz
|
rm virtualenv-${VENV_VERSION}.tar.gz
|
||||||
${WORKDIR}/.venv/bin/pip install -r ${WORKDIR}/requirements.txt
|
${WORKDIR}/.venv/bin/pip install -r ${WORKDIR}/requirements.txt
|
||||||
${WORKDIR}/.tempest/.venv/bin/pip install -r ${WORKDIR}/.tempest/requirements.txt
|
${WORKDIR}/.tempest/.venv/bin/pip install -r ${WORKDIR}/.tempest/requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user