summaryrefslogtreecommitdiff
path: root/units
diff options
authorJeff Lane <jeffrey.lane@canonical.com>2018-03-28 14:14:10 -0400
committerJeff Lane <jeffrey.lane@canonical.com>2018-03-28 14:14:10 -0400
commit4b620fa120551d0e9acdb15029baa8c63e24b0b2 (patch)
tree691f5a40d186a86bcb7f9d15809be09ecd661975 /units
parent0f261cfe7c914f9e0a7559c891c4d0b05852fcd0 (diff)
removed job definitions for call_trace_check
Diffstat (limited to 'units')
-rw-r--r--units/miscellanea/jobs.pxu18
1 files changed, 0 insertions, 18 deletions
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu
index 6727683..ee54f23 100644
--- a/units/miscellanea/jobs.pxu
+++ b/units/miscellanea/jobs.pxu
@@ -361,21 +361,3 @@ user: root
command:
SOSFILE=`ls -t $PLAINBOX_SESSION_SHARE/sosreport*xz | head -1`; [ -e ${SOSFILE} ] && cat $SOSFILE
_summary: Attach the baseline sosreport file
-
-plugin: shell
-category_id: com.canonical.plainbox::miscellanea
-estimated_duration: 0.5
-id: miscellanea/oops-check
-command: oops_check.sh
-_summary: Check syslog for oopses
-_description: Checks syslog for oopses after testing is complete.
-flags: preserve-locale
-
-plugin: attachment
-category_id: com.canonical.plainbox::miscellanea
-estimated_duration: 0.5
-id: miscellanea/attach-syslog
-command: if [ -n "$(grep "Call Trace:" /var/log/syslog)" ]; then cat /var/log/syslog; fi
-_summary: Attach syslog if Call Trace appears
-_description: Attaches a copy of syslog if call traces are present after testing is complete.
-flags: preserve-locale