Comment 69 for bug 1620849

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

Reviewed: https://review.openstack.org/367865
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_cinder/commit/?id=b5ce16c94982c1bc4557b8c78b44ce363a9568b8
Submitter: Jenkins
Branch: master

commit b5ce16c94982c1bc4557b8c78b44ce363a9568b8
Author: Jesse Pretorius <email address hidden>
Date: Fri Sep 9 10:28:14 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: I0a084eaec2340dbca6acc9cd41652462d80d875f
    Related-Bug: #1620849