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:
@@ -28,6 +28,9 @@
|
|||||||
description: |
|
description: |
|
||||||
Minimum job for devstack-based functional tests
|
Minimum job for devstack-based functional tests
|
||||||
post-run: playbooks/devstack/post.yaml
|
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:
|
required-projects:
|
||||||
# These jobs will DTRT when openstacksdk triggers them, but we want to
|
# These jobs will DTRT when openstacksdk triggers them, but we want to
|
||||||
# make sure stable branches of openstacksdk never get cloned by other
|
# make sure stable branches of openstacksdk never get cloned by other
|
||||||
@@ -55,6 +58,8 @@
|
|||||||
OPENSTACKSDK_HAS_SWIFT: 1
|
OPENSTACKSDK_HAS_SWIFT: 1
|
||||||
tox_install_siblings: false
|
tox_install_siblings: false
|
||||||
tox_envlist: functional
|
tox_envlist: functional
|
||||||
|
zuul_copy_output:
|
||||||
|
'{{ ansible_user_dir }}/stackviz': logs
|
||||||
zuul_work_dir: src/git.openstack.org/openstack/openstacksdk
|
zuul_work_dir: src/git.openstack.org/openstack/openstacksdk
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
|
@@ -2,3 +2,4 @@
|
|||||||
roles:
|
roles:
|
||||||
- fetch-tox-output
|
- fetch-tox-output
|
||||||
- fetch-subunit-output
|
- fetch-subunit-output
|
||||||
|
- process-stackviz
|
||||||
|
Reference in New Issue
Block a user