Disable compression of files in stage-output role

We set stage_compress_logs to false to stop compressing files during the
stage-output role. We are planning to make this the default in zuul-jobs
but this allows us to test it in opendev first.

Change-Id: I5e959912f4e2e9df264b0434f7a73f9f5a439102
This commit is contained in:
Clark Boylan 2020-01-06 13:55:01 -08:00
parent 88a6aac3d0
commit b025023dd2
1 changed files with 3 additions and 0 deletions

View File

@ -15,3 +15,6 @@ zuul_site_image_manifest_files:
- /etc/image-hostname.txt
zuul_output_dir: "{{ ansible_user_dir }}/zuul-output"
bindep_command: /usr/bindep-env/bin/bindep
# We are planning to change this value in the upstream role, but
# are testing that change early via opendev site vars
stage_compress_logs: false