summaryrefslogtreecommitdiff
diff options
authorJeff Lane <jeffrey.lane@canonical.com>2019-11-25 14:26:51 -0500
committerJeff Lane <jeffrey.lane@canonical.com>2019-11-25 14:26:51 -0500
commitb855c1e1c439a9e87e3f275ac474469883eeb843 (patch)
tree6e7c61b0599868959d0c596496866c57e76b17e6
parent2a28bc0290217186ca76b7d7c010b3ef8975217a (diff)
units/gpgpu/jobs.pxu reduce output of gpu-burn with simple grepping for the lines we do care about. lp: #1853892
-rw-r--r--units/gpgpu/jobs.pxu2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/gpgpu/jobs.pxu b/units/gpgpu/jobs.pxu
index 2c823a0..8f2f871 100644
--- a/units/gpgpu/jobs.pxu
+++ b/units/gpgpu/jobs.pxu
@@ -5,4 +5,4 @@ estimated_duration: 300
requires:
package.name == 'cuda'
_summary: GPGPU stress testing
-command: cd /opt/gpu-burn/ && ./gpu_burn 1800
+command: cd /opt/gpu-burn/ && ./gpu_burn 1800 | grep -v -e '^[[:space:]]*$' -e "errors:" -e "Summary at"