diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/gpgpu/category.pxu | 3 | ||||
-rw-r--r-- | units/gpgpu/jobs.pxu | 8 | ||||
-rw-r--r-- | units/gpgpu/test-plan.pxu | 8 |
3 files changed, 0 insertions, 19 deletions
diff --git a/units/gpgpu/category.pxu b/units/gpgpu/category.pxu deleted file mode 100644 index e07d1b4..0000000 --- a/units/gpgpu/category.pxu +++ /dev/null @@ -1,3 +0,0 @@ -unit: category -id: gpgpu -_name: GPGPU Compute Tests diff --git a/units/gpgpu/jobs.pxu b/units/gpgpu/jobs.pxu deleted file mode 100644 index e65d0be..0000000 --- a/units/gpgpu/jobs.pxu +++ /dev/null @@ -1,8 +0,0 @@ -id: gpgpu/gpu-burn -category_id: gpgpu -plugin: shell -estimated_duration: 300 -requires: - package.name == 'cuda' -_summary: GPGPU stress testing -command: cd /opt/gpu-burn/ && ./gpu_burn 14400 | grep -v -e '^[[:space:]]*$' -e "errors:" -e "Summary at" diff --git a/units/gpgpu/test-plan.pxu b/units/gpgpu/test-plan.pxu deleted file mode 100644 index eaf0db8..0000000 --- a/units/gpgpu/test-plan.pxu +++ /dev/null @@ -1,8 +0,0 @@ -id: gpgpu-tests -unit: test plan -_name: GPGPU Compute Testing -_description: - Tests for GPGPU Computations (non-graphical) -mandatory_include: - gpgpu/gpu-burn -include: |