diff options
Diffstat (limited to 'playbooks/osc-devstack/pre.yaml')
| -rw-r--r-- | playbooks/osc-devstack/pre.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/osc-devstack/pre.yaml b/playbooks/osc-devstack/pre.yaml new file mode 100644 index 00000000..3ec41c9c --- /dev/null +++ b/playbooks/osc-devstack/pre.yaml @@ -0,0 +1,8 @@ +- hosts: all + roles: + - run-devstack + - role: bindep + bindep_profile: test + bindep_dir: "{{ zuul_work_dir }}" + - test-setup + - ensure-tox |
