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

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

Issue 2532943004: MB: Add swarming bots in the FYI waterfall and remove memcheck swarming. (Closed)
Patch Set: Created 4 years 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'Android32 Builder': 'perf_android_release_bot_arm', 75 'Android32 Builder': 'perf_android_release_bot_arm',
76 'Android64 Builder': 'perf_android_release_bot_arm64', 76 'Android64 Builder': 'perf_android_release_bot_arm64',
77 'Android32 Tests (L Nexus5)': 'none', 77 'Android32 Tests (L Nexus5)': 'none',
78 'Android32 Tests (L Nexus7.2)': 'none', 78 'Android32 Tests (L Nexus7.2)': 'none',
79 'Android64 Tests (L Nexus9)': 'none', 79 'Android64 Tests (L Nexus9)': 'none',
80 'Linux Trusty': 'perf_release_bot_x64', 80 'Linux Trusty': 'perf_release_bot_x64',
81 'Mac 10.11': 'perf_release_bot_x64', 81 'Mac 10.11': 'perf_release_bot_x64',
82 'Win7': 'perf_release_bot_x86', 82 'Win7': 'perf_release_bot_x86',
83 }, 83 },
84 'client.webrtc.fyi': { 84 'client.webrtc.fyi': {
85 # Mac
86 'Mac (swarming)': 'release_bot_x64',
87
85 # Linux 88 # Linux
86 'Linux64 GCC': 'gcc_release_bot_x64', 89 'Linux64 GCC': 'gcc_release_bot_x64',
87 'Linux Memcheck (swarming)': 'memcheck_release_bot_x64', 90 'Linux (swarming)': 'release_bot_x64',
88 91
89 # Android 92 # Android
93 'Android (swarming)': 'android_release_bot_arm',
90 'Android32 ASan (L Nexus6)': 'android_asan_shared_release_bot_arm', 94 'Android32 ASan (L Nexus6)': 'android_asan_shared_release_bot_arm',
91 'Android32 Builder': 'android_release_bot_arm', 95 'Android32 Builder': 'android_release_bot_arm',
92 'Android32 Tests (J Nexus4)': 'none', 96 'Android32 Tests (J Nexus4)': 'none',
93 'Android32 Tests (K Nexus5)': 'none', 97 'Android32 Tests (K Nexus5)': 'none',
94 'Android32 Tests (L Nexus6)': 'none', 98 'Android32 Tests (L Nexus6)': 'none',
95
96 # Windows 99 # Windows
100 'Win (swarming)': 'release_bot_x86',
97 'Win32 SyzyASan (swarming)': 'win_syzyasan_release_bot_x86', 101 'Win32 SyzyASan (swarming)': 'win_syzyasan_release_bot_x86',
98 'Win64 Debug (Win8)': 'debug_bot_x64', 102 'Win64 Debug (Win8)': 'debug_bot_x64',
99 'Win64 Debug (Win10)': 'debug_bot_x64', 103 'Win64 Debug (Win10)': 'debug_bot_x64',
100 }, 104 },
101 'tryserver.webrtc': { 105 'tryserver.webrtc': {
102 # iOS 106 # iOS
103 'ios_dbg': 'ios_debug_static_bot_arm_device', 107 'ios_dbg': 'ios_debug_static_bot_arm_device',
104 'ios_rel': 'ios_release_bot_arm_device', 108 'ios_rel': 'ios_release_bot_arm_device',
105 'ios_arm64_dbg': 'ios_debug_static_bot_arm64_device', 109 'ios_arm64_dbg': 'ios_debug_static_bot_arm64_device',
106 'ios_arm64_rel': 'ios_release_bot_arm64_device', 110 'ios_arm64_rel': 'ios_release_bot_arm64_device',
(...skipping 11 matching lines...) Expand all
118 # Linux 122 # Linux
119 'linux_compile_dbg': 'debug_bot_x64', 123 'linux_compile_dbg': 'debug_bot_x64',
120 'linux_compile_rel': 'release_bot_x64', 124 'linux_compile_rel': 'release_bot_x64',
121 'linux_dbg': 'debug_bot_x64', 125 'linux_dbg': 'debug_bot_x64',
122 'linux_rel': 'release_bot_x64', 126 'linux_rel': 'release_bot_x64',
123 'linux32_dbg': 'debug_bot_x86', 127 'linux32_dbg': 'debug_bot_x86',
124 'linux32_rel': 'release_bot_x86', 128 'linux32_rel': 'release_bot_x86',
125 'linux_arm': 'release_bot_arm', 129 'linux_arm': 'release_bot_arm',
126 'linux_asan': 'asan_lsan_clang_release_bot_x64', 130 'linux_asan': 'asan_lsan_clang_release_bot_x64',
127 'linux_memcheck': 'release_bot_x64', 131 'linux_memcheck': 'release_bot_x64',
128 'linux_memcheck_swarming': 'memcheck_release_bot_x64',
129 'linux_msan': 'msan_clang_release_bot_x64', 132 'linux_msan': 'msan_clang_release_bot_x64',
130 'linux_tsan2': 'tsan_clang_release_bot_x64', 133 'linux_tsan2': 'tsan_clang_release_bot_x64',
131 'linux_ubsan': 'ubsan_clang_release_bot_x64', 134 'linux_ubsan': 'ubsan_clang_release_bot_x64',
132 'linux_ubsan_vptr': 'ubsan_vptr_clang_release_bot_x64', 135 'linux_ubsan_vptr': 'ubsan_vptr_clang_release_bot_x64',
133 'linux_baremetal': 'release_bot_x64', 136 'linux_baremetal': 'release_bot_x64',
134 137
135 # Android 138 # Android
136 'android_compile_dbg': 'android_debug_static_bot_arm', 139 'android_compile_dbg': 'android_debug_static_bot_arm',
137 'android_compile_rel': 'android_release_bot_arm', 140 'android_compile_rel': 'android_release_bot_arm',
138 'android_compile_arm64_dbg': 'android_debug_static_bot_arm64', 141 'android_compile_arm64_dbg': 'android_debug_static_bot_arm64',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 442
440 'x64': { 443 'x64': {
441 'gn_args': 'target_cpu="x64"', 444 'gn_args': 'target_cpu="x64"',
442 }, 445 },
443 446
444 'x86': { 447 'x86': {
445 'gn_args': 'target_cpu="x86"', 448 'gn_args': 'target_cpu="x86"',
446 }, 449 },
447 }, 450 },
448 } 451 }
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