From 912dff49e71135ae00776029614cd54212995436 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 9 Sep 2019 09:44:43 +1000 Subject: [PATCH] Set zuul_work_dir for tox testing Setting this to system-config allows us to run the base tests as 3rd party ci for projects like testinfra. Change-Id: I2d15df154dcdc7c5da6c3326fbecec2146201164 --- playbooks/zuul/run-base.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/zuul/run-base.yaml b/playbooks/zuul/run-base.yaml index 40b3573cc5..661e687cb9 100644 --- a/playbooks/zuul/run-base.yaml +++ b/playbooks/zuul/run-base.yaml @@ -107,3 +107,6 @@ name: tox vars: tox_envlist: testinfra + # This allows us to run from external projects (like testinfra + # itself) + zuul_work_dir: src/opendev.org/opendev/system-config