opendev: fix cutover bugs

- Update ZUUL_TESTS_CLONE_LOCATION path to new OpenDev path
- Update location of clones repos

Co-Authored-By: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
Change-Id: I3968602b5ddf8a7d3f4292bbc8744d8d6daf1395
This commit is contained in:
Mohammed Naser 2019-04-20 00:15:21 -04:00
parent 1d4b8e34b8
commit c68f0f5c10
2 changed files with 2 additions and 2 deletions

View File

@ -139,4 +139,4 @@
homedir: "{{ lookup('env', 'TESTING_HOME') }}"
role_file: "{{ lookup('env', 'ANSIBLE_ROLE_REQUIREMENTS_PATH') }}"
osa_roles: "{{ lookup('file', role_file) | from_yaml }}"
zuul_git_src_dir: "/home/zuul/src/git.openstack.org"
zuul_git_src_dir: "/home/zuul/src/opendev.org"

View File

@ -37,7 +37,7 @@ OSA_PROJECT_NAME="$(sed -n 's|^project=openstack/\(.*\).git$|\1|p' $(pwd)/.gitre
COMMON_TESTS_PATH="${WORKING_DIR}/tests/common"
TESTING_HOME=${TESTING_HOME:-$HOME}
ZUUL_TESTS_CLONE_LOCATION="/home/zuul/src/git.openstack.org/openstack/openstack-ansible-tests"
ZUUL_TESTS_CLONE_LOCATION="/home/zuul/src/opendev.org/openstack/openstack-ansible-tests"
# Use .gitreview as the key to determine the appropriate
# branch to clone for tests.