From 591adda70310c5ddb8a137bc040df130aace4ca6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Wed, 14 Feb 2018 17:32:51 +0000 Subject: [PATCH] Point to Queens as previous branch Queens is now the previous branch, not Pike. Change-Id: If62b8a6f11700fb3bb7151f012b043bc43baf09a --- test-create-previous-venv.sh | 4 ++-- tests/tests-repo-clone.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test-create-previous-venv.sh b/test-create-previous-venv.sh index 135da36b..56ecf673 100755 --- a/test-create-previous-venv.sh +++ b/test-create-previous-venv.sh @@ -25,8 +25,8 @@ export PREVIOUS_VENV=${PREVIOUS_VENV:-"ansible-previous"} pushd ${WORKING_DIR}/.tox virtualenv ${PREVIOUS_VENV} - ${PREVIOUS_VENV}/bin/pip install -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike \ - -rhttps://git.openstack.org/cgit/openstack/openstack-ansible/plain/global-requirement-pins.txt?h=stable/pike \ + ${PREVIOUS_VENV}/bin/pip install -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens \ + -rhttps://git.openstack.org/cgit/openstack/openstack-ansible/plain/global-requirement-pins.txt?h=stable/queens \ -r${WORKING_DIR}/tests/common/previous/test-ansible-deps.txt ara # Display venv contents ${PREVIOUS_VENV}/bin/pip freeze diff --git a/tests/tests-repo-clone.sh b/tests/tests-repo-clone.sh index 3e4ffd66..5ad509c5 100755 --- a/tests/tests-repo-clone.sh +++ b/tests/tests-repo-clone.sh @@ -110,7 +110,7 @@ fi # tests repo are not supported. if [[ "${CLONE_UPGRADE_TESTS}" == "yes" ]]; then if [[ ! -d "${WORKING_DIR}/tests/common/previous" ]]; then - git clone -b stable/pike \ + git clone -b stable/queens \ https://git.openstack.org/openstack/openstack-ansible-tests \ ${WORKING_DIR}/tests/common/previous fi