summaryrefslogtreecommitdiff
path: root/lava/kvm_juno.json
blob: 84b169de8e9885a1e49304c76f09e328ce7a4028 (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/juno/latest/juno.dtb",
                "kernel": "https://snapshots.linaro.org/ubuntu/images/kvm/juno/latest/Image-juno",
                "nfsrootfs": "http://releases.linaro.org/debian/images/developer-arm64/16.02/linaro-jessie-developer-20160218-63.tar.gz",
                "target_type": "ubuntu"
            },
            "metadata": {
                "distribution": "ubuntu",
                "hwpack.type": "juno",
                "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": 18000
            }
        },
        {
            "command": "submit_results",
            "parameters": {
                "server": "http://validation.linaro.org/RPC2/",
                "stream": "/private/team/linaro/virtualization/"
            }
        }
    ],
    "job_name": "KVM Juno CI",
    "device_type": "juno",
    "logging_level": "INFO",
    "timeout": 20000
}