summaryrefslogtreecommitdiff
path: root/json/beaglexm-single-node.json
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2013-08-21 16:23:26 +0100
committerNeil Williams <codehelp@debian.org>2013-08-21 16:23:26 +0100
commit8e230638cccc6b7ca2fe8bed13e91bdbaae3c52a (patch)
tree9af56289b3551bfe37e4ef38fd81035d4e02ece7 /json/beaglexm-single-node.json
parentfa90e28002e301518831a396543710ec607291a9 (diff)
modify sample json for staging usage
Diffstat (limited to 'json/beaglexm-single-node.json')
-rw-r--r--json/beaglexm-single-node.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/json/beaglexm-single-node.json b/json/beaglexm-single-node.json
index 4339deb..b1cd0a7 100644
--- a/json/beaglexm-single-node.json
+++ b/json/beaglexm-single-node.json
@@ -3,7 +3,7 @@
"logging_level": "DEBUG",
"timeout": 900,
"job_name": "beagle-single-node",
- "device_type": "beagle-xm",
+ "device_type": "beaglexm",
"actions": [
{
"command": "deploy_linaro_image",
@@ -30,8 +30,8 @@
{
"command": "submit_results_on_host",
"parameters": {
- "stream": "/anonymous/instance-manager/",
- "server": "http://multinode.validation.linaro.org/RPC2/"
+ "stream": "/anonymous/codehelp/",
+ "server": "http://localhost/RPC2/"
}
}
]