From be645bcf0fa1e129a9b02650af8c8aa8d771e573 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 10 Jun 2019 15:44:03 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: I522e15208743ebb69b7eda2b9f221482a51d1fb8 --- tests/tests-repo-clone.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/tests-repo-clone.sh b/tests/tests-repo-clone.sh index e773596..8ad30f6 100755 --- a/tests/tests-repo-clone.sh +++ b/tests/tests-repo-clone.sh @@ -33,7 +33,7 @@ set -e export TESTING_HOME=${TESTING_HOME:-$HOME} export WORKING_DIR=${WORKING_DIR:-$(pwd)} export CLONE_UPGRADE_TESTS=${CLONE_UPGRADE_TESTS:-no} -export ZUUL_TESTS_CLONE_LOCATION="/home/zuul/src/git.openstack.org/openstack/openstack-ansible-tests" +export ZUUL_TESTS_CLONE_LOCATION="/home/zuul/src/opendev.org/openstack/openstack-ansible-tests" ## Functions ----------------------------------------------------------------- @@ -66,7 +66,7 @@ if [[ -x /usr/zuul-env/bin/zuul-cloner ]] && [[ "${ZUUL_REF:-none}" != "none" ]] /usr/zuul-env/bin/zuul-cloner \ --cache-dir /opt/git \ --map ${TESTING_HOME}/tests-clonemap.yaml \ - https://git.openstack.org \ + https://opendev.org \ openstack/openstack-ansible-tests # Clean up the clonemap. @@ -97,7 +97,7 @@ elif [[ ! -d tests/common ]]; then # repo in some way, so just clone it from upstream. else git clone -b stable/pike \ - https://git.openstack.org/openstack/openstack-ansible-tests \ + https://opendev.org/openstack/openstack-ansible-tests \ ${WORKING_DIR}/tests/common fi fi @@ -111,7 +111,7 @@ fi if [[ "${CLONE_UPGRADE_TESTS}" == "yes" ]]; then if [[ ! -d "${WORKING_DIR}/tests/common/previous" ]]; then git clone -b stable/ocata \ - https://git.openstack.org/openstack/openstack-ansible-tests \ + https://opendev.org/openstack/openstack-ansible-tests \ ${WORKING_DIR}/tests/common/previous fi fi