aboutsummaryrefslogtreecommitdiff
path: root/qemu-master-aarch64-user-ltp.json
blob: 40f624b47d03dd28da67b16fa217a1465bb97a50 (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
{
    "job_name": "build-qemu-master-aarch64-run-ltp",
    "device_type": "kvm",
    "tags": [
        "kvm-virt"
    ],
    "timeout": 1800,
    "actions": [
        {
            "command": "deploy_linaro_image",
            "parameters": {
                "image": "http://people.linaro.org/~matthew.hart/images/trusty-lg.img.gz"
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "http://git.linaro.org/people/alex.bennee/test-definitions.git",
                        "revision": "qemu-testing",
                        "testdef": "ubuntu/build-qemu-from-source.yaml",
                        "parameters": {
                            "TARGET": "aarch64-linux-user"
                        }
                    },
                    {
                        "git-repo": "http://git.linaro.org/people/alex.bennee/test-definitions.git",
                        "revision": "qemu-testing",
                        "testdef": "ubuntu/install-qemu-chroot.yaml",
                        "parameters": {
                            "ARCH": "aarch64",
                            "ROOTFS": "http://cdimages.ubuntu.com/ubuntu-core/releases/14.04/release/ubuntu-core-14.04-core-arm64.tar.gz"
                        }
                    },
                    {
                        "git-repo": "http://git.linaro.org/people/alex.bennee/test-definitions.git",
                        "revision": "qemu-testing",
                        "parameters": {
                            "CHROOT": "/home/chroot",
                            "LTP_RELEASE": "HEAD"
                        },
                        "testdef": "ubuntu/ltp.yaml"
                    }
                ],
                "timeout": 180000
            }
        },
        {
            "command": "submit_results",
            "parameters": {
                "server": "http://validation.linaro.org/RPC2/",
                "stream": "/anonymous/qemu-master/"
            }
        }
    ]
}