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:
parent
e5bcb705c5
commit
3ce7b36b1c
@ -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,
|
||||
|
4
playbooks/devstack/post.yaml
Normal file
4
playbooks/devstack/post.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- fetch-tox-output
|
||||
- fetch-subunit-output
|
Loading…
Reference in New Issue
Block a user