diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2018-11-08 12:40:59 -0500 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2018-11-08 12:40:59 -0500 |
commit | f6bfd2a75214a438e4e7c9f15577ba52def6bbc9 (patch) | |
tree | cdefc6702213af8461892e0dbae5efb0d2331db6 /units/miscellanea | |
parent | ade946cd36e708957133b08207a62ff36477e866 (diff) |
Added category_id and summary fields to new jobs
Diffstat (limited to 'units/miscellanea')
-rw-r--r-- | units/miscellanea/jobs.pxu | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index 10bcf73a..760d3014 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -314,11 +314,14 @@ _description: plugin:shell id: miscellanea/oops +category_id: com.canonical.plainbox::miscellanea estimated_duration: 10.0 requires: executable.name == 'fwts' user: root _description: Run Firmware Test Suite (fwts) oops tests. +_summary: + Run FWTS OOPs check environ: PLAINBOX_SESSION_SHARE command: checkbox-support-fwts_test -l $PLAINBOX_SESSION_SHARE/fwts_oops_results.log -t oops @@ -333,6 +336,7 @@ _description: Attaches the FWTS oops results log to the submission plugin:shell id: miscellanea/olog +category_id: com.canonical.plainbox::miscellanea estimated_duration: 10.0 requires: executable.name == 'fwts' @@ -340,6 +344,8 @@ requires: user: root _description: Run Firmware Test Suite (fwts) olog tests (ppc64el only). +_summary: + Run FWTS OLOG check on ppc64el environ: PLAINBOX_SESSION_SHARE command: checkbox-support-fwts_test -l $PLAINBOX_SESSION_SHARE/fwts_olog_results.log -t olog @@ -354,11 +360,14 @@ _description: Attaches the FWTS olog results log to the submission plugin:shell id: miscellanea/klog +category_id: com.canonical.plainbox::miscellanea estimated_duration: 10.0 requires: executable.name == 'fwts' user: root _description: Run Firmware Test Suite (fwts) klog tests. +_summary: + Run FWTS Kernel Log check environ: PLAINBOX_SESSION_SHARE command: checkbox-support-fwts_test -l $PLAINBOX_SESSION_SHARE/fwts_klog_results.log -t oops |