summaryrefslogtreecommitdiff
path: root/examples/qemu-aarch64-user-risu.json
blob: 7be64ab21947fac5d8a0e8017dad45ca17d5638a (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
{
    "job_name": "build-aarch64-qemu-run-risu",
    "device_type": "kvm",
    "tags": [
        "kvm-virt"
    ],
    "timeout": 3600,
    "logging_level": "DEBUG",
    "actions": [
        {
            "command": "deploy_linaro_image",
            "parameters": {
                "image": "http://people.linaro.org/~alex.bennee/images/virt-kvm/jessie-x86-64.qcow2.xz"
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "http://git.linaro.org/people/alex.bennee/test-definitions.git",
                        "testdef": "ubuntu/build-qemu-from-source.yaml",
                        "parameters": {
                            "TARGET": "aarch64-linux-user",
                            "BRANCH": "master",
                            "REPO": "https://github.com/stsquad/qemu"
                        }
                    },
                    {
                        "git-repo": "http://git.linaro.org/people/alex.bennee/test-definitions.git",
                        "testdef": "ubuntu/install-qemu-chroot.yaml",
                        "parameters": {
                            "ARCH": "aarch64",
                            "ROOTFS": "https://cloud-images.ubuntu.com/releases/16.04/release/ubuntu-16.04-server-cloudimg-arm64-root.tar.gz"
                        }
                    },
                    {
                        "git-repo": "http://git.linaro.org/people/alex.bennee/test-definitions.git",
                        "testdef": "ubuntu/risu.yaml"
                    }
                ],
                "timeout": `(format "%s" (lava-mode-end-of-day-timeout "18:00"))`
            }
        },
        {
            "command": "submit_results",
            "parameters": {
                "server": "http://validation.linaro.org/RPC2/",
                "stream": "`lava-mode-default-bundle-stream`"
            }
        }
    ]
}