Ignore missing tox log directories

ironic-inspector redefines tox envdir, so the code to find the log files
from the environment fails. Add in an ignore to rsync so that files
being missing is not fatal.

Change-Id: Ie93af3569c13c57714e15bb6a9e852e44742662d
This commit is contained in:
Monty Taylor 2017-10-16 10:18:31 -05:00
parent 3baed35ccc
commit 33fc835f36
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -37,4 +37,6 @@
mode: pull
src: "{{ zuul_work_dir }}/.tox/{{ item }}/log/"
verify_host: true
rsync_opts:
- "--ignore-missing-args"
with_items: "{{ envlist }}"