Files
cloudkitty/playbooks/cloudkitty-tempest-full/post.yaml
Luka Peschke 016fd7fa3a Add a tempest plugin gate job
This adds check and gate jobs using the new Tempest plugin to CloudKitty.
The jobs are non-voting for now.

Change-Id: I455eb7208fb97c140b94db9ae53f9da2cd87de82
2017-11-18 13:30:54 +01: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