project-config/playbooks/base-test/post-logs-swift.yaml
James E. Blair 11834b694a Swift logs: htmlify logs
Since we're not using the OSLA proxy, we need to pre-render
htmlified versions of logs.

Change-Id: I0dc194960a025bc6df4f8a21763762ea385338e0
2018-08-15 14:33:48 -07:00

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