Comment 55 for bug 1620849

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

Reviewed: https://review.openstack.org/367900
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-repo_server/commit/?id=a1ba9fc5ad073dc654b436e3ac52b0f7e017251e
Submitter: Jenkins
Branch: master

commit a1ba9fc5ad073dc654b436e3ac52b0f7e017251e
Author: Jesse Pretorius <email address hidden>
Date: Fri Sep 9 10:55:32 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: Ife23b1d9118bd9c22eb2b62abb2842905a77f5fd
    Related-Bug: #1620849