diff options
| author | Zuul <zuul@review.openstack.org> | 2017-11-14 23:51:50 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-11-14 23:51:50 +0000 |
| commit | 38ba2aed3e6add0692cc44cdc732cd6e3013d41f (patch) | |
| tree | 436cc25eacac9ae970aa7935680dea11087bc1c4 /playbooks/osc-devstack | |
| parent | b9c5094ede503109955eb90fe0007e343f7bb903 (diff) | |
| parent | 7f04f2f286b61725ee5982e240638af9051e89b9 (diff) | |
| download | python-openstackclient-38ba2aed3e6add0692cc44cdc732cd6e3013d41f.tar.gz | |
Merge "Backport Zuul v3 tests" into stable/pike
Diffstat (limited to 'playbooks/osc-devstack')
| -rw-r--r-- | playbooks/osc-devstack/post.yaml | 4 | ||||
| -rw-r--r-- | playbooks/osc-devstack/pre.yaml | 8 | ||||
| -rw-r--r-- | playbooks/osc-devstack/run.yaml | 3 |
3 files changed, 15 insertions, 0 deletions
diff --git a/playbooks/osc-devstack/post.yaml b/playbooks/osc-devstack/post.yaml new file mode 100644 index 00000000..db7ca7d6 --- /dev/null +++ b/playbooks/osc-devstack/post.yaml @@ -0,0 +1,4 @@ +- hosts: all + roles: + - fetch-tox-output + - fetch-stestr-output 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 diff --git a/playbooks/osc-devstack/run.yaml b/playbooks/osc-devstack/run.yaml new file mode 100644 index 00000000..22f82096 --- /dev/null +++ b/playbooks/osc-devstack/run.yaml @@ -0,0 +1,3 @@ +- hosts: all + roles: + - tox |
