Paul Belanger ebe8cfa1d9 Refactor bifrost-integration-tinyipa jobs
This removes duplicate code and legacy nodesets.

Change-Id: I9b1fcb1f10c378d467a1af055fc88a7dac134221
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-08-16 09:54:38 -04:00

16 lines
407 B
YAML

- hosts: all
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