Kenneth Giusti c17e7e8703 Move project specific tests in repo
Change-Id: I4d08f6e30b542c1943a1c57f058d3695b082a8f0
2017-11-01 15:40:14 -04:00

16 lines
411 B
YAML

- hosts: primary
tasks:
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
synchronize:
src: '{{ ansible_user_dir }}/workspace/'
dest: '{{ zuul.executor.log_root }}'
mode: pull
copy_links: true
verify_host: true
rsync_opts:
- --include=/logs/**
- --include=*/
- --exclude=*
- --prune-empty-dirs