From 11834b694a5b63942bccd23b6ea28784a54698ca Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 15 Aug 2018 14:33:48 -0700 Subject: [PATCH] Swift logs: htmlify logs Since we're not using the OSLA proxy, we need to pre-render htmlified versions of logs. Change-Id: I0dc194960a025bc6df4f8a21763762ea385338e0 --- playbooks/base-test/post-logs-swift.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/base-test/post-logs-swift.yaml b/playbooks/base-test/post-logs-swift.yaml index e168d2c47a..9e56961f10 100644 --- a/playbooks/base-test/post-logs-swift.yaml +++ b/playbooks/base-test/post-logs-swift.yaml @@ -1,6 +1,7 @@ - hosts: localhost roles: - role: ara-report + - role: htmlify-logs - role: upload-logs-swift zuul_log_cloud_config: '{{ log_cloud_config }}' zuul_log_partition: true