Comment 70 for bug 1620849

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

Reviewed: https://review.openstack.org/367860
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-openstack_openrc/commit/?id=62e3065441f3d714fd9b481288f716b60482d22e
Submitter: Jenkins
Branch: master

commit 62e3065441f3d714fd9b481288f716b60482d22e
Author: Jesse Pretorius <email address hidden>
Date: Fri Sep 9 10:24:29 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: Id7388cb3ed6366c4dfb62549b03643ed6492e437
    Related-Bug: #1620849