Comment tempest_git_repo role default
This commit comments out the default for tempest_git_repo so that we can install tempest from PyPi, but with constraints applied. This was attempted in [1] but wasn't enough to achieve this outcome. Note that this change also requires an update to the repo_build role [2] for it to fully work. [1] I014201129b4d6b47ec45ff6239287623123a1595 [2] I4468092eb5c86d6346a793ba1e2bfc6e772de3bb Change-Id: I05f88153e522b55e619b4d2e2cdfd311ab8228d8
This commit is contained in:
parent
a81ef81544
commit
db6a3e0af6
@ -26,7 +26,10 @@ tempest_run: no
|
||||
# Define 0 (serial) or more to use a non default concurrency
|
||||
#tempest_run_concurrency:
|
||||
|
||||
tempest_git_repo: https://git.openstack.org/openstack/tempest
|
||||
# We comment `tempest_git_repo` so that the repo_build role does not attempt to
|
||||
# build the wheel from this repo/branch. Instead, we want tempest to get built
|
||||
# from the stable release defined in global requirements.
|
||||
#tempest_git_repo: https://git.openstack.org/openstack/tempest
|
||||
tempest_git_install_branch: master
|
||||
tempest_developer_mode: False
|
||||
tempest_developer_constraints:
|
||||
|
Loading…
Reference in New Issue
Block a user