244920e18a
The ara-report role and the ARA middleware have individually been tested and are ready for production use. See related patches [1] for details. [1]: https://review.openstack.org/#/q/topic:ara-sqlite-middleware Change-Id: I2d9bf386f4454193bad0caa7569e9b3ff1cf2f87
20 lines
452 B
YAML
20 lines
452 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: add-fileserver
|
|
fileserver: "{{ site_logs }}"
|
|
- role: ara-report
|
|
|
|
- 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
|