From 06c5fc8d4b6b9c92778f37a45a729895f11add9f Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 21 Aug 2020 14:08:49 +1000 Subject: [PATCH] Collect tox logs Collect the tox logs from the testinfra run on bridge.openstack.org. The dependent change helps if we have errors installing things into tox, and this change lets us see the results. Depends-On: https://review.opendev.org/747325 Change-Id: Id3c39d4287d7dc9705890c73a230b1935d349b9f --- playbooks/zuul/run-base-post.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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