diff options
author | PMR <pmr@pmr-lander> | 2020-07-11 13:05:15 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-07-11 13:05:15 +0000 |
commit | 022e0ff46a2cef2e8fd6889f830ce4fc95a5679d (patch) | |
tree | 77bb4336bc6c756062f8250a18f6ed713973ccf9 /units | |
parent | 52de331f565d4a0067f8b4e81db34e1f4238b831 (diff) | |
parent | 8a8537eb36eb21c4b17c0e93308957a349c2fe2b (diff) |
Merge #384370 from ~bladernr/plainbox-provider-checkbox:1879965-move-GPGPU-to-own-provider
LP: 1879965 - Moved GPGPU test files into their own provider.
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: |