Use new zuul v3 git src location

Previously we used a complex job definition to make sure
that the appropriate git clones for cross-repo testing
were in place. Now we just used the same location where
zuul v3 puts the git sources automatically when a
cross-repo test is done.

This ensures that our cross-repo tests do what they're
supposed to and that we're using the same default location
as the rest of openstack's tests, making it more intuitive.

Change-Id: Ia5ab6aa43f912b3cb4adf98154cd3da12688c2e0
This commit is contained in:
Jesse Pretorius 2017-10-25 10:59:40 +01:00
parent 2cdefa5946
commit b631d90dd5
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ lxc_container_wait_params:
## Developer mode variables
# Location of development repositories directory
development_repo_directory: "{{ lookup('env', 'OPENSTACK_REPO_DIRECTORY') | default(lookup('env', 'TESTING_HOME') ~ '/git/openstack', true) }}"
development_repo_directory: "{{ lookup('env', 'OPENSTACK_REPO_DIRECTORY') | default(lookup('env', 'TESTING_HOME') ~ '/src', true) }}"
## Container bind mounts
# Bind mount the repositories into each container to allow development work