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

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

Issue 2453593003: MB: Add Linux swarming bots with memory sanitizers on the FYI waterfall. (Closed)
Patch Set: Addressed comments. Created 4 years, 1 month 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'client.webrtc.perf': { 83 'client.webrtc.perf': {
84 # Android 84 # Android
85 'Android32 Builder': 'android_gn_release_bot_arm', 85 'Android32 Builder': 'android_gn_release_bot_arm',
86 'Android64 Builder': 'android_gn_release_bot_arm64', 86 'Android64 Builder': 'android_gn_release_bot_arm64',
87 'Android32 Tests (L Nexus5)': 'none', 87 'Android32 Tests (L Nexus5)': 'none',
88 'Android32 Tests (L Nexus7.2)': 'none', 88 'Android32 Tests (L Nexus7.2)': 'none',
89 'Android64 Tests (L Nexus9)': 'none', 89 'Android64 Tests (L Nexus9)': 'none',
90 }, 90 },
91 'client.webrtc.fyi': { 91 'client.webrtc.fyi': {
92 # Mac 92 # Mac
93 'Mac64 Release (swarming)': 'swarming_gn_release_bot_x64', 93 'Mac64 Release (swarming)': 'mac_gn_asan_clang_release_bot_x64',
94 94
95 # Linux 95 # Linux
96 'Linux64 GCC': 'gn_gcc_release_bot_x64', 96 'Linux64 GCC': 'gn_gcc_release_bot_x64',
97 'Linux64 Release (swarming)': 'swarming_gn_release_bot_x64', 97 'Linux Asan (swarming)': 'gn_asan_lsan_clang_release_bot_x64',
98 'Linux Memcheck (swarming)': 'gn_memcheck_release_bot_x64',
99 'Linux MSan (swarming)': 'gn_msan_clang_release_bot_x64',
100 'Linux Tsan v2 (swarming)': 'gn_tsan_clang_release_bot_x64',
101 'Linux UBSan (swarming)': 'gn_ubsan_clang_release_bot_x64',
102 'Linux UBSan vptr (swarming)': 'gn_ubsan_vptr_clang_release_bot_x64',
98 103
99 # Android 104 # Android
100 'Android32 Release (swarming)': 'swarming_android_gn_release_bot_arm', 105 'Android32 Release (swarming)': 'swarming_android_gn_release_bot_arm',
101 'Android32 ASan (L Nexus6)': 'android_gn_asan_shared_release_bot_arm', 106 'Android32 ASan (L Nexus6)': 'android_gn_asan_shared_release_bot_arm',
102 'Android32 Builder': 'android_gn_release_bot_arm', 107 'Android32 Builder': 'android_gn_release_bot_arm',
103 'Android32 Tests (J Nexus4)': 'none', 108 'Android32 Tests (J Nexus4)': 'none',
104 'Android32 Tests (K Nexus5)': 'none', 109 'Android32 Tests (K Nexus5)': 'none',
105 'Android32 Tests (L Nexus6)': 'none', 110 'Android32 Tests (L Nexus6)': 'none',
106 111
107 # Windows 112 # Windows
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 ], 268 ],
264 'gn_release_bot_x64': [ 269 'gn_release_bot_x64': [
265 'gn', 'openh264_release_bot', 'x64' 270 'gn', 'openh264_release_bot', 'x64'
266 ], 271 ],
267 'swarming_gn_release_bot_x86': [ 272 'swarming_gn_release_bot_x86': [
268 'swarming', 'gn', 'openh264_release_bot', 'x86' 273 'swarming', 'gn', 'openh264_release_bot', 'x86'
269 ], 274 ],
270 'swarming_gn_debug_bot_x64': [ 275 'swarming_gn_debug_bot_x64': [
271 'swarming', 'gn', 'openh264_debug_bot', 'x64' 276 'swarming', 'gn', 'openh264_debug_bot', 'x64'
272 ], 277 ],
273 'swarming_gn_release_bot_x64': [
274 'swarming', 'gn', 'openh264_release_bot', 'x64'
275 ],
276 278
277 # Windows 279 # Windows
278 'win_gn_clang_debug_bot_x86': [ 280 'win_gn_clang_debug_bot_x86': [
279 'gn', 'clang', 'openh264_debug_bot', 'x86', 281 'gn', 'clang', 'openh264_debug_bot', 'x86',
280 ], 282 ],
281 'win_gn_clang_release_bot_x86': [ 283 'win_gn_clang_release_bot_x86': [
282 'gn', 'clang', 'openh264_release_bot', 'x86', 284 'gn', 'clang', 'openh264_release_bot', 'x86',
283 ], 285 ],
284 'win_gn_clang_debug_bot_x64': [ 286 'win_gn_clang_debug_bot_x64': [
285 'gn', 'clang', 'openh264_debug_bot', 'x64', 287 'gn', 'clang', 'openh264_debug_bot', 'x64',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 'gn_args': 'target_cpu="x64"', 536 'gn_args': 'target_cpu="x64"',
535 'gyp_defines': 'target_arch=x64', 537 'gyp_defines': 'target_arch=x64',
536 }, 538 },
537 539
538 'x86': { 540 'x86': {
539 'gn_args': 'target_cpu="x86"', 541 'gn_args': 'target_cpu="x86"',
540 'gyp_defines': 'target_arch=ia32', 542 'gyp_defines': 'target_arch=ia32',
541 }, 543 },
542 }, 544 },
543 } 545 }
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