summaryrefslogtreecommitdiff
path: root/playbooks/osc-devstack
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-10-25 16:34:17 +0000
committerGerrit Code Review <review@openstack.org>2017-10-25 16:34:17 +0000
commit8efed05e823eb76f309c0fee821fdc67a9886a3a (patch)
tree72f6e4eb1f6c6d008534dd4e3d46d228d964502e /playbooks/osc-devstack
parentc5d3d9b318be847a491769626644fead20081ca4 (diff)
parent676159555f10964d0b7f5cf77539c49b3fd90cda (diff)
downloadpython-openstackclient-8efed05e823eb76f309c0fee821fdc67a9886a3a.tar.gz
Merge "Native DevStack jobs"
Diffstat (limited to 'playbooks/osc-devstack')
-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