base: ignore_errors for logstash processing

We don't want to fail a passing job because we are unable to process
logstash requests.

This promotes I9e356067fc317626c6473988d37f0815d3be17a4 based on the
results of I09ac20b3033c09b9bf2592174728c6854327576f.

Change-Id: I82179d6ef3eae5d63e80e147304e428e17c8c941
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-10-10 14:16:03 -04:00
parent f5f9fa62d2
commit c986124d8d
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

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