OLD | NEW |
---|---|
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 # FOR DETAILS ON THIS FILE SEE THE MAIN COPY IN //tools/mb/mb_config.pyl. | 9 # FOR DETAILS ON THIS FILE SEE THE MAIN COPY IN //tools/mb/mb_config.pyl. |
10 # This is configuration for standalone WebRTC bots. It is used to keep the bot | 10 # This is configuration for standalone WebRTC bots. It is used to keep the bot |
11 # configurations source-side instead of in the buildbot scripts. That makes it | 11 # configurations source-side instead of in the buildbot scripts. That makes it |
12 # easy to try different configurations of GYP and GN in tryjob patches. | 12 # easy to try different configurations of GYP and GN in tryjob patches. |
13 | 13 |
14 { | 14 { |
15 # This is a map of buildbot master names -> buildbot builder names -> | 15 # This is a map of buildbot master names -> buildbot builder names -> |
16 # config names (where each config name is a key in the 'configs' dict, | 16 # config names (where each config name is a key in the 'configs' dict, |
17 # above). mb uses this dict to look up which config to use for a given bot. | 17 # above). mb uses this dict to look up which config to use for a given bot. |
18 # The builders should be sorted by the order they appear in the /builders | 18 # The builders should be sorted by the order they appear in the /builders |
19 # page on the buildbots, *not* alphabetically. | 19 # page on the buildbots, *not* alphabetically. |
20 'masters': { | 20 'masters': { |
21 'client.webrtc': { | 21 'client.webrtc': { |
22 # iOS | 22 # iOS |
23 'iOS32 Debug': 'ios_gyp_debug_bot_arm_device', | 23 'iOS32 Debug': 'ios_gyp_debug_static_bot_arm_device', |
24 'iOS32 Release': 'ios_gyp_release_bot_arm_device', | 24 'iOS32 Release': 'ios_gyp_release_bot_arm_device', |
25 'iOS64 Debug': 'ios_gyp_debug_bot_arm64_device', | 25 'iOS64 Debug': 'ios_gyp_debug_static_bot_arm64_device', |
26 'iOS64 Release': 'ios_gyp_release_bot_arm64_device', | 26 'iOS64 Release': 'ios_gyp_release_bot_arm64_device', |
27 'iOS32 Debug Simulator': 'ios_gyp_debug_bot_x86', | 27 'iOS32 Debug Simulator': 'ios_gyp_debug_static_bot_x86', |
28 'iOS64 Debug Simulator': 'ios_gyp_debug_bot_x64', | 28 'iOS64 Debug Simulator': 'ios_gyp_debug_static_bot_x64', |
29 'iOS64 Debug (GN)': 'ios_gn_debug_bot_arm64_device', | 29 'iOS64 Debug (GN)': 'ios_gn_debug_static_bot_arm64_device', |
30 'iOS64 Release (GN)': 'ios_gn_release_bot_arm64_device', | 30 'iOS64 Release (GN)': 'ios_gn_release_bot_arm64_device', |
31 | 31 |
32 # Mac | 32 # Mac |
33 'Mac64 Debug': 'gyp_debug_bot_x64', | 33 'Mac64 Debug': 'gyp_debug_bot_x64', |
34 'Mac64 Release': 'gyp_release_bot_x64', | 34 'Mac64 Release': 'gyp_release_bot_x64', |
35 'Mac64 Debug (GN)': 'gn_debug_bot_x64', | 35 'Mac64 Debug (GN)': 'gn_debug_bot_x64', |
36 'Mac64 Release (GN)': 'gn_release_bot_x64', | 36 'Mac64 Release (GN)': 'gn_release_bot_x64', |
37 'Mac Asan': 'mac_gyp_asan_clang_release_bot_x64', | 37 'Mac Asan': 'mac_gyp_asan_clang_release_bot_x64', |
38 'Mac64 Release [large tests]': 'gyp_release_bot_x64', | 38 'Mac64 Release [large tests]': 'gyp_release_bot_x64', |
39 | 39 |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
82 'Win32 Release (Clang)': 'win_gyp_clang_release_bot_x86', | 82 'Win32 Release (Clang)': 'win_gyp_clang_release_bot_x86', |
83 'Win64 Debug (Clang)': 'win_gyp_clang_debug_bot_x64', | 83 'Win64 Debug (Clang)': 'win_gyp_clang_debug_bot_x64', |
84 'Win64 Release (Clang)': 'win_gyp_clang_release_bot_x64', | 84 'Win64 Release (Clang)': 'win_gyp_clang_release_bot_x64', |
85 'Win SyzyASan': 'win_gyp_syzyasan_release_bot_x86', | 85 'Win SyzyASan': 'win_gyp_syzyasan_release_bot_x86', |
86 'Win DrMemory Full': 'win_gyp_drmemory_debug_bot_x86', | 86 'Win DrMemory Full': 'win_gyp_drmemory_debug_bot_x86', |
87 'Win DrMemory Light': 'win_gyp_drmemory_debug_bot_x86', | 87 'Win DrMemory Light': 'win_gyp_drmemory_debug_bot_x86', |
88 'Win32 Release [large tests]': 'gyp_release_bot_x86', | 88 'Win32 Release [large tests]': 'gyp_release_bot_x86', |
89 }, | 89 }, |
90 'tryserver.webrtc': { | 90 'tryserver.webrtc': { |
91 # iOS | 91 # iOS |
92 'ios_dbg': 'ios_gyp_debug_bot_arm_device', | 92 'ios_dbg': 'ios_gyp_debug_static_bot_arm_device', |
93 'ios_rel': 'ios_gyp_release_bot_arm_device', | 93 'ios_rel': 'ios_gyp_release_bot_arm_device', |
94 'ios_arm64_dbg': 'ios_gyp_debug_bot_arm64_device', | 94 'ios_arm64_dbg': 'ios_gyp_debug_static_bot_arm64_device', |
95 'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device', | 95 'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device', |
96 'ios32_sim_dbg': 'ios_gyp_debug_bot_x86', | 96 'ios32_sim_dbg': 'ios_gyp_debug_static_bot_x86', |
97 'ios64_sim_dbg': 'ios_gyp_debug_bot_x64', | 97 'ios64_sim_dbg': 'ios_gyp_debug_static_bot_x64', |
98 'ios64_gn_dbg': 'ios_gn_debug_bot_arm64_device', | 98 'ios64_gn_dbg': 'ios_gn_debug_static_bot_arm64_device', |
99 'ios64_gn_rel': 'ios_gn_release_bot_arm64_device', | 99 'ios64_gn_rel': 'ios_gn_release_bot_arm64_device', |
100 | 100 |
101 # Mac | 101 # Mac |
102 'mac_compile_dbg': 'gyp_debug_bot_x64', | 102 'mac_compile_dbg': 'gyp_debug_bot_x64', |
103 'mac_compile_rel': 'gyp_release_bot_x64', | 103 'mac_compile_rel': 'gyp_release_bot_x64', |
104 'mac_dbg': 'gyp_debug_bot_x64', | 104 'mac_dbg': 'gyp_debug_bot_x64', |
105 'mac_rel': 'gyp_release_bot_x64', | 105 'mac_rel': 'gyp_release_bot_x64', |
106 'mac_gn_dbg': 'gn_debug_bot_x64', | 106 'mac_gn_dbg': 'gn_debug_bot_x64', |
107 'mac_gn_rel': 'gn_release_bot_x64', | 107 'mac_gn_rel': 'gn_release_bot_x64', |
108 'mac_asan': 'mac_gyp_asan_clang_release_bot_x64', | 108 'mac_asan': 'mac_gyp_asan_clang_release_bot_x64', |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
166 }, | 166 }, |
167 }, | 167 }, |
168 | 168 |
169 # This is the list of configs that you can pass to mb; each config | 169 # This is the list of configs that you can pass to mb; each config |
170 # represents a particular combination of GYP_DEFINES/gn args that | 170 # represents a particular combination of GYP_DEFINES/gn args that |
171 # we must support. A given config *may* be platform-specific but | 171 # we must support. A given config *may* be platform-specific but |
172 # is not necessarily so (i.e., we might have mac, win, and linux | 172 # is not necessarily so (i.e., we might have mac, win, and linux |
173 # bots all using the 'gn_release_bot' config). | 173 # bots all using the 'gn_release_bot' config). |
174 'configs': { | 174 'configs': { |
175 # iOS | 175 # iOS |
176 'ios_gn_debug_bot_arm64_device': [ | 176 'ios_gn_debug_static_bot_arm64_device': [ |
177 'ios', 'gn', 'ios_debug_bot', 'arm64', 'device' | 177 'ios', 'gn', 'debug_static_bot', 'arm64', 'device' |
178 ], | 178 ], |
179 'ios_gn_release_bot_arm64_device': [ | 179 'ios_gn_release_bot_arm64_device': [ |
180 'ios', 'gn', 'ios_release_bot', 'arm64', 'device' | 180 'ios', 'gn', 'release_bot', 'arm64', 'device' |
181 ], | 181 ], |
182 'ios_gyp_debug_bot_arm_device': [ | 182 'ios_gyp_debug_static_bot_arm_device': [ |
183 'ios', 'gyp', 'ios_debug_bot', 'arm', 'device' | 183 'ios', 'gyp', 'debug_static_bot', 'arm', 'device' |
184 ], | 184 ], |
185 'ios_gyp_release_bot_arm_device': [ | 185 'ios_gyp_release_bot_arm_device': [ |
186 'ios', 'gyp', 'ios_release_bot', 'arm', 'device' | 186 'ios', 'gyp', 'release_bot', 'arm', 'device' |
187 ], | 187 ], |
188 'ios_gyp_debug_bot_arm64_device': [ | 188 'ios_gyp_debug_static_bot_arm64_device': [ |
189 'ios', 'gyp', 'ios_debug_bot', 'arm64', 'device' | 189 'ios', 'gyp', 'debug_static_bot', 'arm64', 'device' |
190 ], | 190 ], |
191 'ios_gyp_release_bot_arm64_device': [ | 191 'ios_gyp_release_bot_arm64_device': [ |
192 'ios', 'gyp', 'ios_release_bot', 'arm64', 'device' | 192 'ios', 'gyp', 'release_bot', 'arm64', 'device' |
193 ], | 193 ], |
194 'ios_gyp_debug_bot_x86': [ | 194 'ios_gyp_debug_static_bot_x86': [ |
195 'ios', 'gyp', 'ios_debug_bot', 'x86' | 195 'ios', 'gyp', 'debug_static_bot', 'x86' |
196 ], | 196 ], |
197 'ios_gyp_debug_bot_x64': [ | 197 'ios_gyp_debug_static_bot_x64': [ |
198 'ios', 'gyp', 'ios_release_bot', 'x64' | 198 'ios', 'gyp', 'release_bot', 'x64' |
199 ], | 199 ], |
200 | 200 |
201 # Linux, Mac and Windows | 201 # Linux, Mac and Windows |
202 'gyp_crosscompile_release_bot_arm': [ | 202 'gyp_crosscompile_release_bot_arm': [ |
203 'gyp', 'crosscompile', 'openh264_release_bot', 'arm' | 203 'gyp', 'crosscompile', 'openh264_release_bot', 'arm' |
204 ], | 204 ], |
205 'gyp_debug_bot_x86': [ | 205 'gyp_debug_bot_x86': [ |
206 'gyp', 'openh264_debug_bot', 'x86' | 206 'gyp', 'openh264_debug_bot', 'x86' |
207 ], | 207 ], |
208 'gyp_release_bot_x86': [ | 208 'gyp_release_bot_x86': [ |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
392 'gyp_defines': 'use_goma=1', | 392 'gyp_defines': 'use_goma=1', |
393 }, | 393 }, |
394 | 394 |
395 'gyp': {'type': 'gyp'}, | 395 'gyp': {'type': 'gyp'}, |
396 | 396 |
397 'ios': { | 397 'ios': { |
398 'gn_args': 'target_os="ios"', | 398 'gn_args': 'target_os="ios"', |
399 'gyp_defines': 'OS=ios', | 399 'gyp_defines': 'OS=ios', |
400 }, | 400 }, |
401 | 401 |
402 'ios_debug_bot': { | |
403 'mixins': ['debug', 'shared'] | |
kjellander_webrtc
2016/08/15 19:00:43
This doesn't work for the built simulator tests, i
| |
404 }, | |
405 | |
406 'ios_release_bot': { | |
407 'mixins': ['release', 'static'] | |
408 }, | |
409 | |
410 'lsan': { | 402 'lsan': { |
411 'gn_args': 'is_lsan=true', | 403 'gn_args': 'is_lsan=true', |
412 'gyp_defines': 'lsan=1', | 404 'gyp_defines': 'lsan=1', |
413 }, | 405 }, |
414 | 406 |
415 'memcheck': { | 407 'memcheck': { |
416 'gyp_defines': 'build_for_tool=memcheck', | 408 'gyp_defines': 'build_for_tool=memcheck', |
417 }, | 409 }, |
418 | 410 |
419 'minimal_symbols': { | 411 'minimal_symbols': { |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
498 'gn_args': 'target_cpu="x64"', | 490 'gn_args': 'target_cpu="x64"', |
499 'gyp_defines': 'target_arch=x64', | 491 'gyp_defines': 'target_arch=x64', |
500 }, | 492 }, |
501 | 493 |
502 'x86': { | 494 'x86': { |
503 'gn_args': 'target_cpu="x86"', | 495 'gn_args': 'target_cpu="x86"', |
504 'gyp_defines': 'target_arch=ia32', | 496 'gyp_defines': 'target_arch=ia32', |
505 }, | 497 }, |
506 }, | 498 }, |
507 } | 499 } |
OLD | NEW |