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

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

Issue 2232643003: Add Mac bots to MB. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased. Created 4 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 11 matching lines...) Expand all
22 # iOS 22 # iOS
23 'iOS32 Debug': 'ios_gyp_debug_bot_arm_device', 23 'iOS32 Debug': 'ios_gyp_debug_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_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_bot_x86',
28 'iOS64 Debug Simulator': 'ios_gyp_debug_bot_x64', 28 'iOS64 Debug Simulator': 'ios_gyp_debug_bot_x64',
29 'iOS64 Debug (GN)': 'ios_gn_debug_bot_arm64_device', 29 'iOS64 Debug (GN)': 'ios_gn_debug_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
33 'Mac64 Debug': 'gyp_debug_bot_x64',
34 'Mac64 Release': 'gyp_release_bot_x64',
35 'Mac64 Debug (GN)': 'gn_debug_bot_x64',
36 'Mac64 Release (GN)': 'gn_release_bot_x64',
37 'Mac Asan': 'mac_gyp_asan_clang_release_bot_x64',
38 'Mac64 Release [large tests]': 'gyp_release_bot_x64',
39
32 # Linux 40 # Linux
33 'Linux32 ARM': 'gyp_crosscompile_release_bot_arm', 41 'Linux32 ARM': 'gyp_crosscompile_release_bot_arm',
34 'Linux32 Debug': 'gyp_debug_bot_x86', 42 'Linux32 Debug': 'gyp_debug_bot_x86',
35 'Linux32 Release': 'gyp_release_bot_x86', 43 'Linux32 Release': 'gyp_release_bot_x86',
36 'Linux64 Debug': 'gyp_debug_bot_x64', 44 'Linux64 Debug': 'gyp_debug_bot_x64',
37 'Linux64 Release': 'gyp_release_bot_x64', 45 'Linux64 Release': 'gyp_release_bot_x64',
38 'Linux Asan': 'gyp_asan_lsan_clang_release_bot_x64', 46 'Linux Asan': 'gyp_asan_lsan_clang_release_bot_x64',
39 'Linux Memcheck': 'gyp_memcheck_release_bot_x64', 47 'Linux Memcheck': 'gyp_memcheck_release_bot_x64',
40 'Linux MSan': 'gyp_msan_clang_release_bot_x64', 48 'Linux MSan': 'gyp_msan_clang_release_bot_x64',
41 'Linux Tsan v2': 'gyp_tsan_clang_release_bot_x64', 49 'Linux Tsan v2': 'gyp_tsan_clang_release_bot_x64',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 # iOS 91 # iOS
84 'ios_dbg': 'ios_gyp_debug_bot_arm_device', 92 'ios_dbg': 'ios_gyp_debug_bot_arm_device',
85 'ios_rel': 'ios_gyp_release_bot_arm_device', 93 'ios_rel': 'ios_gyp_release_bot_arm_device',
86 'ios_arm64_dbg': 'ios_gyp_debug_bot_arm64_device', 94 'ios_arm64_dbg': 'ios_gyp_debug_bot_arm64_device',
87 'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device', 95 'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device',
88 'ios32_sim_dbg': 'ios_gyp_debug_bot_x86', 96 'ios32_sim_dbg': 'ios_gyp_debug_bot_x86',
89 'ios64_sim_dbg': 'ios_gyp_debug_bot_x64', 97 'ios64_sim_dbg': 'ios_gyp_debug_bot_x64',
90 'ios64_gn_dbg': 'ios_gn_debug_bot_arm64_device', 98 'ios64_gn_dbg': 'ios_gn_debug_bot_arm64_device',
91 'ios64_gn_rel': 'ios_gn_release_bot_arm64_device', 99 'ios64_gn_rel': 'ios_gn_release_bot_arm64_device',
92 100
101 # Mac
102 'mac_compile_dbg': 'gyp_debug_bot_x64',
103 'mac_compile_rel': 'gyp_release_bot_x64',
104 'mac_dbg': 'gyp_debug_bot_x64',
105 'mac_rel': 'gyp_release_bot_x64',
106 'mac_gn_dbg': 'gn_debug_bot_x64',
107 'mac_gn_rel': 'gn_release_bot_x64',
108 'mac_asan': 'mac_gyp_asan_clang_release_bot_x64',
109 'mac_baremetal': 'gyp_release_bot_x64',
110 'mac_swarming': 'swarming_gyp_debug_bot_x64',
111
93 # Linux 112 # Linux
94 'linux_compile_dbg': 'gyp_debug_bot_x64', 113 'linux_compile_dbg': 'gyp_debug_bot_x64',
95 'linux_compile_rel': 'gyp_release_bot_x64', 114 'linux_compile_rel': 'gyp_release_bot_x64',
96 'linux_dbg': 'gyp_debug_bot_x64', 115 'linux_dbg': 'gyp_debug_bot_x64',
97 'linux_rel': 'gyp_release_bot_x64', 116 'linux_rel': 'gyp_release_bot_x64',
98 'linux_gn_dbg': 'gn_debug_bot_x64', 117 'linux_gn_dbg': 'gn_debug_bot_x64',
99 'linux_gn_rel': 'gn_release_bot_x64', 118 'linux_gn_rel': 'gn_release_bot_x64',
100 'linux_arm': 'gyp_crosscompile_release_bot_arm', 119 'linux_arm': 'gyp_crosscompile_release_bot_arm',
101 'linux_asan': 'gyp_asan_lsan_clang_release_bot_x64', 120 'linux_asan': 'gyp_asan_lsan_clang_release_bot_x64',
102 'linux_memcheck': 'gyp_memcheck_release_bot_x64', 121 'linux_memcheck': 'gyp_memcheck_release_bot_x64',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 ], 257 ],
239 'win_gyp_syzyasan_release_bot_x86': [ 258 'win_gyp_syzyasan_release_bot_x86': [
240 'gyp', 'syzyasan', 'minimal_symbols', 'openh264_release_bot', 'x86', 259 'gyp', 'syzyasan', 'minimal_symbols', 'openh264_release_bot', 'x86',
241 ], 260 ],
242 # TODO(kjellander): Flip DrMemory bots over to Release after GN migration 261 # TODO(kjellander): Flip DrMemory bots over to Release after GN migration
243 # (http://crbug.com/636414). 262 # (http://crbug.com/636414).
244 'win_gyp_drmemory_debug_bot_x86': [ 263 'win_gyp_drmemory_debug_bot_x86': [
245 'gyp', 'drmemory', 'minimal_symbols', 'openh264_debug_bot', 'x86', 264 'gyp', 'drmemory', 'minimal_symbols', 'openh264_debug_bot', 'x86',
246 ], 265 ],
247 266
267 # Mac
268 'mac_gyp_asan_clang_release_bot_x64': [
269 'gyp', 'asan', 'clang', 'openh264_release_bot', 'x64',
270 ],
271
248 # Android 272 # Android
249 'android_gyp_debug_static_bot_arm': [ 273 'android_gyp_debug_static_bot_arm': [
250 'android', 'gyp', 'debug_static_bot', 'arm' 274 'android', 'gyp', 'debug_static_bot', 'arm'
251 ], 275 ],
252 'android_gyp_release_bot_arm': [ 276 'android_gyp_release_bot_arm': [
253 'android', 'gyp', 'release_bot', 'arm' 277 'android', 'gyp', 'release_bot', 'arm'
254 ], 278 ],
255 'android_gyp_debug_static_bot_x86': [ 279 'android_gyp_debug_static_bot_x86': [
256 'android', 'gyp', 'debug_static_bot', 'x86' 280 'android', 'gyp', 'debug_static_bot', 'x86'
257 ], 281 ],
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 'gn_args': 'target_cpu="x64"', 498 'gn_args': 'target_cpu="x64"',
475 'gyp_defines': 'target_arch=x64', 499 'gyp_defines': 'target_arch=x64',
476 }, 500 },
477 501
478 'x86': { 502 'x86': {
479 'gn_args': 'target_cpu="x86"', 503 'gn_args': 'target_cpu="x86"',
480 'gyp_defines': 'target_arch=ia32', 504 'gyp_defines': 'target_arch=ia32',
481 }, 505 },
482 }, 506 },
483 } 507 }
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