blob: 31570bc65aedb60514028f5e4e4fcacf09571364 [file] [log] [blame]
Paul Belanger0d53e472017-02-23 17:08:58 -05001- hosts: all
2 tasks:
3 - name: Collect console log.
4 synchronize:
5 dest: "{{ zuul.launcher.log_root }}"
6 mode: pull
7 src: "/tmp/console.log"
8
9 - name: Collect tox logs.
10 synchronize:
11 dest: "{{ zuul.launcher.log_root }}/tox/"
12 mode: pull
13 src: "/home/zuul/workspace/src/{{ zuul.project }}/.tox/pep8/log/"
14