summaryrefslogtreecommitdiff
path: root/job-template.json
blob: 2e162a01da117c13976012a96a177163d85ca77f (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
65
66
67
68
69
70
71
72
73
74
75
76
{
    "actions": [
        {
            "command": "deploy_linaro_image",
            "metadata": {
                "distribution": "openembedded",
                "hwpack.build": "%%BUILD_NUMBER%%",
                "hwpack.type": "%%hwpack%%",
                "rootfs.build": "%%ROOTFS_BUILD_NUMBER%%",
                "rootfs.type": "lamp-armv8"
            },
            "parameters": {
                "hwpack": "http://snapshots.linaro.org/kernel-hwpack/linux-linaro-tracking-ll-%%hwpack%%/%%BUILD_NUMBER%%/%%HWPACK_FILENAME%%",
                "rootfs": "%%ROOTFS_BUILD_URL%%"
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "git://git.linaro.org/qa/test-definitions.git",
                        "testdef": "openembedded/smoke-tests-basic.yaml"
                    }
                ],
                "timeout": 1200
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "git://git.linaro.org/qa/test-definitions.git",
                        "testdef": "openembedded/device-tree.yaml"
                    }
                ],
                "timeout": 800
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "git://git.linaro.org/qa/test-definitions.git",
                        "testdef": "openembedded/ltp.yaml"
                    }
                ],
                "timeout": 18000
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "git://git.linaro.org/qa/test-definitions.git",
                        "testdef": "openembedded/perf.yaml"
                    }
                ],
                "timeout": 800
            }
        },
        {
            "command": "submit_results",
            "parameters": {
                "server": "http://validation.linaro.org/RPC2/",
                "stream": "/private/team/linaro/ci-linux-linaro-tracking-ll/"
            }
        }
    ],
    "device_type": "%%device_type%%",
    "job_name": "%%BUILD_URL%%",
    "timeout": 172800
}