Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Side by Side Diff: tools_webrtc/mb/mb_config.pyl

Issue 3004513002: MB: Remove Android clang bot configurations. (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'Linux64 Release (Libfuzzer)': 'libfuzzer_asan_release_bot_x64', 54 'Linux64 Release (Libfuzzer)': 'libfuzzer_asan_release_bot_x64',
55 55
56 # Android 56 # Android
57 'Android32 (M Nexus5X)': 'android_release_bot_arm', 57 'Android32 (M Nexus5X)': 'android_release_bot_arm',
58 'Android32 (M Nexus5X)(dbg)': 'android_debug_static_bot_arm', 58 'Android32 (M Nexus5X)(dbg)': 'android_debug_static_bot_arm',
59 'Android64 (M Nexus5X)': 'android_release_bot_arm64', 59 'Android64 (M Nexus5X)': 'android_release_bot_arm64',
60 'Android64 (M Nexus5X)(dbg)': 'android_debug_static_bot_arm64', 60 'Android64 (M Nexus5X)(dbg)': 'android_debug_static_bot_arm64',
61 'Android32 Builder x86': 'android_release_bot_x86', 61 'Android32 Builder x86': 'android_release_bot_x86',
62 'Android32 Builder x86 (dbg)': 'android_debug_static_bot_x86', 62 'Android32 Builder x86 (dbg)': 'android_debug_static_bot_x86',
63 'Android64 Builder x64 (dbg)': 'android_debug_static_bot_x64', 63 'Android64 Builder x64 (dbg)': 'android_debug_static_bot_x64',
64 'Android32 Builder MIPS (dbg)': 'android_clang_debug_static_bot_mipsel', 64 'Android32 Builder MIPS (dbg)': 'android_debug_static_bot_mipsel',
65 'Android32 Clang (dbg)': 'android_clang_debug_bot_arm',
66 65
67 # Windows 66 # Windows
68 'Win32 Debug': 'debug_bot_x86', 67 'Win32 Debug': 'debug_bot_x86',
69 'Win32 Release': 'release_bot_x86', 68 'Win32 Release': 'release_bot_x86',
70 'Win64 Debug': 'debug_bot_x64', 69 'Win64 Debug': 'debug_bot_x64',
71 'Win64 Release': 'release_bot_x64', 70 'Win64 Release': 'release_bot_x64',
72 'Win32 Debug (Clang)': 'win_clang_debug_bot_x86', 71 'Win32 Debug (Clang)': 'win_clang_debug_bot_x86',
73 'Win32 Release (Clang)': 'win_clang_release_bot_x86', 72 'Win32 Release (Clang)': 'win_clang_release_bot_x86',
74 'Win64 Debug (Clang)': 'win_clang_debug_bot_x64', 73 'Win64 Debug (Clang)': 'win_clang_debug_bot_x64',
75 'Win64 Release (Clang)': 'win_clang_release_bot_x64', 74 'Win64 Release (Clang)': 'win_clang_release_bot_x64',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'linux_libfuzzer_rel': 'libfuzzer_asan_release_bot_x64', 159 'linux_libfuzzer_rel': 'libfuzzer_asan_release_bot_x64',
161 160
162 # Android 161 # Android
163 'android_compile_dbg': 'android_debug_static_bot_arm', 162 'android_compile_dbg': 'android_debug_static_bot_arm',
164 'android_compile_rel': 'android_release_bot_arm', 163 'android_compile_rel': 'android_release_bot_arm',
165 'android_compile_arm64_dbg': 'android_debug_static_bot_arm64', 164 'android_compile_arm64_dbg': 'android_debug_static_bot_arm64',
166 'android_compile_arm64_rel': 'android_release_bot_arm64', 165 'android_compile_arm64_rel': 'android_release_bot_arm64',
167 'android_compile_x86_dbg': 'android_debug_static_bot_x86', 166 'android_compile_x86_dbg': 'android_debug_static_bot_x86',
168 'android_compile_x86_rel': 'android_release_bot_x86', 167 'android_compile_x86_rel': 'android_release_bot_x86',
169 'android_compile_x64_dbg': 'android_debug_static_bot_x64', 168 'android_compile_x64_dbg': 'android_debug_static_bot_x64',
170 'android_compile_mips_dbg': 'android_clang_debug_static_bot_mipsel', 169 'android_compile_mips_dbg': 'android_debug_static_bot_mipsel',
171 'android_dbg': 'android_debug_static_bot_arm', 170 'android_dbg': 'android_debug_static_bot_arm',
172 'android_rel': 'android_release_bot_arm', 171 'android_rel': 'android_release_bot_arm',
173 'android_clang_dbg': 'android_clang_debug_bot_arm',
174 'android_arm64_rel': 'android_release_bot_arm64', 172 'android_arm64_rel': 'android_release_bot_arm64',
175 'android_experimental': 'android_release_bot_arm', 173 'android_experimental': 'android_release_bot_arm',
176 174
177 # Windows 175 # Windows
178 'win_compile_dbg': 'debug_bot_x86', 176 'win_compile_dbg': 'debug_bot_x86',
179 'win_compile_rel': 'release_bot_x86', 177 'win_compile_rel': 'release_bot_x86',
180 'win_compile_x64_dbg': 'debug_bot_x64', 178 'win_compile_x64_dbg': 'debug_bot_x64',
181 'win_compile_x64_rel': 'release_bot_x64', 179 'win_compile_x64_rel': 'release_bot_x64',
182 'win_dbg': 'debug_bot_x86', 180 'win_dbg': 'debug_bot_x86',
183 'win_rel': 'release_bot_x86', 181 'win_rel': 'release_bot_x86',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 ], 298 ],
301 'android_release_bot_arm': [ 299 'android_release_bot_arm': [
302 'android', 'gn', 'release_bot', 'arm' 300 'android', 'gn', 'release_bot', 'arm'
303 ], 301 ],
304 'android_debug_static_bot_x86': [ 302 'android_debug_static_bot_x86': [
305 'android', 'gn', 'debug_static_bot', 'x86' 303 'android', 'gn', 'debug_static_bot', 'x86'
306 ], 304 ],
307 'android_release_bot_x86': [ 305 'android_release_bot_x86': [
308 'android', 'gn', 'release_bot', 'x86' 306 'android', 'gn', 'release_bot', 'x86'
309 ], 307 ],
310 'android_clang_debug_bot_arm': [ 308 'android_debug_static_bot_mipsel': [
311 'android', 'gn', 'clang', 'debug_bot', 'arm' 309 'android', 'gn', 'debug_static_bot', 'mipsel'
312 ],
313 'android_clang_debug_static_bot_mipsel': [
314 'android', 'gn', 'clang', 'debug_static_bot', 'mipsel'
315 ], 310 ],
316 'android_debug_static_bot_arm64': [ 311 'android_debug_static_bot_arm64': [
317 'android', 'gn', 'debug_static_bot', 'arm64' 312 'android', 'gn', 'debug_static_bot', 'arm64'
318 ], 313 ],
319 'android_release_bot_arm64': [ 314 'android_release_bot_arm64': [
320 'android', 'gn', 'release_bot', 'arm64' 315 'android', 'gn', 'release_bot', 'arm64'
321 ], 316 ],
322 'android_debug_static_bot_x64': [ 317 'android_debug_static_bot_x64': [
323 'android', 'gn', 'debug_static_bot', 'x64' 318 'android', 'gn', 'debug_static_bot', 'x64'
324 ], 319 ],
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 475
481 'x86': { 476 'x86': {
482 'gn_args': 'target_cpu="x86"', 477 'gn_args': 'target_cpu="x86"',
483 }, 478 },
484 479
485 'use_default_libcxx': { 480 'use_default_libcxx': {
486 'gn_args': 'use_custom_libcxx=false', 481 'gn_args': 'use_custom_libcxx=false',
487 } 482 }
488 }, 483 },
489 } 484 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698