6fec3f2356
Moving legacy jobs from openstack-zuul-jobs to manila repository. In order for us to start reworking the legacy jobs to native v3 jobs, we need to do so. This is the first step as described in the manual and will also make it easier to remove the in-tree tempest plugin sooner. Change-Id: I7c9fbbb22860a2d246a9e6cb834f7c87875344f0
16 lines
411 B
YAML
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
|