base-test: ignore_errors for logstash processing

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

Change-Id: I9e356067fc317626c6473988d37f0815d3be17a4
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-10-10 12:52:59 -04:00
parent 4e65282304
commit 454f79ae1e
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"
- 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