Collect compressed logs after functional test execution

This change enables log collection within the gate so that further
analysis on gate tasks can be performed post build. This is very
useful when debugging problems and also for investigating the
consequences of patches once they've been tested.

Related-Bug: #1620849
Change-Id: I2bb923ebcd73114c1199b14f9b769435596091eb
This commit is contained in:
Jesse Pretorius
2016-09-07 13:07:34 +01:00
parent e58ae245ad
commit 1889953f48
2 changed files with 8 additions and 1 deletions

View File

@@ -39,3 +39,7 @@ python-ndg-httpsclient [platform:ubuntu !platform:ubuntu-trusty]
python2-pyasn1 [platform:rpm]
pyOpenSSL [platform:rpm]
python-ndg_httpsclient [platform:rpm]
# Required for compressing collected log files in CI
gzip [platform:dpkg]
gzip [platform:rpm]