b1bf39412b
This change specifically ignores the grenade job (manila-grenade), which is pending conversion to zuulv3 because we need a way to set the default python3 interpreter when running on Bionic Beaver. Depends-On: https://review.openstack.org/#/c/605291/ Depends-On: https://review.openstack.org/#/c/605242/ Depends-On: https://review.openstack.org/#/c/605810/ Change-Id: Ic49d4ac5ac36dd3b3d909941434b2d2f104a10b9
16 lines
414 B
YAML
16 lines
414 B
YAML
- hosts: controller
|
|
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
|