summaryrefslogtreecommitdiff
diff options
authorPMR <pmr@pmr-lander>2019-11-27 07:45:55 +0000
committerPMR <pmr@pmr-lander>2019-11-27 07:45:55 +0000
commit4e7d008d17c2f55d58d5953a1d512f60abf6eb27 (patch)
tree6e7c61b0599868959d0c596496866c57e76b17e6
parent2a28bc0290217186ca76b7d7c010b3ef8975217a (diff)
parentb855c1e1c439a9e87e3f275ac474469883eeb843 (diff)
Merge #375974 from ~bladernr/plainbox-provider-checkbox:1853892-reduce-gpu-burn-output
Reduce gpu-burn output with a simple grep filter
-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"