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:
parent
f5f9fa62d2
commit
c986124d8d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user