Merge "base-test: ignore_errors for logstash processing"

This commit is contained in:
Zuul 2017-10-10 17:17:39 +00:00 committed by Gerrit Code Review
commit f5f9fa62d2

View File

@ -11,6 +11,9 @@
zuul_log_url: "http://logs.openstack.org"
- hosts: localhost
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
# successful jobs.
ignore_errors: yes
roles:
- submit-logstash-jobs
- submit-subunit-jobs