Comment 54 for bug 1620849

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

Reviewed: https://review.openstack.org/367905
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-tests/commit/?id=aac2f5411d015d1ddc76e8f39188b7da4aa98862
Submitter: Jenkins
Branch: master

commit aac2f5411d015d1ddc76e8f39188b7da4aa98862
Author: Jesse Pretorius <email address hidden>
Date: Fri Sep 9 10:58:01 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: I323987e281eff6245189109e6c4b17e999739b8c
    Related-Bug: #1620849