diff options
author | PMR <pmr@pmr-lander> | 2019-02-14 06:06:14 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2019-02-14 06:06:14 +0000 |
commit | 6d57503c2df7b803b8147c00adb6bbae42cf4c2f (patch) | |
tree | d4ce64eabaf71924ecd76157b2382cf3ffcfc583 | |
parent | 928732fb124a96929fbab342dd40a8c5d2ca703e (diff) | |
parent | 011413adb490bc0181cbb710d01464b4902b97bf (diff) |
Merge #363164 from ~bladernr/plainbox-provider-checkbox:1815621-add-gpgpu-tests-checkbox
Added new GPGPU tests to checkbox
-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, 19 insertions, 0 deletions
diff --git a/units/gpgpu/category.pxu b/units/gpgpu/category.pxu new file mode 100644 index 0000000..e07d1b4 --- /dev/null +++ b/units/gpgpu/category.pxu @@ -0,0 +1,3 @@ +unit: category +id: gpgpu +_name: GPGPU Compute Tests diff --git a/units/gpgpu/jobs.pxu b/units/gpgpu/jobs.pxu new file mode 100644 index 0000000..2c823a0 --- /dev/null +++ b/units/gpgpu/jobs.pxu @@ -0,0 +1,8 @@ +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 1800 diff --git a/units/gpgpu/test-plan.pxu b/units/gpgpu/test-plan.pxu new file mode 100644 index 0000000..eaf0db8 --- /dev/null +++ b/units/gpgpu/test-plan.pxu @@ -0,0 +1,8 @@ +id: gpgpu-tests +unit: test plan +_name: GPGPU Compute Testing +_description: + Tests for GPGPU Computations (non-graphical) +mandatory_include: + gpgpu/gpu-burn +include: |