Individual Loci gate jobs are failing about 1 out of 10 times. Remove async to help debug and remove potential instability. Change-Id: I3a3dbeebe4c5c928c21181500a7e07be4015b858
8 lines
171 B
YAML
8 lines
171 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Copy logs
|
|
synchronize:
|
|
src: /logs
|
|
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}"
|
|
mode: pull
|