Comment 63 for bug 1620849

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

Reviewed: https://review.openstack.org/367895
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-pip_install/commit/?id=903dab08a80e84b2a50a129ebfb630b715ee784d
Submitter: Jenkins
Branch: master

commit 903dab08a80e84b2a50a129ebfb630b715ee784d
Author: Jesse Pretorius <email address hidden>
Date: Fri Sep 9 10:51:46 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: I97d783e36b8cda13dece1a06b94ad39ad1b46a13
    Related-Bug: #1620849