Comment 76 for bug 1620849

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

Reviewed: https://review.openstack.org/367859
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-openstack_hosts/commit/?id=805f73a8dee6aaf591d1f4ba6f1f8dc98887da5c
Submitter: Jenkins
Branch: master

commit 805f73a8dee6aaf591d1f4ba6f1f8dc98887da5c
Author: Jesse Pretorius <email address hidden>
Date: Fri Sep 9 10:23:17 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: Ic2e35b3c0af7d2fdc0b88f3073ac9ce8a966e3e8
    Related-Bug: #1620849