Comment 65 for bug 1620849

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

Reviewed: https://review.openstack.org/367866
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_cloudkitty/commit/?id=6dbf70db45a9d6c7b7f830ac1f9602fe08b4a8e7
Submitter: Jenkins
Branch: master

commit 6dbf70db45a9d6c7b7f830ac1f9602fe08b4a8e7
Author: Jesse Pretorius <email address hidden>
Date: Fri Sep 9 10:30:35 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: I73b927ca288faabe2b1d8e15473ce7114de0873e
    Related-Bug: #1620849