From b631d90dd514847aee7a1719192a479ec4440464 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 25 Oct 2017 10:59:40 +0100 Subject: [PATCH] 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 --- test-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-vars.yml b/test-vars.yml index ac11c23b..b8e36089 100644 --- a/test-vars.yml +++ b/test-vars.yml @@ -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