Skip to content

Commit 5176951

Browse files
committed
Make osc-tox-unit-tips work on other repos
We want to run osc-tox-unit-tips on changes to os-client-config and python-openstacksdk - but the tox role defaults to using zuul.project.src_dir as the working directory. We want it to always be the openstackclient source dir. Change-Id: Ic7a49b79fb9141d9d0b8da40e10c85b107564edc
1 parent c47b1ff commit 5176951

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.zuul.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
- openstack/python-openstacksdk
1818
vars:
1919
tox_envlist: unit-tips
20+
# Set work dir to openstackclient so that if it's triggered by one of the
21+
# other repos the tests will run in the same place
22+
zuul_work_dir: src/git.openstack.org/openstack/python-openstackclient
2023

2124
- job:
2225
name: osc-functional-devstack-base

0 commit comments

Comments
 (0)