Merge "Support TEMPEST_BRANCH with tag name"
This commit is contained in:
commit
96fda3528a
@ -690,6 +690,11 @@ function install_tempest {
|
|||||||
git_clone $TEMPEST_REPO $TEMPEST_DIR $TEMPEST_BRANCH
|
git_clone $TEMPEST_REPO $TEMPEST_DIR $TEMPEST_BRANCH
|
||||||
pip_install 'tox!=2.8.0'
|
pip_install 'tox!=2.8.0'
|
||||||
pushd $TEMPEST_DIR
|
pushd $TEMPEST_DIR
|
||||||
|
# NOTE(gmann): checkout the TEMPEST_BRANCH in case TEMPEST_BRANCH
|
||||||
|
# is tag name not master. git_clone would not checkout tag because
|
||||||
|
# TEMPEST_DIR already exist until RECLONE is true.
|
||||||
|
git checkout $TEMPEST_BRANCH
|
||||||
|
|
||||||
tox -r --notest -efull
|
tox -r --notest -efull
|
||||||
# NOTE(mtreinish) Respect constraints in the tempest full venv, things that
|
# NOTE(mtreinish) Respect constraints in the tempest full venv, things that
|
||||||
# are using a tox job other than full will not be respecting constraints but
|
# are using a tox job other than full will not be respecting constraints but
|
||||||
|
Loading…
x
Reference in New Issue
Block a user