Limit collection of config-data to puppet-generated files

This should give us all the information we need to debug CI failures
while keeping the size of collected data relatively small.

Change-Id: If811682c3312c86f0c407e880be24ad71d6ea72b
Related-Bug: #1698172
Depends-On: Ie2bded39cdb82a72f0c28f1c552403cd11b5af45
This commit is contained in:
Martin André 2017-06-16 10:24:07 +02:00
parent 38c060ac47
commit 2cb712c95f
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@
fi
- name: Collect config-data
shell: cp -r /var/lib/config-data /var/log/config-data
shell: cp -r /var/lib/config-data/puppet-generated /var/log/config-data
- name: Collect text version of the journal from last four hours
shell: journalctl --since=-4h --lines=100000 > /var/log/journal.txt