diff --git a/.zuul.yaml b/.zuul.yaml index 3189bd7173..22a2abe7cd 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,6 +1,7 @@ - job: name: releases-tox-list-changes parent: openstack-tox + post-run: playbooks/releases-tox-list-changes/post.yaml timeout: 3600 vars: tox_envlist: list-changes diff --git a/playbooks/releases-tox-list-changes/post.yaml b/playbooks/releases-tox-list-changes/post.yaml new file mode 100644 index 0000000000..8317d7f57e --- /dev/null +++ b/playbooks/releases-tox-list-changes/post.yaml @@ -0,0 +1,10 @@ +- hosts: all + tasks: + - name: Return artifact to Zuul + zuul_return: + data: + zuul: + artifacts: + - name: list-changes results + url: tox/list-changes/list-changes-results.log +