summaryrefslogtreecommitdiff
path: root/json/arndale-single-node.json
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2013-08-06 11:56:37 +0100
committerNeil Williams <codehelp@debian.org>2013-08-06 11:56:37 +0100
commitf1e2a47be9a3b6160ac73e9a01cadbbcbf80893f (patch)
treeb1da786d030389f4f32141de25de41af1718d473 /json/arndale-single-node.json
parentaf76fdc34ffadd1b1a653aec800a948b711f231d (diff)
fix the singlenode jobs to be consistent between boards
Diffstat (limited to 'json/arndale-single-node.json')
-rw-r--r--json/arndale-single-node.json25
1 files changed, 19 insertions, 6 deletions
diff --git a/json/arndale-single-node.json b/json/arndale-single-node.json
index e6f753f..49503f0 100644
--- a/json/arndale-single-node.json
+++ b/json/arndale-single-node.json
@@ -1,24 +1,37 @@
{
"health_check": false,
"logging_level": "DEBUG",
- "timeout": 18000,
+ "timeout": 900,
"job_name": "arndale-single-node",
"device_type": "arndale",
"actions": [
{
"command": "deploy_linaro_image",
"parameters": {
- "image": "file:///home/codehelp/images/arndale-raring_server_20130526-344.img.gz"
+ "image": "http://releases.linaro.org/13.03/ubuntu/arndale/arndale-quantal_server_20130324-276.img.gz"
}
},
{
- "command": "boot_linaro_image"
+ "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",
+ "command": "submit_results_on_host",
"parameters": {
- "server": "http://instance-manager@localhost/RPC2/",
- "stream": "/anonymous/instance-manager/"
+ "stream": "/anonymous/instance-manager/",
+ "server": "http://instance-manager@multinode.validation.linaro.org/RPC2/"
}
}
]