summaryrefslogtreecommitdiff
path: root/json/imx53-single-node.json
blob: 00bd8feeaf6e139f9b875a6619fe2fe2403d1bb7 (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
{
    "health_check": false,
    "logging_level": "DEBUG",
    "timeout": 900,
    "job_name": "singlenode-imx53",
    "device_type": "mx53loco",
    "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/qa/test-definitions.git",
                        "testdef": "ubuntu/smoke-tests-basic.yaml"
                    },
                    {
                        "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
                        "testdef": "singlenode03.yaml"
                    }
                ],
                "timeout": 900
            }
        },
        {
            "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://multinode.validation.linaro.org/RPC2/"
            }
        }
    ]
}