diff --git a/roles/collect_logs/tasks/publish.yml b/roles/collect_logs/tasks/publish.yml index 6a41a15..e85676a 100644 --- a/roles/collect_logs/tasks/publish.yml +++ b/roles/collect_logs/tasks/publish.yml @@ -52,8 +52,8 @@ - name: Copy testrepository.subunit file to the root of collect_dir for os_tempest shell: > - cp {{ artcl_collect_dir }}/undercloud/var/log/tempest/testrepository.subunit.gz {{ artcl_collect_dir }}/testrepository.subunit.gz || true - when: use_os_tempest is defined + cp {{ artcl_collect_dir }}/undercloud/var/log/tempest/testrepository.subunit* {{ artcl_collect_dir }} || true + gunzip {{ artcl_collect_dir }}/testrepository.subunit.gz || true - name: Fetch .sh and .log files from local working directory on localhost shell: >