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 |
(...skipping 24 matching lines...) Expand all Loading... |
35 'Mac Asan': 'mac_gn_asan_clang_release_bot_x64', | 35 'Mac Asan': 'mac_gn_asan_clang_release_bot_x64', |
36 'Mac64 Release [large tests]': 'gn_release_bot_x64', | 36 'Mac64 Release [large tests]': 'gn_release_bot_x64', |
37 # TODO(kjellander): Remove the two GN configs below as soon we've renamed | 37 # TODO(kjellander): Remove the two GN configs below as soon we've renamed |
38 # the bots to the GYP versions (duplicated now). | 38 # the bots to the GYP versions (duplicated now). |
39 'Mac64 Debug (GN)': 'gyp_debug_bot_x64_exclude_tests', | 39 'Mac64 Debug (GN)': 'gyp_debug_bot_x64_exclude_tests', |
40 'Mac64 Release (GN)': 'gyp_release_bot_x64_exclude_tests', | 40 'Mac64 Release (GN)': 'gyp_release_bot_x64_exclude_tests', |
41 'Mac64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', | 41 'Mac64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', |
42 'Mac64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', | 42 'Mac64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', |
43 | 43 |
44 # Linux | 44 # Linux |
45 'Linux32 ARM': 'gyp_crosscompile_release_bot_arm', | 45 'Linux32 ARM': 'gn_crosscompile_release_bot_arm', |
46 'Linux32 Debug': 'gyp_debug_bot_x86', | 46 'Linux64 Debug': 'gn_debug_bot_x64', |
47 'Linux32 Release': 'gyp_release_bot_x86', | 47 'Linux64 Release': 'gn_release_bot_x64', |
48 'Linux64 Debug': 'gyp_debug_bot_x64', | 48 'Linux Asan': 'gn_asan_lsan_clang_release_bot_x64', |
49 'Linux64 Release': 'gyp_release_bot_x64', | 49 'Linux Memcheck': 'gn_memcheck_release_bot_x64', |
50 'Linux Asan': 'gyp_asan_lsan_clang_release_bot_x64', | 50 'Linux MSan': 'gn_msan_clang_release_bot_x64', |
51 'Linux Memcheck': 'gyp_memcheck_release_bot_x64', | 51 'Linux Tsan v2': 'gn_tsan_clang_release_bot_x64', |
52 'Linux MSan': 'gyp_msan_clang_release_bot_x64', | 52 'Linux UBSan': 'gn_ubsan_clang_release_bot_x64', |
53 'Linux Tsan v2': 'gyp_tsan_clang_release_bot_x64', | 53 'Linux UBSan vptr': 'gn_ubsan_vptr_clang_release_bot_x64', |
54 'Linux UBSan': 'gyp_ubsan_clang_release_bot_x64', | 54 'Linux64 Release [large tests]': 'gn_release_bot_x64', |
55 'Linux UBSan vptr': 'gyp_ubsan_vptr_clang_release_bot_x64', | 55 # TODO(kjellander): Remove the two GN configs below as soon we've renamed |
56 'Linux64 Release [large tests]': 'gyp_release_bot_x64', | 56 # the bots to the GYP versions (duplicated now). |
57 'Linux64 Debug (GN)': 'gn_debug_bot_x64', | 57 'Linux64 Debug (GN)': 'gyp_debug_bot_x64_exclude_tests', |
58 'Linux64 Release (GN)': 'gn_release_bot_x64', | 58 'Linux64 Release (GN)': 'gyp_release_bot_x64_exclude_tests', |
| 59 'Linux64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', |
| 60 'Linux64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', |
59 | 61 |
60 # Android | 62 # Android |
61 'Android32 Builder': 'android_gn_release_bot_arm', | 63 'Android32 Builder': 'android_gn_release_bot_arm', |
62 'Android32 Builder (dbg)': 'android_gn_debug_static_bot_arm', | 64 'Android32 Builder (dbg)': 'android_gn_debug_static_bot_arm', |
63 'Android32 Builder x86': 'android_gn_release_bot_x86', | 65 'Android32 Builder x86': 'android_gn_release_bot_x86', |
64 'Android32 Builder x86 (dbg)': 'android_gn_debug_static_bot_x86', | 66 'Android32 Builder x86 (dbg)': 'android_gn_debug_static_bot_x86', |
65 'Android32 Builder MIPS (dbg)': 'android_gn_clang_debug_static_bot_mipsel'
, | 67 'Android32 Builder MIPS (dbg)': 'android_gn_clang_debug_static_bot_mipsel'
, |
66 'Android32 Clang (dbg)': 'android_gn_clang_debug_static_bot_arm', | 68 'Android32 Clang (dbg)': 'android_gn_clang_debug_static_bot_arm', |
67 'Android64 Builder': 'android_gn_release_bot_arm64', | 69 'Android64 Builder': 'android_gn_release_bot_arm64', |
68 'Android64 Builder (dbg)': 'android_gn_debug_static_bot_arm64', | 70 'Android64 Builder (dbg)': 'android_gn_debug_static_bot_arm64', |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 'mac_baremetal': 'gn_release_bot_x64', | 117 'mac_baremetal': 'gn_release_bot_x64', |
116 'mac_swarming': 'swarming_gn_debug_bot_x64', | 118 'mac_swarming': 'swarming_gn_debug_bot_x64', |
117 # TODO(kjellander): Remove the two GN configs below as soon we've renamed | 119 # TODO(kjellander): Remove the two GN configs below as soon we've renamed |
118 # the bots to the GYP versions (duplicated now). | 120 # the bots to the GYP versions (duplicated now). |
119 'mac_gn_dbg': 'gyp_debug_bot_x64_exclude_tests', | 121 'mac_gn_dbg': 'gyp_debug_bot_x64_exclude_tests', |
120 'mac_gn_rel': 'gyp_release_bot_x64_exclude_tests', | 122 'mac_gn_rel': 'gyp_release_bot_x64_exclude_tests', |
121 'mac_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests', | 123 'mac_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests', |
122 'mac_gyp_rel': 'gyp_release_bot_x64_exclude_tests', | 124 'mac_gyp_rel': 'gyp_release_bot_x64_exclude_tests', |
123 | 125 |
124 # Linux | 126 # Linux |
125 'linux_compile_dbg': 'gyp_debug_bot_x64', | 127 'linux_compile_dbg': 'gn_debug_bot_x64', |
126 'linux_compile_rel': 'gyp_release_bot_x64', | 128 'linux_compile_rel': 'gn_release_bot_x64', |
127 'linux_dbg': 'gyp_debug_bot_x64', | 129 'linux_dbg': 'gn_debug_bot_x64', |
128 'linux_rel': 'gyp_release_bot_x64', | 130 'linux_rel': 'gn_release_bot_x64', |
129 'linux_gn_dbg': 'gn_debug_bot_x64', | 131 'linux_arm': 'gn_crosscompile_release_bot_arm', |
130 'linux_gn_rel': 'gn_release_bot_x64', | 132 'linux_asan': 'gn_asan_lsan_clang_release_bot_x64', |
131 'linux_arm': 'gyp_crosscompile_release_bot_arm', | 133 'linux_memcheck': 'gn_memcheck_release_bot_x64', |
132 'linux_asan': 'gyp_asan_lsan_clang_release_bot_x64', | 134 'linux_msan': 'gn_msan_clang_release_bot_x64', |
133 'linux_memcheck': 'gyp_memcheck_release_bot_x64', | 135 'linux_tsan2': 'gn_tsan_clang_release_bot_x64', |
134 'linux_msan': 'gyp_msan_clang_release_bot_x64', | 136 'linux_ubsan': 'gn_ubsan_clang_release_bot_x64', |
135 'linux_tsan2': 'gyp_tsan_clang_release_bot_x64', | 137 'linux_ubsan_vptr': 'gn_ubsan_vptr_clang_release_bot_x64', |
136 'linux_ubsan': 'gyp_ubsan_clang_release_bot_x64', | 138 'linux_baremetal': 'gn_release_bot_x64', |
137 'linux_ubsan_vptr': 'gyp_ubsan_vptr_clang_release_bot_x64', | 139 'linux_swarming': 'swarming_gn_debug_bot_x64', |
138 'linux_baremetal': 'gyp_release_bot_x64', | 140 # TODO(kjellander): Remove the two GN configs below as soon we've renamed |
139 'linux_swarming': 'swarming_gyp_debug_bot_x64', | 141 # the bots to the GYP versions (duplicated now). |
| 142 'linux_gn_dbg': 'gyp_debug_bot_x64_exclude_tests', |
| 143 'linux_gn_rel': 'gyp_release_bot_x64_exclude_tests', |
| 144 'linux_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests', |
| 145 'linux_gyp_rel': 'gyp_release_bot_x64_exclude_tests', |
140 | 146 |
141 # Android | 147 # Android |
142 'android_compile_dbg': 'android_gn_debug_static_bot_arm', | 148 'android_compile_dbg': 'android_gn_debug_static_bot_arm', |
143 'android_compile_rel': 'android_gn_release_bot_arm', | 149 'android_compile_rel': 'android_gn_release_bot_arm', |
144 'android_compile_arm64_dbg': 'android_gn_debug_static_bot_arm64', | 150 'android_compile_arm64_dbg': 'android_gn_debug_static_bot_arm64', |
145 'android_compile_arm64_rel': 'android_gn_release_bot_arm64', | 151 'android_compile_arm64_rel': 'android_gn_release_bot_arm64', |
146 'android_compile_x86_dbg': 'android_gn_debug_static_bot_x86', | 152 'android_compile_x86_dbg': 'android_gn_debug_static_bot_x86', |
147 'android_compile_x86_rel': 'android_gn_release_bot_x86', | 153 'android_compile_x86_rel': 'android_gn_release_bot_x86', |
148 'android_compile_x64_dbg': 'android_gn_debug_static_bot_x64', | 154 'android_compile_x64_dbg': 'android_gn_debug_static_bot_x64', |
149 'android_compile_mips_dbg': 'android_gn_clang_debug_static_bot_mipsel', | 155 'android_compile_mips_dbg': 'android_gn_clang_debug_static_bot_mipsel', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 'ios', 'gyp', 'release_bot', 'arm64', 'device' | 214 'ios', 'gyp', 'release_bot', 'arm64', 'device' |
209 ], | 215 ], |
210 'ios_gyp_debug_static_bot_x86': [ | 216 'ios_gyp_debug_static_bot_x86': [ |
211 'ios', 'gyp', 'debug_static_bot', 'x86' | 217 'ios', 'gyp', 'debug_static_bot', 'x86' |
212 ], | 218 ], |
213 'ios_gyp_debug_static_bot_x64': [ | 219 'ios_gyp_debug_static_bot_x64': [ |
214 'ios', 'gyp', 'release_bot', 'x64' | 220 'ios', 'gyp', 'release_bot', 'x64' |
215 ], | 221 ], |
216 | 222 |
217 # Linux, Mac and Windows | 223 # Linux, Mac and Windows |
218 'gyp_crosscompile_release_bot_arm': [ | 224 'gn_crosscompile_release_bot_arm': [ |
219 'gyp', 'crosscompile', 'openh264_release_bot', 'arm' | 225 'gn', 'crosscompile', 'openh264_release_bot', 'arm' |
220 ], | 226 ], |
221 'gyp_debug_bot_x86': [ | 227 'gyp_debug_bot_x86': [ |
222 'gyp', 'openh264_debug_bot', 'x86' | 228 'gyp', 'openh264_debug_bot', 'x86' |
223 ], | 229 ], |
224 'gyp_release_bot_x86': [ | 230 'gyp_release_bot_x86': [ |
225 'gyp', 'openh264_release_bot', 'x86' | 231 'gyp', 'openh264_release_bot', 'x86' |
226 ], | 232 ], |
227 'gyp_debug_bot_x64': [ | 233 'gyp_debug_bot_x64': [ |
228 'gyp', 'openh264_debug_bot', 'x64' | 234 'gyp', 'openh264_debug_bot', 'x64' |
229 ], | 235 ], |
230 'gyp_debug_bot_x64_exclude_tests': [ | 236 'gyp_debug_bot_x64_exclude_tests': [ |
231 'gyp', 'openh264_debug_bot', 'x64', 'exclude_tests', 'exclude_examples' | 237 'gyp', 'openh264_debug_bot', 'x64', 'exclude_tests', 'exclude_examples' |
232 ], | 238 ], |
233 'gyp_release_bot_x64': [ | 239 'gyp_release_bot_x64': [ |
234 'gyp', 'openh264_release_bot', 'x64' | 240 'gyp', 'openh264_release_bot', 'x64' |
235 ], | 241 ], |
236 'gyp_release_bot_x64_exclude_tests': [ | 242 'gyp_release_bot_x64_exclude_tests': [ |
237 'gyp', 'openh264_release_bot', 'x64', 'exclude_tests', 'exclude_examples' | 243 'gyp', 'openh264_release_bot', 'x64', 'exclude_tests', 'exclude_examples' |
238 ], | 244 ], |
239 'gyp_asan_lsan_clang_release_bot_x64': [ | 245 'gn_asan_lsan_clang_release_bot_x64': [ |
240 'gyp', 'asan', 'lsan', 'clang', 'openh264_release_bot', 'x64' | 246 'gn', 'asan', 'lsan', 'clang', 'openh264_release_bot', 'x64' |
241 ], | 247 ], |
242 'gyp_memcheck_release_bot_x64': [ | 248 'gn_memcheck_release_bot_x64': [ |
243 'gyp', 'memcheck', 'openh264_release_bot', 'x64' | 249 'gn', 'memcheck', 'openh264_release_bot', 'x64' |
244 ], | 250 ], |
245 'gyp_msan_clang_release_bot_x64': [ | 251 'gn_msan_clang_release_bot_x64': [ |
246 'gyp', 'msan', 'clang', 'openh264_release_bot', 'x64' | 252 'gn', 'msan', 'clang', 'openh264_release_bot', 'x64' |
247 ], | 253 ], |
248 'gyp_tsan_clang_release_bot_x64': [ | 254 'gn_tsan_clang_release_bot_x64': [ |
249 'gyp', 'tsan', 'clang', 'openh264_release_bot', 'x64' | 255 'gn', 'tsan', 'clang', 'openh264_release_bot', 'x64' |
250 ], | 256 ], |
251 'gyp_ubsan_clang_release_bot_x64': [ | 257 'gn_ubsan_clang_release_bot_x64': [ |
252 'gyp', 'ubsan', 'clang', 'openh264_release_bot', 'x64' | 258 'gn', 'ubsan', 'clang', 'openh264_release_bot', 'x64' |
253 ], | 259 ], |
254 'gyp_ubsan_vptr_clang_release_bot_x64': [ | 260 'gn_ubsan_vptr_clang_release_bot_x64': [ |
255 'gyp', 'ubsan_vptr', 'clang', 'openh264_release_bot', 'x64' | 261 'gn', 'ubsan_vptr', 'clang', 'openh264_release_bot', 'x64' |
256 ], | 262 ], |
257 'gn_debug_bot_x64': [ | 263 'gn_debug_bot_x64': [ |
258 'gn', 'openh264_debug_bot', 'x64' | 264 'gn', 'openh264_debug_bot', 'x64' |
259 ], | 265 ], |
260 'gn_release_bot_x64': [ | 266 'gn_release_bot_x64': [ |
261 'gn', 'openh264_release_bot', 'x64' | 267 'gn', 'openh264_release_bot', 'x64' |
262 ], | 268 ], |
263 'swarming_gn_debug_bot_x64': [ | 269 'swarming_gn_debug_bot_x64': [ |
264 'swarming', 'gn', 'openh264_debug_bot', 'x64' | 270 'swarming', 'gn', 'openh264_debug_bot', 'x64' |
265 ], | 271 ], |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
526 'gn_args': 'target_cpu="x64"', | 532 'gn_args': 'target_cpu="x64"', |
527 'gyp_defines': 'target_arch=x64', | 533 'gyp_defines': 'target_arch=x64', |
528 }, | 534 }, |
529 | 535 |
530 'x86': { | 536 'x86': { |
531 'gn_args': 'target_cpu="x86"', | 537 'gn_args': 'target_cpu="x86"', |
532 'gyp_defines': 'target_arch=ia32', | 538 'gyp_defines': 'target_arch=ia32', |
533 }, | 539 }, |
534 }, | 540 }, |
535 } | 541 } |
OLD | NEW |