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