Fetch tox dir and html reports

We need to fetch the html test reports after we run the tests.

Change-Id: If05f1557f7de442efcca40efc67353452de01def
This commit is contained in:
Monty Taylor 2018-02-16 23:29:25 -06:00
parent e5bcb705c5
commit 3ce7b36b1c
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,7 @@
parent: devstack-tox-functional-consumer
description: |
Base job for shade devstack-based functional tests
post-run: playbooks/devstack/post.yaml
required-projects:
# These jobs will DTRT when shade triggers them, but we want to make
# sure stable branches of shade never get cloned by other people,

View File

@ -0,0 +1,4 @@
- hosts: all
roles:
- fetch-tox-output
- fetch-subunit-output