From f6bfd2a75214a438e4e7c9f15577ba52def6bbc9 Mon Sep 17 00:00:00 2001 From: Jeff Lane Date: Thu, 8 Nov 2018 12:40:59 -0500 Subject: Added category_id and summary fields to new jobs --- units/miscellanea/jobs.pxu | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index 10bcf73..760d301 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 -- cgit v1.2.3