Comment 73 for bug 1620849

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

Reviewed: https://review.openstack.org/367882
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_monasca/commit/?id=d670672d9965b41c6e4eaa3c88fb1b7f6493c32f
Submitter: Jenkins
Branch: master

commit d670672d9965b41c6e4eaa3c88fb1b7f6493c32f
Author: Jesse Pretorius <email address hidden>
Date: Fri Sep 9 10:40:50 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: Ic1f304611a16fafc4d3867108f76e938fa832110
    Related-Bug: #1620849