Collect tox logs

Since we use tox to install dependencies for ansible, it would be
helpful to also collect them.

Change-Id: I28e907912e6b9a02377a9cbe5ebb0306c193d209
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-19 14:06:25 -04:00
parent 1766c51347
commit 5090dae229
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
- hosts: all
tasks:
- name: Collect tox logs
synchronize:
dest: "{{ zuul.executor.log_root }}/tox"
mode: pull
src: "{{ windmill_src_dir }}/.tox/venv/log/"
verify_host: true
- name: Collect logs from hosts
block:
- name: Run ansible-playbook for collect-logs.yaml