zuul-jobs/roles/fetch-tox-output
Andreas Jaeger 57fbc6e96e Do not use --ignore-missing-args for rsync
rsync --ignore-missing-args is only supported with rsync 3.1. CentOS 7
uses rsync 3.0 and fails.

We ignore missing remote files, so remove the argument and let the role
ignore an error if the files do not exist.

Update fetch-tox-output to use failed_when as well. We really want the
role not to fail (failed_when) instead of showing a failure and then the
playbook ignore it (ignore_errors).

Change-Id: I24bfb5519acccd7fd36b4839bb598436b4c8f01c
2017-12-20 15:04:42 +01:00
..
defaults Add TODO note about reworking fetch-tox-output 2017-10-03 12:41:40 -05:00
tasks Do not use --ignore-missing-args for rsync 2017-12-20 15:04:42 +01:00
README.rst Set default on fetch-tox-output to venv 2017-10-03 08:39:30 -05:00

README.rst

Collect log output from a tox build

Role Variables