402df09c8b
"legacy-tempest-dsvm-neutron-scenario-multinode-lvm-multibackend" job is tempest job which run all scenario tests including slow tests and migration tests as non voting job. This commit migrate this job to tempest in-tree and later we can modify this to zuulv3 native. This is first step to make slow tests running on tempest as voting and on project side also. Details- http://lists.openstack.org/pipermail/openstack-dev/2018-May/130418.html Change-Id: I6bc7503347ca2f110e4a0a5b404e612168b3a417
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
|