2154b0abf7
This realigns base-test to base, ending all current experiments. Change-Id: I231cd13ddf0ab00bd198a7c7238092bc5b8616e8
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
|