summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2013-08-21 16:23:44 +0100
committerNeil Williams <codehelp@debian.org>2013-08-21 16:23:44 +0100
commit3395780b5463236630dfb77fe9b59229c494496f (patch)
treebc0fac5a763d3a2b87860be51670b1d887e5568e
parent8e230638cccc6b7ca2fe8bed13e91bdbaae3c52a (diff)
add new files for some new devices
-rw-r--r--json/highbank-single-node.json38
-rw-r--r--json/origen-singlenode.json38
-rw-r--r--json/snowball-only-group.json65
-rw-r--r--json/snowball-singlenode.json44
4 files changed, 185 insertions, 0 deletions
diff --git a/json/highbank-single-node.json b/json/highbank-single-node.json
new file mode 100644
index 0000000..14313f2
--- /dev/null
+++ b/json/highbank-single-node.json
@@ -0,0 +1,38 @@
+{
+ "health_check": false,
+ "logging_level": "DEBUG",
+ "timeout": 900,
+ "job_name": "highbank-single-node",
+ "device_type": "highbank",
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "http://linaro-gateway/highbank/highbank-quantal_developer_20130425-301.img.gz"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/smoke-tests-basic.yaml"
+ },
+ {
+ "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
+ "testdef": "singlenode03.yaml"
+ }
+ ],
+ "timeout": 900
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "stream": "/anonymous/codehelp/",
+ "server": "http://staging.validation.linaro.org/RPC2/"
+ }
+ }
+ ]
+}
diff --git a/json/origen-singlenode.json b/json/origen-singlenode.json
new file mode 100644
index 0000000..3d427fc
--- /dev/null
+++ b/json/origen-singlenode.json
@@ -0,0 +1,38 @@
+{
+ "health_check": false,
+ "logging_level": "DEBUG",
+ "timeout": 900,
+ "job_name": "origen-singlenode",
+ "device_type": "origen",
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "http://releases.linaro.org/13.01/ubuntu/origen/origen-quantal_developer_20130130-64.img.gz"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/smoke-tests-basic.yaml"
+ },
+ {
+ "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
+ "testdef": "singlenode02.yaml"
+ }
+ ],
+ "timeout": 900
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "stream": "/anonymous/codehelp/",
+ "server": "http://staging.validation.linaro.org/RPC2/"
+ }
+ }
+ ]
+}
diff --git a/json/snowball-only-group.json b/json/snowball-only-group.json
new file mode 100644
index 0000000..12edee5
--- /dev/null
+++ b/json/snowball-only-group.json
@@ -0,0 +1,65 @@
+{
+ "health_check": false,
+ "logging_level": "DEBUG",
+ "timeout": 1800,
+ "job_name": "snowball-group-multinode",
+ "device_group": [
+ {
+ "role": "hail",
+ "count": 1,
+ "device_type": "snowball_sd",
+ "tags": [
+ "codehelp-wet"
+ ]
+ },
+ {
+ "role": "blizzard",
+ "count": 1,
+ "device_type": "arndale",
+ "tags": [
+ "codehelp-white"
+ ]
+ }
+ ],
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "hwpack": "http://releases.linaro.org/12.07/ubuntu/leb-snowball/hwpack_linaro-lt-snowball-x11-base_20120723-211_armhf_supported.tar.gz",
+ "rootfs": "http://releases.linaro.org/12.07/ubuntu/precise-images/nano/linaro-precise-nano-20120723-292.tar.gz"
+ },
+ "metadata": {
+ "distribution": "ubuntu",
+ "hwpack.type": "snowball",
+ "rootfs.type": "nano-lava"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/smoke-tests-basic.yaml"
+ },
+ {
+ "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
+ "testdef": "multinode02.yaml"
+ },
+ {
+ "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
+ "testdef": "multinode03.yaml"
+ }
+ ],
+ "timeout": 900
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "stream": "/anonymous/codehelp/",
+ "server": "http://staging.validation.linaro.org/RPC2/"
+ }
+ }
+ ]
+}
diff --git a/json/snowball-singlenode.json b/json/snowball-singlenode.json
new file mode 100644
index 0000000..8df697f
--- /dev/null
+++ b/json/snowball-singlenode.json
@@ -0,0 +1,44 @@
+{
+ "health_check": false,
+ "logging_level": "DEBUG",
+ "timeout": 1800,
+ "job_name": "snowball-singlenode",
+ "device_type": "snowball_sd",
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "hwpack": "http://releases.linaro.org/12.07/ubuntu/leb-snowball/hwpack_linaro-lt-snowball-x11-base_20120723-211_armhf_supported.tar.gz",
+ "rootfs": "http://releases.linaro.org/12.07/ubuntu/precise-images/nano/linaro-precise-nano-20120723-292.tar.gz"
+ },
+ "metadata": {
+ "distribution": "ubuntu",
+ "hwpack.type": "snowball",
+ "rootfs.type": "nano-lava"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/smoke-tests-basic.yaml"
+ },
+ {
+ "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
+ "testdef": "singlenode02.yaml"
+ }
+ ],
+ "timeout": 900
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "stream": "/anonymous/codehelp/",
+ "server": "http://staging.validation.linaro.org/RPC2/"
+ }
+ }
+ ]
+}