3bd2183700
Also adds jobs from the openstack-python-jobs-no-constraints template that was removed from the project definition found in project-config (see Depends-On change). Depends-On: I65b2583a50effc7d743f2bb9231b35ec7659e4fa Needed-By: If8636dc36dbab145ef976ce3dd38dd3b593ef1b1 Change-Id: I22007434b38129379690f4e469a1981ed7dcb68c
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
|