diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-01-30 13:25:56 +0100 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-01-30 13:25:56 +0100 |
commit | c817de3b8060fdefd0f901823996493339c8ac70 (patch) | |
tree | c607cf45324c32109e175427e5a431a560d6d902 /units/info | |
parent | fd46f124ba5da8c982b378b28f5224e8393755b0 (diff) |
Import plainbox-provider-checkbox_0.42.0~rc1.orig.tar.gzupstream-0.42.0_rc1patched-0.42.0_rc1-1
Diffstat (limited to 'units/info')
-rw-r--r-- | units/info/jobs.pxu | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/units/info/jobs.pxu b/units/info/jobs.pxu index 12ad318..2e21195 100644 --- a/units/info/jobs.pxu +++ b/units/info/jobs.pxu @@ -176,7 +176,7 @@ requires: id: udev_attachment plugin: attachment category_id: com.canonical.plainbox::info -command: udevadm info --export-db | xml_sanitize +command: udevadm info --export-db estimated_duration: 1.465 _description: Attaches a dump of the udev database showing system hardware information. _summary: Attach dump of udev database @@ -275,14 +275,14 @@ command: plugin: attachment category_id: com.canonical.plainbox::info id: installer_bootchart.tgz -command: [ -f /var/log/installer/bootchart.tgz ] && base64 /var/log/installer/bootchart.tgz +command: [ -f /var/log/installer/bootchart.tgz ] && cat /var/log/installer/bootchart.tgz _description: Attach the installer bootchart tarball if it exists. plugin: attachment category_id: com.canonical.plainbox::info id: installer_debug.gz user: root -command: [ -f /var/log/installer/debug ] && gzip -9 -c /var/log/installer/debug | base64 +command: [ -f /var/log/installer/debug ] && gzip -9 -c /var/log/installer/debug estimated_duration: 0.1 _description: Attaches the installer debug log if it exists. @@ -408,7 +408,7 @@ id: info/kvm_output estimated_duration: 0.1 _summary: Attaches console log from the kvm_check_vm test -_description: +_description: Attaches the debug log from the virtualization/kvm_check_vm test to the results submission. command: [ -f $PLAINBOX_SESSION_SHARE/virt_debug ] && cat $PLAINBOX_SESSION_SHARE/virt_debug |