Merge "Stop gzipping logs in post" into stable/rocky

This commit is contained in:
Zuul 2020-01-10 13:32:14 +00:00 committed by Gerrit Code Review
commit 8eef0dc2b6
1 changed files with 0 additions and 4 deletions

View File

@ -74,10 +74,6 @@
# append .txt to all kolla config file
find logs/kolla_configs -type f -exec mv '{}' '{}'.txt \;
# Compress all text logs
find logs -iname '*.txt' -execdir gzip -9 {} \+
find logs -iname '*.json' -execdir gzip -9 {} \+
executable: /bin/bash
chdir: "{{ zuul.project.src_dir }}"