aboutsummaryrefslogtreecommitdiff
path: root/wa2multi.json
blob: f290b7ebef77e297a6a14b48ac63f36ba6679727 (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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
    "health_check": false,
    "logging_level": "INFO",
    "timeout": 6600,
    "job_name": "WAv2 multi node",
    "device_group": [
        {
            "role": "host",
            "count": 1,
            "device_type": "dummy-ssh"
        },
       {
            "role": "target",
            "count": 1,
            "device_type": "vexpress-tc2"
        }
    ],
    "actions": [
        {
            "command": "dummy_deploy",
            "parameters": {
                "target_type": "ubuntu"
            }
        },
                {
            "command": "deploy_linaro_android_image",
            "metadata": {
                "android.build": "207",
                "android.name": "linaro-android-vexpress-lsk",
                "android.url": "https://android-build.linaro.org/builds/~linaro-android/vexpress-lsk/"
            },
            "parameters": {
                "boot": "http://snapshots.linaro.org/android/~linaro-android/vexpress-lsk/207/boot.tar.bz2",
                "data": "http://snapshots.linaro.org/android/~linaro-android/vexpress-lsk/207/userdata.tar.bz2",
                "system": "http://snapshots.linaro.org/android/~linaro-android/vexpress-lsk/207/system.tar.bz2",
                "role": "target"
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "git://git.linaro.org/people/milosz.wasilewski/wa2-lava.git",
                        "testdef": "wa2host.yaml",
                        "parameters": {
                            "AGENDA": "hmp_audio.yaml",
                            "JOB_NAME": "hmp_multinode_experiment1",
                            "MODE": "mp",
                            "SIGNAL_PREFIX": "hmp-audio-iter1"
                        }
                    }
                ],
                "timeout": 4200,
                "role": "host"
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "git://git.linaro.org/people/milosz.wasilewski/wa2-lava.git",
                        "testdef": "wa2target.yaml",
                        "parameters": {
                            "SIGNAL_PREFIX": "hmp-audio-iter1"
                        }

                    }
                ],
                "timeout": 2400,
                "role": "target"
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "git://git.linaro.org/people/milosz.wasilewski/wa2-lava.git",
                        "testdef": "wa2host.yaml",
                        "parameters": {
                            "AGENDA": "hmp_audio.yaml",
                            "JOB_NAME": "hmp_multinode_experiment1",
                            "MODE": "mp",
                            "SIGNAL_PREFIX": "hmp-audio-iter2"
                        }
                    }
                ],
                "timeout": 4200,
                "role": "host"
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "git://git.linaro.org/people/milosz.wasilewski/wa2-lava.git",
                        "testdef": "wa2target.yaml",
                        "parameters": {
                            "SIGNAL_PREFIX": "hmp-audio-iter2"
                        }
                    }
                ],
                "timeout": 2400,
                "role": "target"
            }
        },
        {
            "command": "submit_results_on_host",
            "parameters": {
                "stream": "/anonymous/mwasilew/",
                "server": "http://validation.linaro.org/RPC2/"
            }
        }
    ]
}