Comment 86 for bug 1620849

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

Reviewed: https://review.openstack.org/367872
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_horizon/commit/?id=f3274370baf4b2f0e69e2f58603bf8daface709d
Submitter: Jenkins
Branch: master

commit f3274370baf4b2f0e69e2f58603bf8daface709d
Author: Jesse Pretorius <email address hidden>
Date: Fri Sep 9 10:34:03 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: Ie733bf9e40942cb4a302b351fee55c79aed98431
    Related-Bug: #1620849