blob: 802627518fc97dfe5da080e92ed9e9c88702986f [file] [log] [blame]
Milosz Wasilewski2d726a02014-09-09 14:47:54 +01001{
2 "actions": [
3 {
4 "command": "deploy_linaro_image",
5 "metadata": {
6 "distribution": "ubuntu",
7 "hwpack.build": "%%HWPACK_BUILD%%",
8 "hwpack.type": "panda",
9 "rootfs.build": "681",
10 "rootfs.type": "developer"
11 },
12 "parameters":
13 {
14 "hwpack": "%%HWPACK%%",
15 "rootfs": "http://releases.linaro.org/14.08/ubuntu/trusty-images/developer/linaro-trusty-developer-20140821-681.tar.gz"
16 }
17 },
18 {
19 "command": "lava_test_shell",
20 "parameters":
21 {
22 "testdef_repos": [
23 {
24 "git-repo": "git://git.linaro.org/qa/test-definitions.git",
25 "parameters":
26 {
27 "RELEASE": "master",
28 "PWR_TESTARG": "cpufreq"
29 },
Milosz Wasilewskibc412712014-09-09 16:20:07 +010030 "testdef": "ubuntu/pwrmgmt.yaml"
Milosz Wasilewski2d726a02014-09-09 14:47:54 +010031 }],
32 "timeout": 800
33 }
34 },
35 {
36 "command": "lava_test_shell",
37 "parameters":
38 {
39 "testdef_repos": [
40 {
41 "git-repo": "git://git.linaro.org/qa/test-definitions.git",
42 "parameters":
43 {
44 "RELEASE": "master",
45 "PWR_TESTARG": "cpuidle"
46 },
Milosz Wasilewskibc412712014-09-09 16:20:07 +010047 "testdef": "ubuntu/pwrmgmt.yaml"
Milosz Wasilewski2d726a02014-09-09 14:47:54 +010048 }],
49 "timeout": 800
50 }
51 },
52 {
53 "command": "lava_test_shell",
54 "parameters":
55 {
56 "testdef_repos": [
57 {
58 "git-repo": "git://git.linaro.org/qa/test-definitions.git",
59 "parameters":
60 {
61 "RELEASE": "master",
62 "PWR_TESTARG": "cpuhotplug"
63 },
Milosz Wasilewskibc412712014-09-09 16:20:07 +010064 "testdef": "ubuntu/pwrmgmt.yaml"
Milosz Wasilewski2d726a02014-09-09 14:47:54 +010065 }],
66 "timeout": 800
67 }
68 },
69 {
70 "command": "lava_test_shell",
71 "parameters":
72 {
73 "testdef_repos": [
74 {
75 "git-repo": "git://git.linaro.org/qa/test-definitions.git",
76 "parameters":
77 {
78 "RELEASE": "master",
79 "PWR_TESTARG": "cputopology"
80 },
Milosz Wasilewskibc412712014-09-09 16:20:07 +010081 "testdef": "ubuntu/pwrmgmt.yaml"
Milosz Wasilewski2d726a02014-09-09 14:47:54 +010082 }],
83 "timeout": 800
84 }
85 },
86 {
87 "command": "lava_test_shell",
88 "parameters":
89 {
90 "testdef_repos": [
91 {
92 "git-repo": "git://git.linaro.org/qa/test-definitions.git",
93 "parameters":
94 {
95 "RELEASE": "master",
96 "PWR_TESTARG": "thermal"
97 },
Milosz Wasilewskibc412712014-09-09 16:20:07 +010098 "testdef": "ubuntu/pwrmgmt.yaml"
Milosz Wasilewski2d726a02014-09-09 14:47:54 +010099 }],
100 "timeout": 800
101 }
102 },
103 {
104 "command": "submit_results",
105 "parameters": {
106 "server": "http://validation.linaro.org/RPC2/",
107 "stream": "%%BUNDLE_STREAM%%"
108 }
109 }],
110 "device_type": "panda",
111 "job_name": "%%JOB_NAME%%",
112 "timeout": 7200
113}