diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2017-10-19 15:48:12 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2017-10-24 17:35:55 -0500 |
| commit | 676159555f10964d0b7f5cf77539c49b3fd90cda (patch) | |
| tree | f66c6bdd03a4cca54135bcaaac6c5f06a6b3cfb6 /playbooks/osc-devstack | |
| parent | ef595fcfc4b42d2a7baeeddee9b804541b81637f (diff) | |
| download | python-openstackclient-676159555f10964d0b7f5cf77539c49b3fd90cda.tar.gz | |
Native DevStack jobs
Convert legacy DevStack jobs to native Zuul v3 form, plus some
test-job-related docs updates.
Change-Id: Ia8c08be81605da885b9eee799fc58129305dfc41
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 |
