Andreas Jaeger 7c3aee337d Import legacy-functional-neutron-dsvm-gceapi
Import job from openstack-zuul-job and rename it according to Zuul v3
naming conventions. The job can now be maintained completely by the
team.

Change-Id: I093c76d711a86c4825850a8545c6f8164147aaff
2018-09-08 17:29:52 +02: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