11834b694a
Since we're not using the OSLA proxy, we need to pre-render htmlified versions of logs. Change-Id: I0dc194960a025bc6df4f8a21763762ea385338e0
16 lines
393 B
YAML
16 lines
393 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: ara-report
|
|
- role: htmlify-logs
|
|
- role: upload-logs-swift
|
|
zuul_log_cloud_config: '{{ log_cloud_config }}'
|
|
zuul_log_partition: true
|
|
|
|
- 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
|