project-config/playbooks/base/post-logs.yaml
Paul Belanger c986124d8d
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>
2017-10-10 14:16:03 -04:00

20 lines
449 B
YAML

- hosts: localhost
roles:
- role: add-fileserver
fileserver: "{{ site_logs }}"
- emit-ara-html
- hosts: "{{ site_logs.fqdn }}"
gather_facts: False
roles:
- role: upload-logs
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