aboutsummaryrefslogtreecommitdiff
path: root/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
blob: de894b59886388ef388fee2d495857213a9388d0 (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
{
    "actions": [
        {
            "command": "deploy_linaro_image",
            "metadata": {
                "distribution": "openembedded",
                "hwpack.build": "${BUILD_NUMBER}",
                "hwpack.type": "vexpress64"
            },
            "parameters": {
                "bootloadertype": "uefi",
                "image": "${IMAGE_URL}"
            }
        },
        {
            "command": "boot_linaro_image",
            "parameters": {
                "options": [
                    "cluster0.NUM_CORES=4",
                    "cluster1.NUM_CORES=4"
                ]
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "git://git.linaro.org/qa/test-definitions.git",
                        "testdef": "openembedded/smoke-tests-basic.yaml"
                    }
                ],
                "timeout": 800
            }
        },
        {
            "command": "submit_results",
            "parameters": {
                "server": "http://${LAVA_SERVER}",
                "stream": "${BUNDLE_STREAM_NAME}"
            }
        }
    ],
    "device_type": "rtsm_fvp_base-aemv8a",
    "job_name": "${BUILD_URL} - rtsm_fvp_base-aemv8a 4x4",
    "timeout": 172800
}