Merge "Use upper constraints when installing Tenks"

This commit is contained in:
Zuul 2020-04-22 20:11:14 +00:00 committed by Gerrit Code Review
commit 7932314e54
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ function tenks_deploy {
deactivate
# Install the Tenks venv.
install_venv "${TENKS_VENV_PATH}" "$tenks_path"
install_venv "${TENKS_VENV_PATH}" "$tenks_path" -c "$UPPER_CONSTRAINTS_FILE"
source ${TENKS_VENV_PATH:-$HOME/tenks-test-venv}/bin/activate
${KAYOBE_SOURCE_PATH}/tools/ansible-galaxy-retried.sh install \