Stop installing Tempest at system wide for stable branch
As added in notes for INSTALL_TEMPEST variable we need to set this as False for stable branch so that devstack does not install Tempest at system wide. - https://github.com/openstack/devstack/blob/stable/xena/lib/tempest#L61 This should be done at the time when we cut the stable branch but we forgot to do that for wallaby and xena. I have updated the QA release wiki[1] for this to take care in future. [1] https://wiki.openstack.org/wiki/QA/releases#Projects_with_only_Branches Change-Id: I65304f66b3fe9c372fad8d4b521d0219833c1bf1
This commit is contained in:
parent
09c83cf07e
commit
092894cefb
@ -58,7 +58,7 @@ BUILD_TIMEOUT=${BUILD_TIMEOUT:-196}
|
||||
# This must be False on stable branches, as master tempest
|
||||
# deps do not match stable branch deps. Set this to True to
|
||||
# have tempest installed in DevStack by default.
|
||||
INSTALL_TEMPEST=${INSTALL_TEMPEST:-"True"}
|
||||
INSTALL_TEMPEST=${INSTALL_TEMPEST:-"False"}
|
||||
|
||||
# This variable is passed directly to pip install inside the common tox venv
|
||||
# that is created
|
||||
|
Loading…
Reference in New Issue
Block a user