Add stackviz processing to functional tests

We have devstack-based functional tests that use subunit. Let's get
ourselves some stackviz!

Change-Id: I80e4ac780d6d14ba0a73ceca0e410235707817bb
This commit is contained in:
Monty Taylor 2018-10-12 16:08:25 -05:00
parent 9db8bae0a1
commit d36e835deb
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,9 @@
description: |
Minimum job for devstack-based functional tests
post-run: playbooks/devstack/post.yaml
roles:
# NOTE: We pull in roles from the tempest repo for stackviz processing.
- zuul: git.openstack.org/openstack/tempest
required-projects:
# These jobs will DTRT when openstacksdk triggers them, but we want to
# make sure stable branches of openstacksdk never get cloned by other
@ -55,6 +58,8 @@
OPENSTACKSDK_HAS_SWIFT: 1
tox_install_siblings: false
tox_envlist: functional
zuul_copy_output:
'{{ ansible_user_dir }}/stackviz': logs
zuul_work_dir: src/git.openstack.org/openstack/openstacksdk
- job:

View File

@ -2,3 +2,4 @@
roles:
- fetch-tox-output
- fetch-subunit-output
- process-stackviz