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

This commit is contained in:
Zuul 2020-01-15 15:04:50 +00:00 committed by Gerrit Code Review
commit 6ffcc4604d
1 changed files with 0 additions and 4 deletions

View File

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