project-config/playbooks/base-test/post-logs.yaml
James E. Blair 2154b0abf7 Resync base-test to base
This realigns base-test to base, ending all current experiments.

Change-Id: I231cd13ddf0ab00bd198a7c7238092bc5b8616e8
2018-02-05 09:40:09 -08: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