aboutsummaryrefslogtreecommitdiff
path: root/qemu-master-aarch64-system-test.json
blob: dd1d5678a1c01a9b8e4882b7ec7b54843df8a577 (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
58
59
60
61
62
63
64
{
    "job_name": "build-qemu-master-aarch64-run-system-test",
    "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": "master",
                        "testdef": "ubuntu/build-qemu-from-source.yaml",
                        "parameters": {
                            "TARGET": "aarch64-softmmu",
                            "BUILD_OPTS": ""
                        }
                    },
                    {
                        "git-repo": "http://git.linaro.org/people/alex.bennee/test-definitions.git",
                        "revision": "qemu-testing",
                        "testdef": "ubuntu/qemu-system-test.yaml",
                        "parameters": {
                            "IMAGE": "http://people.linaro.org/~alex.bennee/images/aarch64-linux-buildroot.img",
                            "TESTS": "boot stress",
                            "QEMU_BIN": "/usr/local/bin/qemu-system-aarch64",
                            "QEMU_ARGS": "-machine virt -cpu cortex-a57 -machine type=virt -nographic -smp 1 -m 396",
                            "KERNEL_ARGS": "console=ttyAMA0"
                        }
                    },
                    {
                        "git-repo": "http://git.linaro.org/people/alex.bennee/test-definitions.git",
                        "revision": "qemu-testing",
                        "testdef": "ubuntu/qemu-system-test.yaml",
                        "parameters": {
                            "IMAGE": "http://people.linaro.org/~alex.bennee/images/aarch64-linux-3.15rc2-aarch32-buildroot.img",
                            "TESTS": "boot stress",
                            "QEMU_BIN": "/usr/local/bin/qemu-system-aarch64",
                            "QEMU_ARGS": "-machine virt -cpu cortex-a57 -machine type=virt -nographic -smp 1 -m 396",
                            "KERNEL_ARGS": "console=ttyAMA0"
                        }
                    }
                ],
                "timeout": 18000
            }
        },
        {
            "command": "submit_results",
            "parameters": {
                "server": "http://validation.linaro.org/RPC2/",
                "stream": "/anonymous/qemu-master/"
            }
        }
    ]
}