5ed86b2ee6
This migrates the converted legacy jobs to the keystone repo. This follows Step 1 in the legacy migration docs[0]. [0] https://docs.openstack.org/infra/manual/zuulv3.html#legacy-job-migration-details Needed-By: I33e09b0f7835eb038c76bb5c7343570762e52ab0 Needed-By: I3ca75444be1961c4870d3afd07febaa70ead05fb Change-Id: If0d0db326f25a95f6a0c16f49c841a4db7cb6022
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
|