summaryrefslogtreecommitdiff
path: root/json/kvm-beagleblack-group.json
blob: d6e577843acc0c016bbd7d3271ab53c1fe275bb4 (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
77
78
79
80
81
{
    "health_check": false,
    "logging_level": "DEBUG",
    "timeout": 900,
    "job_name": "kvm-beagleblack-group-node",
    "device_group": [
        {
            "role": "99",
            "count": 1,
            "device_type": "beaglebone-black",
            "tags": [
                "codehelp-bottle"
            ]
        },
        {
            "role": "42",
            "count": 1,
            "device_type": "kvm",
            "tags": [
                "codehelp-hhgg"
            ]
        }
    ],
    "actions": [
        {
            "command": "deploy_linaro_image",
            "parameters": {
                "image": "http://images.validation.linaro.org/kvm-debian-wheezy.img.gz",
                "role": "42"
            }
        },
        {
            "command": "deploy_linaro_image",
            "parameters": {
                "image": "http://linaro-gateway/beaglebone/beaglebone_20130625-379.img.gz",
                "role": "99"
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "git://git.linaro.org/qa/test-definitions.git",
                        "testdef": "ubuntu/smoke-tests-basic.yaml"
                    },
                    {
                        "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
                        "testdef": "forwarder.yaml"
                    }
                ],
                "timeout": 900,
                "role": "99"
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "git://git.linaro.org/qa/test-definitions.git",
                        "testdef": "ubuntu/smoke-tests-basic.yaml"
                    },
                    {
                        "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
                        "testdef": "receiver.yaml"
                    }
                ],
                "timeout": 900,
                "role": "42"
            }
        },
        {
            "command": "submit_results_on_host",
            "parameters": {
                "stream": "/anonymous/codehelp/",
                "server": "http://staging.validation.linaro.org/RPC2/"
            }
        }
    ]
}