summaryrefslogtreecommitdiff
path: root/json/imx53-only-group.json
blob: e74757b9bee698896f6d52c1b8a031a80f25a9e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
    "timeout": 900,
    "job_name": "multinode combined tests",
    "logging_level": "INFO",
    "device_group": [
        {
            "role": "tom",
            "count": 1,
            "device_type": "mx53loco",
            "tags": [
                "codehelp-cat"
            ]
        },
        {
            "role": "jerry",
            "count": 1,
            "device_type": "mx53loco",
            "tags": [
                "codehelp-mouse"
            ]
        }
    ],
    "actions": [
        {
            "command": "deploy_linaro_image",
            "parameters": {
                "image": "file:///home/codehelp/images/mx53loco-ubuntu-desktop.img.gz"
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
                        "testdef": "multinode01.yaml"
                    },
                    {
                        "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
                        "testdef": "multinode02.yaml"
                    },
                    {
                        "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
                        "testdef": "multinode03.yaml"
                    }
                ],
                "timeout": 1800
            }
        },
        {
            "command": "submit_results_on_host",
            "parameters": {
                "stream": "/anonymous/instance-manager/",
                "server": "http://multinode.validation.linaro.org/RPC2/"
            }
        }
    ]
}