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

Side by Side Diff: tools-webrtc/mb/mb_config.pyl

Issue 2787483002: MB: Add the new ARM bots. (Closed)
Patch Set: Created 3 years, 8 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 19 matching lines...) Expand all
30 30
31 # Mac 31 # Mac
32 'Mac64 Debug': 'debug_bot_x64', 32 'Mac64 Debug': 'debug_bot_x64',
33 'Mac64 Release': 'release_bot_x64', 33 'Mac64 Release': 'release_bot_x64',
34 'Mac Asan': 'mac_asan_clang_release_bot_x64', 34 'Mac Asan': 'mac_asan_clang_release_bot_x64',
35 'Mac64 Release [large tests]': 'release_bot_x64', 35 'Mac64 Release [large tests]': 'release_bot_x64',
36 36
37 # Linux 37 # Linux
38 'Linux32 Debug': 'debug_bot_x86', 38 'Linux32 Debug': 'debug_bot_x86',
39 'Linux32 Release': 'release_bot_x86', 39 'Linux32 Release': 'release_bot_x86',
40 'Linux32 ARM': 'release_bot_arm', 40 'Linux32 Debug (ARM)': 'debug_bot_arm',
ehmaldonado_webrtc 2017/03/29 13:50:58 Remove, or comment. I guess it doesn't make a diff
kjellander_webrtc 2017/03/29 13:51:53 I wanted it here to make it easier to promote it w
41 'Linux32 Release (ARM)': 'release_bot_arm',
41 'Linux64 Debug': 'debug_bot_x64', 42 'Linux64 Debug': 'debug_bot_x64',
42 'Linux64 Release': 'release_bot_x64', 43 'Linux64 Release': 'release_bot_x64',
44 'Linux64 Debug (ARM)': 'debug_bot_arm64',
45 'Linux64 Release (ARM)': 'release_bot_arm64',
43 'Linux Asan': 'asan_lsan_clang_release_bot_x64', 46 'Linux Asan': 'asan_lsan_clang_release_bot_x64',
44 'Linux Memcheck': 'memcheck_release_bot_x64', 47 'Linux Memcheck': 'memcheck_release_bot_x64',
45 'Linux MSan': 'msan_clang_release_bot_x64', 48 'Linux MSan': 'msan_clang_release_bot_x64',
46 'Linux Tsan v2': 'tsan_clang_release_bot_x64', 49 'Linux Tsan v2': 'tsan_clang_release_bot_x64',
47 'Linux UBSan': 'ubsan_clang_release_bot_x64', 50 'Linux UBSan': 'ubsan_clang_release_bot_x64',
48 'Linux UBSan vptr': 'ubsan_vptr_clang_release_bot_x64', 51 'Linux UBSan vptr': 'ubsan_vptr_clang_release_bot_x64',
49 'Linux64 Release [large tests]': 'release_bot_x64', 52 'Linux64 Release [large tests]': 'release_bot_x64',
50 'Linux64 Release (Libfuzzer)': 'libfuzzer_asan_release_bot_x64', 53 'Linux64 Release (Libfuzzer)': 'libfuzzer_asan_release_bot_x64',
51 54
52 # Android 55 # Android
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'Android64 Tests (L Nexus9)': 'none', 87 'Android64 Tests (L Nexus9)': 'none',
85 'Linux Trusty': 'perf_release_bot_x64', 88 'Linux Trusty': 'perf_release_bot_x64',
86 'Mac 10.11': 'perf_release_bot_x64', 89 'Mac 10.11': 'perf_release_bot_x64',
87 'Win7': 'perf_release_bot_x86', 90 'Win7': 'perf_release_bot_x86',
88 }, 91 },
89 'client.webrtc.fyi': { 92 'client.webrtc.fyi': {
90 # Mac 93 # Mac
91 'Mac (swarming)': 'release_bot_x64', 94 'Mac (swarming)': 'release_bot_x64',
92 95
93 # Linux 96 # Linux
97 # TODO(kjellander): Remove when bugs.webrtc.org/7090 is fixed.
98 'Linux32 Debug (ARM)': 'debug_bot_arm',
94 'Linux64 GCC': 'gcc_release_bot_x64', 99 'Linux64 GCC': 'gcc_release_bot_x64',
95 'Linux (swarming)': 'release_bot_x64', 100 'Linux (swarming)': 'release_bot_x64',
96 101
97 # Android 102 # Android
98 'Android (swarming)': 'android_release_bot_arm', 103 'Android (swarming)': 'android_release_bot_arm',
99 'Android ASan (swarming)': 'android_asan_shared_release_bot_arm', 104 'Android ASan (swarming)': 'android_asan_shared_release_bot_arm',
100 # Windows 105 # Windows
101 'Win (swarming)': 'release_bot_x86', 106 'Win (swarming)': 'release_bot_x86',
102 'Win32 ASan (swarming)': 'win_asan_clang_release_bot_x86', 107 'Win32 ASan (swarming)': 'win_asan_clang_release_bot_x86',
103 'Win64 Debug (Win8)': 'debug_bot_x64', 108 'Win64 Debug (Win8)': 'debug_bot_x64',
(...skipping 15 matching lines...) Expand all
119 'mac_dbg': 'debug_bot_x64', 124 'mac_dbg': 'debug_bot_x64',
120 'mac_rel': 'release_bot_x64', 125 'mac_rel': 'release_bot_x64',
121 'mac_asan': 'mac_asan_clang_release_bot_x64', 126 'mac_asan': 'mac_asan_clang_release_bot_x64',
122 'mac_baremetal': 'release_bot_x64', 127 'mac_baremetal': 'release_bot_x64',
123 128
124 # Linux 129 # Linux
125 'linux_compile_dbg': 'debug_bot_x64', 130 'linux_compile_dbg': 'debug_bot_x64',
126 'linux_compile_rel': 'release_bot_x64', 131 'linux_compile_rel': 'release_bot_x64',
127 'linux_dbg': 'debug_bot_x64', 132 'linux_dbg': 'debug_bot_x64',
128 'linux_rel': 'release_bot_x64', 133 'linux_rel': 'release_bot_x64',
134 'linux_arm64_dbg': 'debug_bot_arm64',
135 'linux_arm64_rel': 'release_bot_arm64',
129 'linux32_dbg': 'debug_bot_x86', 136 'linux32_dbg': 'debug_bot_x86',
130 'linux32_rel': 'release_bot_x86', 137 'linux32_rel': 'release_bot_x86',
131 'linux_arm': 'release_bot_arm', 138 'linux32_arm_dbg': 'debug_bot_arm',
139 'linux32_arm_rel': 'release_bot_arm',
132 'linux_asan': 'asan_lsan_clang_release_bot_x64', 140 'linux_asan': 'asan_lsan_clang_release_bot_x64',
133 'linux_memcheck': 'memcheck_release_bot_x64', 141 'linux_memcheck': 'memcheck_release_bot_x64',
134 'linux_msan': 'msan_clang_release_bot_x64', 142 'linux_msan': 'msan_clang_release_bot_x64',
135 'linux_tsan2': 'tsan_clang_release_bot_x64', 143 'linux_tsan2': 'tsan_clang_release_bot_x64',
136 'linux_ubsan': 'ubsan_clang_release_bot_x64', 144 'linux_ubsan': 'ubsan_clang_release_bot_x64',
137 'linux_ubsan_vptr': 'ubsan_vptr_clang_release_bot_x64', 145 'linux_ubsan_vptr': 'ubsan_vptr_clang_release_bot_x64',
138 'linux_baremetal': 'release_bot_x64', 146 'linux_baremetal': 'release_bot_x64',
139 'linux_libfuzzer_rel': 'libfuzzer_asan_release_bot_x64', 147 'linux_libfuzzer_rel': 'libfuzzer_asan_release_bot_x64',
140 148
141 # Android 149 # Android
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 183
176 # This is the list of configs that you can pass to mb; each config 184 # This is the list of configs that you can pass to mb; each config
177 # represents a particular combination of gn args that we must support. 185 # represents a particular combination of gn args that we must support.
178 # A given config *may* be platform-specific but is not necessarily so (i.e., 186 # A given config *may* be platform-specific but is not necessarily so (i.e.,
179 # we might have mac, win, and linux bots all using the 'release_bot' config). 187 # we might have mac, win, and linux bots all using the 'release_bot' config).
180 'configs': { 188 'configs': {
181 # Linux, Mac and Windows 189 # Linux, Mac and Windows
182 'gcc_release_bot_x64': [ 190 'gcc_release_bot_x64': [
183 'gn', 'gcc', 'release_bot', 'x64' 191 'gn', 'gcc', 'release_bot', 'x64'
184 ], 192 ],
193 'debug_bot_arm': [
194 'gn', 'openh264_release_bot', 'arm'
195 ],
185 'release_bot_arm': [ 196 'release_bot_arm': [
186 'gn', 'openh264_release_bot', 'arm' 197 'gn', 'openh264_release_bot', 'arm'
187 ], 198 ],
199 'debug_bot_arm64': [
200 'gn', 'openh264_release_bot', 'arm64'
201 ],
202 'release_bot_arm64': [
203 'gn', 'openh264_release_bot', 'arm64'
204 ],
188 'asan_lsan_clang_release_bot_x64': [ 205 'asan_lsan_clang_release_bot_x64': [
189 'gn', 'asan', 'lsan', 'clang', 'openh264_release_bot', 'x64' 206 'gn', 'asan', 'lsan', 'clang', 'openh264_release_bot', 'x64'
190 ], 207 ],
191 'msan_clang_release_bot_x64': [ 208 'msan_clang_release_bot_x64': [
192 'gn', 'msan', 'clang', 'openh264_release_bot', 'x64' 209 'gn', 'msan', 'clang', 'openh264_release_bot', 'x64'
193 ], 210 ],
194 'tsan_clang_release_bot_x64': [ 211 'tsan_clang_release_bot_x64': [
195 'gn', 'tsan', 'clang', 'openh264_release_bot', 'x64' 212 'gn', 'tsan', 'clang', 'openh264_release_bot', 'x64'
196 ], 213 ],
197 'ubsan_clang_release_bot_x64': [ 214 'ubsan_clang_release_bot_x64': [
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 451
435 'x64': { 452 'x64': {
436 'gn_args': 'target_cpu="x64"', 453 'gn_args': 'target_cpu="x64"',
437 }, 454 },
438 455
439 'x86': { 456 'x86': {
440 'gn_args': 'target_cpu="x86"', 457 'gn_args': 'target_cpu="x86"',
441 }, 458 },
442 }, 459 },
443 } 460 }
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