neutron/playbooks/legacy/neutron-tempest-with-ryu-master/post.yaml
Miguel Lavalle cf8c4c5a06 Move periodic jobs to Neutron repo
We are also expected to move the periodic jobs to Neutron repo

Change-Id: I508768baceb68ada4ee9de4168a67de7fc646470
2018-02-12 11:41:03 -06: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