Comment 94 for bug 1620849

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

Reviewed: https://review.openstack.org/371344
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_trove/commit/?id=7a34707fe4129d9a08f5351291f57d2cfb07b828
Submitter: Jenkins
Branch: master

commit 7a34707fe4129d9a08f5351291f57d2cfb07b828
Author: Jesse Pretorius <email address hidden>
Date: Fri Sep 16 09:12: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: I4fe1743d5323ac9cdb70047ae17c4c438d6e4997
    Related-Bug: #1620849