summaryrefslogtreecommitdiff
path: root/json/origen-singlenode.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/origen-singlenode.json')
-rw-r--r--json/origen-singlenode.json38
1 files changed, 38 insertions, 0 deletions
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/"
+ }
+ }
+ ]
+}