summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2018-10-10 20:06:32 +0000
committerTim Burke <tim.burke@gmail.com>2018-10-10 23:17:00 +0000
commitdd49f170301ba2410a5e5757d773f1939a7fabb2 (patch)
tree6d92ffb31982900b6d156d1dd8e371a45bc13972 /tools
parent11154b5534c6f63c5c177944126c2ae0e4cc1c6c (diff)
downloadswift-dd49f170301ba2410a5e5757d773f1939a7fabb2.tar.gz
Add coverage reports to py27/35/36 unit test jobs
...and drop openstack-cover-jobs since it is no longer necessary. Change-Id: Iad12e64f41bbdd8b8e005b0fb14a7e2108fa3bcf
Diffstat (limited to 'tools')
-rw-r--r--tools/playbooks/common/cover-post.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/playbooks/common/cover-post.yaml b/tools/playbooks/common/cover-post.yaml
new file mode 100644
index 000000000..946b0c101
--- /dev/null
+++ b/tools/playbooks/common/cover-post.yaml
@@ -0,0 +1,3 @@
+- hosts: all
+ roles:
+ - role: fetch-coverage-output