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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 'Android32 Tests (L Nexus7.2)': 'none', | 75 'Android32 Tests (L Nexus7.2)': 'none', |
76 'Android64 Tests (L Nexus9)': 'none', | 76 'Android64 Tests (L Nexus9)': 'none', |
77 | 77 |
78 # Windows | 78 # Windows |
79 'Win32 Debug': 'gyp_debug_bot_x86', | 79 'Win32 Debug': 'gyp_debug_bot_x86', |
80 'Win32 Release': 'gyp_release_bot_x86', | 80 'Win32 Release': 'gyp_release_bot_x86', |
81 'Win64 Debug': 'gyp_debug_bot_x64', | 81 'Win64 Debug': 'gyp_debug_bot_x64', |
82 'Win64 Release': 'gyp_release_bot_x64', | 82 'Win64 Release': 'gyp_release_bot_x64', |
83 'Win64 Debug (GN)': 'gn_debug_bot_x64', | 83 'Win64 Debug (GN)': 'gn_debug_bot_x64', |
84 'Win64 Release (GN)': 'gn_release_bot_x64', | 84 'Win64 Release (GN)': 'gn_release_bot_x64', |
85 'Win32 Debug (Clang)': 'win_gyp_clang_debug_bot_x86', | 85 'Win32 Debug (Clang)': 'win_gn_clang_debug_bot_x86', |
86 'Win32 Release (Clang)': 'win_gyp_clang_release_bot_x86', | 86 'Win32 Release (Clang)': 'win_gyp_clang_release_bot_x86', |
87 'Win64 Debug (Clang)': 'win_gyp_clang_debug_bot_x64', | 87 'Win64 Debug (Clang)': 'win_gyp_clang_debug_bot_x64', |
88 'Win64 Release (Clang)': 'win_gyp_clang_release_bot_x64', | 88 'Win64 Release (Clang)': 'win_gyp_clang_release_bot_x64', |
89 'Win SyzyASan': 'win_gyp_syzyasan_release_bot_x86', | 89 'Win SyzyASan': 'win_gyp_syzyasan_release_bot_x86', |
90 'Win DrMemory Full': 'win_gyp_drmemory_debug_bot_x86', | 90 'Win DrMemory Full': 'win_gyp_drmemory_debug_bot_x86', |
91 'Win DrMemory Light': 'win_gyp_drmemory_debug_bot_x86', | 91 'Win DrMemory Light': 'win_gyp_drmemory_debug_bot_x86', |
92 'Win32 Release [large tests]': 'gyp_release_bot_x86', | 92 'Win32 Release [large tests]': 'gyp_release_bot_x86', |
93 }, | 93 }, |
94 'tryserver.webrtc': { | 94 'tryserver.webrtc': { |
95 # iOS | 95 # iOS |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 'win_compile_dbg': 'gyp_debug_bot_x86', | 155 'win_compile_dbg': 'gyp_debug_bot_x86', |
156 'win_compile_rel': 'gyp_release_bot_x86', | 156 'win_compile_rel': 'gyp_release_bot_x86', |
157 'win_compile_x64_dbg': 'gyp_debug_bot_x64', | 157 'win_compile_x64_dbg': 'gyp_debug_bot_x64', |
158 'win_compile_x64_rel': 'gyp_release_bot_x64', | 158 'win_compile_x64_rel': 'gyp_release_bot_x64', |
159 'win_dbg': 'gyp_debug_bot_x86', | 159 'win_dbg': 'gyp_debug_bot_x86', |
160 'win_rel': 'gyp_release_bot_x86', | 160 'win_rel': 'gyp_release_bot_x86', |
161 'win_x64_dbg': 'gyp_debug_bot_x64', | 161 'win_x64_dbg': 'gyp_debug_bot_x64', |
162 'win_x64_rel': 'gyp_release_bot_x64', | 162 'win_x64_rel': 'gyp_release_bot_x64', |
163 'win_x64_gn_dbg': 'gn_debug_bot_x64', | 163 'win_x64_gn_dbg': 'gn_debug_bot_x64', |
164 'win_x64_gn_rel': 'gn_release_bot_x64', | 164 'win_x64_gn_rel': 'gn_release_bot_x64', |
165 'win_clang_dbg': 'win_gyp_clang_debug_bot_x86', | 165 'win_clang_dbg': 'win_gn_clang_debug_bot_x86', |
166 'win_clang_rel': 'win_gyp_clang_release_bot_x86', | 166 'win_clang_rel': 'win_gyp_clang_release_bot_x86', |
167 'win_x64_clang_dbg': 'win_gyp_clang_debug_bot_x64', | 167 'win_x64_clang_dbg': 'win_gyp_clang_debug_bot_x64', |
168 'win_x64_clang_rel': 'win_gyp_clang_release_bot_x64', | 168 'win_x64_clang_rel': 'win_gyp_clang_release_bot_x64', |
169 'win_asan': 'win_gyp_syzyasan_release_bot_x86', | 169 'win_asan': 'win_gyp_syzyasan_release_bot_x86', |
170 'win_drmemory_light': 'win_gyp_drmemory_debug_bot_x86', | 170 'win_drmemory_light': 'win_gyp_drmemory_debug_bot_x86', |
171 'win_drmemory_full': 'win_gyp_drmemory_debug_bot_x86', | 171 'win_drmemory_full': 'win_gyp_drmemory_debug_bot_x86', |
172 'win_baremetal': 'gyp_release_bot_x86', | 172 'win_baremetal': 'gyp_release_bot_x86', |
173 'win_swarming': 'swarming_gyp_debug_bot_x64', | 173 'win_swarming': 'swarming_gyp_debug_bot_x64', |
174 }, | 174 }, |
175 }, | 175 }, |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 'gn', 'openh264_debug_bot', 'x64' | 244 'gn', 'openh264_debug_bot', 'x64' |
245 ], | 245 ], |
246 'gn_release_bot_x64': [ | 246 'gn_release_bot_x64': [ |
247 'gn', 'openh264_release_bot', 'x64' | 247 'gn', 'openh264_release_bot', 'x64' |
248 ], | 248 ], |
249 'swarming_gyp_debug_bot_x64': [ | 249 'swarming_gyp_debug_bot_x64': [ |
250 'swarming', 'gyp', 'openh264_debug_bot', 'x64' | 250 'swarming', 'gyp', 'openh264_debug_bot', 'x64' |
251 ], | 251 ], |
252 | 252 |
253 # Windows | 253 # Windows |
254 'win_gyp_clang_debug_bot_x86': [ | 254 'win_gn_clang_debug_bot_x86': [ |
255 'gyp', 'clang', 'openh264_debug_bot', 'x86', | 255 'gn', 'clang', 'openh264_debug_bot', 'x86', |
256 ], | 256 ], |
257 'win_gyp_clang_release_bot_x86': [ | 257 'win_gyp_clang_release_bot_x86': [ |
258 'gyp', 'clang', 'openh264_release_bot', 'x86', | 258 'gyp', 'clang', 'openh264_release_bot', 'x86', |
259 ], | 259 ], |
260 'win_gyp_clang_debug_bot_x64': [ | 260 'win_gyp_clang_debug_bot_x64': [ |
261 'gyp', 'clang', 'openh264_debug_bot', 'x64', | 261 'gyp', 'clang', 'openh264_debug_bot', 'x64', |
262 ], | 262 ], |
263 'win_gyp_clang_release_bot_x64': [ | 263 'win_gyp_clang_release_bot_x64': [ |
264 'gyp', 'clang', 'openh264_release_bot', 'x64', | 264 'gyp', 'clang', 'openh264_release_bot', 'x64', |
265 ], | 265 ], |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
509 'gn_args': 'target_cpu="x64"', | 509 'gn_args': 'target_cpu="x64"', |
510 'gyp_defines': 'target_arch=x64', | 510 'gyp_defines': 'target_arch=x64', |
511 }, | 511 }, |
512 | 512 |
513 'x86': { | 513 'x86': { |
514 'gn_args': 'target_cpu="x86"', | 514 'gn_args': 'target_cpu="x86"', |
515 'gyp_defines': 'target_arch=ia32', | 515 'gyp_defines': 'target_arch=ia32', |
516 }, | 516 }, |
517 }, | 517 }, |
518 } | 518 } |
OLD | NEW |