c986124d8d
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>
20 lines
449 B
YAML
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
|