Comment 62 for bug 1620849

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

Reviewed: https://review.openstack.org/367876
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_keystone/commit/?id=07509721e8dbb2555eb9c78db7e7c297d18209ef
Submitter: Jenkins
Branch: master

commit 07509721e8dbb2555eb9c78db7e7c297d18209ef
Author: Jesse Pretorius <email address hidden>
Date: Fri Sep 9 10:38:13 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: Ia37c4fe369dd8ce9d49c21a46c575707b1826d46
    Related-Bug: #1620849