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

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

Issue 2491623004: MB: Add Mac Asan (swarming) to FYI waterfall. (Closed)
Patch Set: 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)': 'mac_gn_asan_clang_release_bot_x64', 93 'Mac Asan (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 'Linux Asan (swarming)': 'gn_asan_lsan_clang_release_bot_x64', 97 'Linux Asan (swarming)': 'gn_asan_lsan_clang_release_bot_x64',
98 'Linux Memcheck (swarming)': 'gn_memcheck_release_bot_x64', 98 'Linux Memcheck (swarming)': 'gn_memcheck_release_bot_x64',
99 'Linux MSan (swarming)': 'gn_msan_clang_release_bot_x64', 99 'Linux MSan (swarming)': 'gn_msan_clang_release_bot_x64',
100 'Linux Tsan v2 (swarming)': 'gn_tsan_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', 101 'Linux UBSan (swarming)': 'gn_ubsan_clang_release_bot_x64',
102 'Linux UBSan vptr (swarming)': 'gn_ubsan_vptr_clang_release_bot_x64', 102 'Linux UBSan vptr (swarming)': 'gn_ubsan_vptr_clang_release_bot_x64',
103 103
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'gn_args': 'target_cpu="x64"', 532 'gn_args': 'target_cpu="x64"',
533 'gyp_defines': 'target_arch=x64', 533 'gyp_defines': 'target_arch=x64',
534 }, 534 },
535 535
536 'x86': { 536 'x86': {
537 'gn_args': 'target_cpu="x86"', 537 'gn_args': 'target_cpu="x86"',
538 'gyp_defines': 'target_arch=ia32', 538 'gyp_defines': 'target_arch=ia32',
539 }, 539 },
540 }, 540 },
541 } 541 }
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