base-jobs/playbooks/base/post-logs.yaml
James E. Blair 8330d6bbf7 Switch to logs.opendev.org
Report logs.opendev.org URLs because it support https, which is
necessary when accessing the build page in the Zuul web app on
an https site.

Change-Id: I69268d0c75d1158cdd531d5b6701114140952660
2019-07-31 15:47:54 -07:00

23 lines
582 B
YAML

- hosts: localhost
roles:
- role: add-fileserver
fileserver: "{{ site_logs }}"
- role: ara-report
- role: generate-zuul-manifest
- hosts: "{{ site_logs.fqdn }}"
gather_facts: False
roles:
- role: upload-logs
zuul_log_url: "https://logs.opendev.org"
- hosts: localhost
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
# successful jobs.
ignore_errors: yes
roles:
# TODO do we want to assume subunit on opendev or should this move
# into tenant config
- submit-logstash-jobs
- submit-subunit-jobs