From 7174a0af9ee614e767110042c983e723c12862f7 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 22 Feb 2018 20:43:46 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: Ia20bec06780f627e93d72914871f4b1e8eceb9cc --- tests/tests-repo-clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests-repo-clone.sh b/tests/tests-repo-clone.sh index 3e4ffd6..5ad509c 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