Comment 58 for bug 1620849

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

Reviewed: https://review.openstack.org/367893
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_watcher/commit/?id=968bcf84eba979ba85840498dabc5e97c565494f
Submitter: Jenkins
Branch: master

commit 968bcf84eba979ba85840498dabc5e97c565494f
Author: Jesse Pretorius <email address hidden>
Date: Fri Sep 9 10:50:24 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: I518a677dff2722c2fd9f343fa67a801252edea1d
    Related-Bug: #1620849