summaryrefslogtreecommitdiff
path: root/lava/kvm_mustang.json
blob: daffb25d60f1552805dfc4932502a5459577e34b (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
{
    "actions": [
        {
            "command": "deploy_linaro_kernel",
            "parameters": {
                "dtb": "https://snapshots.linaro.org/ubuntu/images/kvm/mustang/latest/apm-mustang.dtb",
                "kernel": "https://snapshots.linaro.org/ubuntu/images/kvm/mustang/latest/uImage-mustang",
                "nfsrootfs": "http://releases.linaro.org/15.03/ubuntu/utopic-images/nano-arm64/linaro-utopic-nano-20150309-90.tar.gz",
                "target_type": "ubuntu"
            },
            "metadata": {
                "distribution": "ubuntu",
                "hwpack.type": "mustang",
                "testplan": "kvm"
            }
        },
        {
            "command": "boot_linaro_image"
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "git://git.linaro.org/qa/test-definitions.git",
                        "testdef": "ubuntu/kvm.yaml"
                    }
                ],
                "timeout": 9000
            }
        },
        {
            "command": "submit_results",
            "parameters": {
                "server": "http://validation.linaro.org/RPC2/",
                "stream": "/private/team/mustang/kvm/"
            }
        }
    ],
    "job_name": "KVM Mustang CI",
    "device_type": "mustang",
    "logging_level": "INFO",
    "timeout": 10000
}