diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2017-11-05 17:39:47 -0600 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2017-11-06 19:26:41 -0600 |
| commit | 7f04f2f286b61725ee5982e240638af9051e89b9 (patch) | |
| tree | 255a768ea2ab6db88b6f692f1e5bd2a3e607a2e9 /playbooks | |
| parent | fcf928eaaa55068564de183ea2fc266e5d035a34 (diff) | |
| download | python-openstackclient-7f04f2f286b61725ee5982e240638af9051e89b9.tar.gz | |
Backport Zuul v3 tests
Do a single copy of the current test state from master
Depends-On: I6ba35ea9e2080012f098569efcd65e1145829d91
Change-Id: I428516388cee564da86be69ad0591108217f82f6
Diffstat (limited to 'playbooks')
| -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 |
