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

Side by Side Diff: webrtc/build/mb_config.pyl

Issue 2353513004: MB: Add Android swarming bots. (Closed)
Patch Set: Created 4 years, 3 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'android_compile_x86_rel': 'android_gn_release_bot_x86', 137 'android_compile_x86_rel': 'android_gn_release_bot_x86',
138 'android_compile_x64_dbg': 'android_gn_debug_static_bot_x64', 138 'android_compile_x64_dbg': 'android_gn_debug_static_bot_x64',
139 'android_compile_mips_dbg': 'android_gn_clang_debug_static_bot_mipsel', 139 'android_compile_mips_dbg': 'android_gn_clang_debug_static_bot_mipsel',
140 'android_dbg': 'android_gn_debug_static_bot_arm', 140 'android_dbg': 'android_gn_debug_static_bot_arm',
141 'android_rel': 'android_gn_release_bot_arm', 141 'android_rel': 'android_gn_release_bot_arm',
142 'android_clang_dbg': 'android_gn_clang_debug_bot_arm', 142 'android_clang_dbg': 'android_gn_clang_debug_bot_arm',
143 'android_arm64_rel': 'android_gn_release_bot_arm64', 143 'android_arm64_rel': 'android_gn_release_bot_arm64',
144 'android_n6': 'android_gn_debug_static_bot_arm', 144 'android_n6': 'android_gn_debug_static_bot_arm',
145 'android_gyp_dbg': 'android_gyp_debug_static_bot_arm', 145 'android_gyp_dbg': 'android_gyp_debug_static_bot_arm',
146 'android_gyp_rel': 'android_gyp_release_bot_arm', 146 'android_gyp_rel': 'android_gyp_release_bot_arm',
147 'android_swarming': 'swarming_android_gn_release_bot_arm',
147 148
148 # Windows 149 # Windows
149 'win_compile_dbg': 'gn_debug_bot_x86', 150 'win_compile_dbg': 'gn_debug_bot_x86',
150 'win_compile_rel': 'gn_release_bot_x86', 151 'win_compile_rel': 'gn_release_bot_x86',
151 'win_compile_x64_dbg': 'gn_debug_bot_x64', 152 'win_compile_x64_dbg': 'gn_debug_bot_x64',
152 'win_compile_x64_rel': 'gn_release_bot_x64', 153 'win_compile_x64_rel': 'gn_release_bot_x64',
153 'win_dbg': 'gn_debug_bot_x86', 154 'win_dbg': 'gn_debug_bot_x86',
154 'win_rel': 'gn_release_bot_x86', 155 'win_rel': 'gn_release_bot_x86',
155 'win_x64_dbg': 'gn_debug_bot_x64', 156 'win_x64_dbg': 'gn_debug_bot_x64',
156 'win_x64_rel': 'gn_release_bot_x64', 157 'win_x64_rel': 'gn_release_bot_x64',
(...skipping 11 matching lines...) Expand all
168 }, 169 },
169 'client.webrtc.fyi': { 170 'client.webrtc.fyi': {
170 # Mac 171 # Mac
171 'Mac64 Release (swarming)': 'swarming_gn_release_bot_x64', 172 'Mac64 Release (swarming)': 'swarming_gn_release_bot_x64',
172 173
173 # Linux 174 # Linux
174 'Linux64 GCC': 'gn_gcc_release_bot_x64', 175 'Linux64 GCC': 'gn_gcc_release_bot_x64',
175 'Linux64 Release (swarming)': 'swarming_gn_release_bot_x64', 176 'Linux64 Release (swarming)': 'swarming_gn_release_bot_x64',
176 177
177 # Android 178 # Android
179 'Android32 Release (swarming)': 'swarming_android_gn_release_bot_arm',
178 'Android32 ASan (L Nexus6)': 'android_gn_asan_shared_release_bot_arm', 180 'Android32 ASan (L Nexus6)': 'android_gn_asan_shared_release_bot_arm',
179 'Android32 Builder': 'android_gn_release_bot_arm', 181 'Android32 Builder': 'android_gn_release_bot_arm',
180 'Android32 Tests (J Nexus4)': 'none', 182 'Android32 Tests (J Nexus4)': 'none',
181 'Android32 Tests (K Nexus5)': 'none', 183 'Android32 Tests (K Nexus5)': 'none',
182 'Android32 Tests (L Nexus6)': 'none', 184 'Android32 Tests (L Nexus6)': 'none',
183 185
184 # Windows 186 # Windows
185 'Win32 Release (swarming)': 'swarming_gn_release_bot_x86', 187 'Win32 Release (swarming)': 'swarming_gn_release_bot_x86',
186 } 188 }
187 }, 189 },
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 ], 332 ],
331 'android_gn_release_bot_arm64': [ 333 'android_gn_release_bot_arm64': [
332 'android', 'gn', 'release_bot', 'arm64' 334 'android', 'gn', 'release_bot', 'arm64'
333 ], 335 ],
334 'android_gn_debug_static_bot_x64': [ 336 'android_gn_debug_static_bot_x64': [
335 'android', 'gn', 'debug_static_bot', 'x64' 337 'android', 'gn', 'debug_static_bot', 'x64'
336 ], 338 ],
337 'android_gn_asan_shared_release_bot_arm': [ 339 'android_gn_asan_shared_release_bot_arm': [
338 'android', 'gn', 'asan', 'clang', 'shared', 'release_bot', 'arm' 340 'android', 'gn', 'asan', 'clang', 'shared', 'release_bot', 'arm'
339 ], 341 ],
342 'swarming_android_gn_release_bot_arm': [
343 'swarming', 'android', 'gn', 'release_bot', 'arm'
344 ],
340 345
341 # This is used for tracking purposes; any bot that uses this config 346 # This is used for tracking purposes; any bot that uses this config
342 # should never actually run MB. 347 # should never actually run MB.
343 'none': [ 348 'none': [
344 'error', 349 'error',
345 ], 350 ],
346 }, 351 },
347 352
348 # This is a dict mapping a given 'mixin' name to a dict of settings that 353 # This is a dict mapping a given 'mixin' name to a dict of settings that
349 # mb should use. See //tools/mb/docs/user_guide.md for more information. 354 # mb should use. See //tools/mb/docs/user_guide.md for more information.
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 'gn_args': 'target_cpu="x64"', 544 'gn_args': 'target_cpu="x64"',
540 'gyp_defines': 'target_arch=x64', 545 'gyp_defines': 'target_arch=x64',
541 }, 546 },
542 547
543 'x86': { 548 'x86': {
544 'gn_args': 'target_cpu="x86"', 549 'gn_args': 'target_cpu="x86"',
545 'gyp_defines': 'target_arch=ia32', 550 'gyp_defines': 'target_arch=ia32',
546 }, 551 },
547 }, 552 },
548 } 553 }
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