diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2018-03-28 11:42:00 -0400 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2018-03-28 11:42:00 -0400 |
commit | 9a780d7de74a2dd870a6c4665479096d44c41381 (patch) | |
tree | 165c82b35f9f9e9b1a62e7f7864e6db87470c4c9 /units/miscellanea | |
parent | 0b1326cda4fda4d765650b1d32237e1845c03af3 (diff) |
Replace call_trace_check with more reliable oops_check.sh script and matching job definition. LP: #1759614
Diffstat (limited to 'units/miscellanea')
-rw-r--r-- | units/miscellanea/jobs.pxu | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index 10df43dd..6727683d 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -365,10 +365,10 @@ _summary: Attach the baseline sosreport file plugin: shell category_id: com.canonical.plainbox::miscellanea estimated_duration: 0.5 -id: miscellanea/call-trace-check -command: if [ -n "$(grep "Call Trace:" /var/log/syslog)" ]; then echo "Call Trace detected in syslog"; false; else true; fi -_summary: Check syslog for call traces -_description: Checks syslog for call traces after testing is complete. +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 |