summaryrefslogtreecommitdiff
path: root/lava/xen-midway.json
blob: 9a09e6557f2de6b987a3eca777cdd20b102f17eb (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
{
    "actions": [
        {
            "command": "deploy_linaro_image",
            "metadata": {
                "rootfs.type": "server",
                "ubuntu.distribution": "ubuntu",
                "ubuntu.name": "midway"
            },
            "parameters": {
                "image": "http://snapshots.linaro.org/ubuntu/images/xen/latest/xenlava-midway.img.gz"
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "http://git.linaro.org/git/ci/xen-ci.git",
                        "testdef": "lava/xentest.yaml"
                    }
                ],
                "timeout": 9600
            }
        },
        {
            "command": "submit_results",
            "parameters": {
                "server": "http://validation.linaro.org/RPC2/",
                "stream": "/anonymous/xentest/"
            }
        }
    ],
    "device_type": "midway",
    "job_name": "Xen Midway test",
    "timeout": 172800
}