diff --git a/playbooks/zuul/run-base-post.yaml b/playbooks/zuul/run-base-post.yaml index 4aebedaf95..59962a9171 100644 --- a/playbooks/zuul/run-base-post.yaml +++ b/playbooks/zuul/run-base-post.yaml @@ -34,6 +34,13 @@ set_fact: log_dir: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}" + - name: Collect tox output + include_role: + name: fetch-tox-output + vars: + tox_envlist: testinfra + zuul_work_dir: src/opendev.org/opendev/system-config + # Because during the test we run ansible as root, we need # to allow ourselves permissions to copy the results - name: Open ARA results permissions