diff options
| author | Zuul <zuul@review.openstack.org> | 2017-10-25 16:34:17 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-10-25 16:34:17 +0000 |
| commit | 8efed05e823eb76f309c0fee821fdc67a9886a3a (patch) | |
| tree | 72f6e4eb1f6c6d008534dd4e3d46d228d964502e /playbooks/osc-devstack | |
| parent | c5d3d9b318be847a491769626644fead20081ca4 (diff) | |
| parent | 676159555f10964d0b7f5cf77539c49b3fd90cda (diff) | |
| download | python-openstackclient-8efed05e823eb76f309c0fee821fdc67a9886a3a.tar.gz | |
Merge "Native DevStack jobs"
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 |
