diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2020-05-21 10:50:57 -0400 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2020-05-21 10:50:57 -0400 |
commit | 8a8537eb36eb21c4b17c0e93308957a349c2fe2b (patch) | |
tree | aceb1e0fb10fe97d29fc96605f7fe0cebe4f95eb | |
parent | e2596426a5b3e38e1eb9acaafe1a215344c0c131 (diff) |
Remove GPGPU units as they've been moved to their own provider. LP: #1879965
-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: |