summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2013-08-08 16:59:17 +0100
committerNeil Williams <codehelp@debian.org>2013-08-08 16:59:17 +0100
commite0968a56797b7a507bc07bc8c8c171be1f2120bc (patch)
tree52855b26b033742f2f4b4aa41f6204e546634b86
parent161a72f240dad84d26d080f8dbb8e29f8bc7403e (diff)
add new group examples
-rw-r--r--json/arndale-only-group.json61
-rw-r--r--json/beagleblack-imx53-group.json62
2 files changed, 123 insertions, 0 deletions
diff --git a/json/arndale-only-group.json b/json/arndale-only-group.json
new file mode 100644
index 0000000..6348186
--- /dev/null
+++ b/json/arndale-only-group.json
@@ -0,0 +1,61 @@
+{
+ "health_check": false,
+ "logging_level": "DEBUG",
+ "timeout": 900,
+ "job_name": "arndale-group-multinode",
+ "device_group": [
+ {
+ "role": "exynos",
+ "count": 1,
+ "device_type": "arndale",
+ "tags": [
+ "codehelp-block"
+ ]
+ },
+ {
+ "role": "chrome",
+ "count": 1,
+ "device_type": "arndale",
+ "tags": [
+ "codehelp-shadow"
+ ]
+ }
+ ],
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "hwpack": "http://snapshots.linaro.org/kernel-hwpack/linux-preempt-rt-arndale/28/hwpack_linaro-arndale_20130723-1644_b28_armhf_supported.tar.gz",
+ "rootfs": "http://snapshots.linaro.org/ubuntu/images/nano-lava/442/linaro-raring-nano-lava-20130725-442.tar.gz"
+ },
+ "metadata": {
+ "distribution": "ubuntu",
+ "hwpack.type": "arndale",
+ "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": "multinode03.yaml"
+ }
+ ],
+ "timeout": 900
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "stream": "/anonymous/instance-manager/",
+ "server": "http://instance-manager@multinode.validation.linaro.org/RPC2/"
+ }
+ }
+ ]
+}
diff --git a/json/beagleblack-imx53-group.json b/json/beagleblack-imx53-group.json
new file mode 100644
index 0000000..b73899d
--- /dev/null
+++ b/json/beagleblack-imx53-group.json
@@ -0,0 +1,62 @@
+{
+ "timeout": 900,
+ "job_name": "beagleblack-imx53-group",
+ "logging_level": "DEBUG",
+ "device_group": [
+ {
+ "role": "black",
+ "count": 2,
+ "device_type": "beaglebone-black",
+ "tags": [
+ "codehelp-block"
+ ]
+ },
+ {
+ "role": "mx53",
+ "count": 2,
+ "device_type": "mx53loco",
+ "tags": [
+ "codehelp-shadow"
+ ]
+ }
+ ],
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "file:///home/codehelp/images/mx53loco-ubuntu-desktop.img.gz",
+ "role": "mx53"
+ }
+ },
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "http://linaro-gateway/beaglebone/beaglebone_20130625-379.img.gz",
+ "role": "black"
+ }
+ },
+ {
+ "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": "multinode03.yaml"
+ }
+ ],
+ "timeout": 900
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "stream": "/anonymous/instance-manager/",
+ "server": "http://multinode.validation.linaro.org/RPC2/"
+ }
+ }
+ ]
+}