[CI] Let Masakari jobs be used from other projects

This is required to let, e.g., masakari-monitors to gate together.

Change-Id: I4c9ee47ba34df56477ecada8bdd7595756599eed
This commit is contained in:
Radosław Piliszek 2021-08-27 17:47:33 +00:00
parent 17c4829d02
commit 12a405972f
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
---
- hosts: controller
roles:
- tox
- role: tox
vars:
# NOTE(yoctozepto): We need to run this play in other projects but it is
# meant to run tox from this project, not the "current one".
zuul_work_dir: "{{ zuul.projects['opendev.org/openstack/masakari'].src_dir }}"