Comment 85 for bug 1620849

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to openstack-ansible-os_heat (master)

Reviewed: https://review.openstack.org/367870
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_heat/commit/?id=3668e42adf8b909fc0bcee0422a9a642c9b55c24
Submitter: Jenkins
Branch: master

commit 3668e42adf8b909fc0bcee0422a9a642c9b55c24
Author: Jesse Pretorius <email address hidden>
Date: Fri Sep 9 10:33:32 2016 +0100

    Compress test execution logs

    The volume of logs we collect in CI jobs are extensive. This
    patch ensures that the logs collected are compressed to reduce
    the space taken in CI systems.

    PYTHONUNBUFFERED is also set to ensure that the console log
    from the CI jobs is recorded in the exact order of execution.

    Change-Id: I9d411d66a365086e739dddfc56fdc78ab30c4712
    Related-Bug: #1620849