summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2013-07-31 14:35:41 +0100
committerNeil Williams <codehelp@debian.org>2013-07-31 14:35:41 +0100
commit8ac458d3327ff4de957a17b19cfcace2a4cfd3d4 (patch)
tree23754ece320788a95449ffc639a5e4347b015bcd
parent0df79cb9decaf79cb92e6df074937e0af0c9e206 (diff)
add initial support for beaglebone blacks
-rw-r--r--json/beagleblack-only-group.json54
-rw-r--r--json/beagleblack-single-node.json4
2 files changed, 56 insertions, 2 deletions
diff --git a/json/beagleblack-only-group.json b/json/beagleblack-only-group.json
new file mode 100644
index 0000000..56bd054
--- /dev/null
+++ b/json/beagleblack-only-group.json
@@ -0,0 +1,54 @@
+{
+ "timeout": 900,
+ "job_name": "beagleblack-single-node",
+ "logging_level": "DEBUG",
+ "device_group": [
+ {
+ "role": "black",
+ "count": 2,
+ "device_type": "beaglebone-black",
+ "tags": [
+ "codehelp-block"
+ ]
+ },
+ {
+ "role": "grey",
+ "count": 2,
+ "device_type": "beaglebone-black",
+ "tags": [
+ "codehelp-shadow"
+ ]
+ }
+ ],
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "http://linaro-gateway/beaglebone/beaglebone_20130625-379.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": "multinode03.yaml"
+ }
+ ],
+ "timeout": 900
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "stream": "/anonymous/instance-manager/",
+ "server": "http://multinode.validation.linaro.org/RPC2/"
+ }
+ }
+ ]
+}
diff --git a/json/beagleblack-single-node.json b/json/beagleblack-single-node.json
index 968e999..7ffc070 100644
--- a/json/beagleblack-single-node.json
+++ b/json/beagleblack-single-node.json
@@ -29,8 +29,8 @@
{
"command": "submit_results_on_host",
"parameters": {
- "stream": "/anonymous/codehelp/",
- "server": "http://validation.linaro.org/RPC2/"
+ "stream": "/anonymous/instance-manager/",
+ "server": "http://multinode.validation.linaro.org/RPC2/"
}
}
]