zuul/playbooks/post.yaml
Paul Belanger 0d53e47f5e Copy logs to launcher
Change-Id: Ibe0abe1c058b708b34799633f249c9b14426d993
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-02-26 14:07:43 -05:00

15 lines
364 B
YAML

- hosts: all
tasks:
- name: Collect console log.
synchronize:
dest: "{{ zuul.launcher.log_root }}"
mode: pull
src: "/tmp/console.log"
- name: Collect tox logs.
synchronize:
dest: "{{ zuul.launcher.log_root }}/tox/"
mode: pull
src: "/home/zuul/workspace/src/{{ zuul.project }}/.tox/pep8/log/"