summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2017-11-05 17:39:47 -0600
committerDean Troyer <dtroyer@gmail.com>2017-11-06 19:26:41 -0600
commit7f04f2f286b61725ee5982e240638af9051e89b9 (patch)
tree255a768ea2ab6db88b6f692f1e5bd2a3e607a2e9 /playbooks
parentfcf928eaaa55068564de183ea2fc266e5d035a34 (diff)
downloadpython-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.yaml4
-rw-r--r--playbooks/osc-devstack/pre.yaml8
-rw-r--r--playbooks/osc-devstack/run.yaml3
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