38da8d1fb8
There are two legacy jobs only used by this repository so they are being moved from openstack-zuul-jobs to here. They need to be renamed as part of the copy to avoid colliding with the old job and playbook names. Import legacy-requirements-integration-dsvm as requirements-integration and legacy-requirements-integration-dsvm-ubuntu-trusty as requirements-integration-ubuntu-trusty. Change-Id: I7d251a3f4c79b40ad00b6ce9e73dcc85ddd83edc Signed-off-by: Doug Hellmann <doug@doughellmann.com>
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
|