From 44067a49a364ba8e517a4d3a73054b427742ea99 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Tue, 28 Jan 2020 11:28:01 +0100 Subject: [PATCH] Disable report files compression by default Upstream CI is not allowing any more to open .gz compressed files URLs just by clicking them Change-Id: I9bef8779d12eaf2a6e51a784bab5ffb53f55cf8c --- roles/tobiko/defaults/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/tobiko/defaults/main.yaml b/roles/tobiko/defaults/main.yaml index 5308acba2..d3c29240d 100644 --- a/roles/tobiko/defaults/main.yaml +++ b/roles/tobiko/defaults/main.yaml @@ -59,6 +59,6 @@ test_report_prefix: tobiko_results_ test_report_name: "01_{{ tox_envlist }}" collect_files_dir: "{{ zuul.executor.log_root }}" -compress_collected_files: true +compress_collected_files: false compressed_files_suffix: "{% if (compress_collected_files | bool) %}.gz{% endif %}"