diff --git a/.zuul.yaml b/.zuul.yaml index b870e903e..5375ee356 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -44,6 +44,7 @@ parent: devstack-tox-functional-consumer description: | Base job for devstack-based functional tests + post-run: playbooks/devstack/post.yaml 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 diff --git a/playbooks/devstack/post.yaml b/playbooks/devstack/post.yaml new file mode 100644 index 000000000..7f0cb1982 --- /dev/null +++ b/playbooks/devstack/post.yaml @@ -0,0 +1,4 @@ +- hosts: all + roles: + - fetch-tox-output + - fetch-subunit-output