Merge ~bladernr/plainbox-provider-checkbox:1815621-add-gpgpu-tests-checkbox into plainbox-provider-checkbox:master

Proposed by Jeff Lane 
Status: Merged
Approved by: Jeff Lane 
Approved revision: 011413adb490bc0181cbb710d01464b4902b97bf
Merged at revision: 6d57503c2df7b803b8147c00adb6bbae42cf4c2f
Proposed branch: ~bladernr/plainbox-provider-checkbox:1815621-add-gpgpu-tests-checkbox
Merge into: plainbox-provider-checkbox:master
Diff against target: 37 lines (+19/-0)
3 files modified
units/gpgpu/category.pxu (+3/-0)
units/gpgpu/jobs.pxu (+8/-0)
units/gpgpu/test-plan.pxu (+8/-0)
Reviewer Review Type Date Requested Status
Taihsiang Ho Approve
Review via email: mp+363164@code.launchpad.net

Commit message

Added new GPGPU tests to checkbox

Description of the change

Added new GPGPU tests to checkbox

To post a comment you must log in.
Revision history for this message
Taihsiang Ho (tai271828) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/units/gpgpu/category.pxu b/units/gpgpu/category.pxu
2new file mode 100644
3index 0000000..e07d1b4
4--- /dev/null
5+++ b/units/gpgpu/category.pxu
6@@ -0,0 +1,3 @@
7+unit: category
8+id: gpgpu
9+_name: GPGPU Compute Tests
10diff --git a/units/gpgpu/jobs.pxu b/units/gpgpu/jobs.pxu
11new file mode 100644
12index 0000000..2c823a0
13--- /dev/null
14+++ b/units/gpgpu/jobs.pxu
15@@ -0,0 +1,8 @@
16+id: gpgpu/gpu-burn
17+category_id: gpgpu
18+plugin: shell
19+estimated_duration: 300
20+requires:
21+ package.name == 'cuda'
22+_summary: GPGPU stress testing
23+command: cd /opt/gpu-burn/ && ./gpu_burn 1800
24diff --git a/units/gpgpu/test-plan.pxu b/units/gpgpu/test-plan.pxu
25new file mode 100644
26index 0000000..eaf0db8
27--- /dev/null
28+++ b/units/gpgpu/test-plan.pxu
29@@ -0,0 +1,8 @@
30+id: gpgpu-tests
31+unit: test plan
32+_name: GPGPU Compute Testing
33+_description:
34+ Tests for GPGPU Computations (non-graphical)
35+mandatory_include:
36+ gpgpu/gpu-burn
37+include:

Subscribers

People subscribed via source and target branches