summaryrefslogtreecommitdiff
path: root/json/imx53-single-node.json
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2013-07-18 10:39:37 +0100
committerNeil Williams <codehelp@debian.org>2013-07-18 10:39:37 +0100
commit31d6cbbe0a66111e93a1a8ac1b8675bafd133ee7 (patch)
tree98faeb7bb49be6242aa3ffe74dbea0b1c1b8f2bd /json/imx53-single-node.json
parentfb00e3df59b36344956a419b065a49a24880ccc2 (diff)
Add iMX53 support files
Diffstat (limited to 'json/imx53-single-node.json')
-rw-r--r--json/imx53-single-node.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/json/imx53-single-node.json b/json/imx53-single-node.json
new file mode 100644
index 0000000..61256a5
--- /dev/null
+++ b/json/imx53-single-node.json
@@ -0,0 +1,34 @@
+{
+ "timeout": 18000,
+ "job_name": "singlenode-imx53",
+ "health_check": false,
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "file:///home/codehelp/images/mx53loco-ubuntu-desktop.img.gz"
+ }
+ },
+ {
+ "command": "boot_linaro_image"
+ },
+ {
+ "command": "deploy_linaro_android_image",
+ "parameters": {
+ "data": "http://releases.linaro.org/12.01/android/leb-imx53/userdata.tar.bz2",
+ "boot": "http://releases.linaro.org/12.01/android/leb-imx53/boot.tar.bz2",
+ "system": "http://releases.linaro.org/12.01/android/leb-imx53/system.tar.bz2"
+ }
+ },
+ {
+ "command": "boot_linaro_android_image"
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "stream": "/anonymous/instance-manager/",
+ "server": "http://localhost/RPC2/"
+ }
+ }
+ ]
+}