Files
loci/playbooks/post.yaml
Chris Hoge 1fe0468291 Remove async jobs to debug and possible async instability
Individual Loci gate jobs are failing about 1 out of 10 times.
Remove async to help debug and remove potential instability.

Change-Id: I3a3dbeebe4c5c928c21181500a7e07be4015b858
2018-11-07 14:00:39 -08:00

8 lines
171 B
YAML

- hosts: all
tasks:
- name: Copy logs
synchronize:
src: /logs
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}"
mode: pull