49d6cfaaf8
Small cleanups: * Use openstack-lower-constraints-jobs template, remove individual jobs. * Sort list of templates * Remove install-guide-jobs template, this stayed in project-config and is wrong on this branch. * Remove branches condition, there's an implicit one, this is not needed. * Remove job tripleo-ci-centos-7-scenario002-multinode-oooq that only runs in pike, it gets ignored in this file. Import job legacy-rally-dsvm-zaqar-zaqar and rename according to Zuul v3 naming conventions. Change-Id: Ic18f76fef2b139a3edefecc6004846b11ee7653e
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
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
|
|
|
|
- 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=/rally-plot/**
|
|
- --include=*/
|
|
- --exclude=*
|
|
- --prune-empty-dirs
|
|
|
|
- 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=/rally-plot/extra/index.html
|
|
- --include=*/
|
|
- --exclude=*
|
|
- --prune-empty-dirs
|