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

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

Issue 1814953002: mb_config.pyl cleanup : sort the builders in each master (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mb_clean_up_unsupported_configs
Patch Set: Created 4 years, 9 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 # This is a map of buildbot master names -> buildbot builder names ->
7 # config names (where each config name is a key in the 'configs' dict,
8 # below). MB uses this dict to look up which config to use for a given bot.
9 #
10 # TODO(crbug.com/481692): Add in remaining bots on the waterfalls.
11 'masters': {
12 # Take care when changing any of these builders to ensure that you do not
13 # include a configuration with 'chrome_with_codecs' since these builders
14 # generated publicly advertised non-Official builds which are not allowed
15 # to have proprietary codecs enabled.
16 'chromium': {
17 'Android': 'android_without_codecs_gyp_release_bot_minimal_symbols',
18 'Linux x64': 'noswarming_gn_release_bot',
19 'Linux': 'noswarming_gyp_release_bot_x86',
20 'Mac': 'noswarming_gyp_release_bot_mac_strip',
21 'Win': 'noswarming_gyp_release_bot',
22 },
23 'chromium.android': {
24 'Android GN Builder (dbg)': 'android_gn_debug_bot',
25 'Android MIPS Builder (dbg)': 'android_gn_debug_static_bot_mipsel',
26 'Android Swarm Builder':
27 'swarming_android_gn_release_bot_minimal_symbols',
28 'Android arm Builder (dbg)': 'android_gn_debug_static_bot',
29 'Android arm64 Builder (dbg)': 'android_gn_debug_static_bot_arm64',
30 'Android x64 Builder (dbg)': 'android_gn_debug_static_bot_x64',
31 'Android x86 Builder (dbg)': 'android_gn_debug_static_bot_x86',
32 'Jelly Bean Tester': 'android_gn_debug_static_bot',
33 'KitKat Tablet Tester': 'android_gn_debug_static_bot',
34 'Lollipop Consumer Tester': 'android_gn_debug_static_bot_arm64',
35 'Lollipop Low-end Tester': 'android_gn_debug_static_bot',
36 'Lollipop Phone Tester': 'android_gn_debug_static_bot',
37 'Lollipop Tablet Tester': 'android_gn_debug_static_bot',
38 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64',
39 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot',
40 },
41 'chromium.chrome': {
42 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos',
43 'Google Chrome Linux x64': 'gn_official_goma',
44 'Google Chrome Linux': 'gyp_official_goma_x86',
45 'Google Chrome Mac': 'gyp_official_goma',
46 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86',
47 },
48 'chromium.chromiumos': {
49 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
50 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
51 },
52 'chromium.linux': {
53 'Android Arm64 Builder (dbg)':
54 'swarming_android_gyp_debug_static_bot_arm64',
55 'Android Builder (dbg)': 'swarming_android_gyp_debug_static_bot',
56 'Android Builder': 'swarming_android_gyp_release_bot_minimal_symbols',
57 'Android Clang Builder (dbg)': 'android_clang_asan_gyp_debug_bot',
58 'Android GN (dbg)': 'android_gn_debug_bot',
59 'Android GN': 'android_gn_release_bot',
60 'Android Tests (dbg)': 'swarming_android_gyp_debug_static_bot',
61 'Android Tests': 'swarming_android_gyp_release_bot_minimal_symbols',
62 'Cast Android (dbg)': 'android_cast_gyp_debug_static_bot',
63 'Cast Linux': 'cast_gn_release_bot',
64 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
65 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
66 'Linux Builder': 'swarming_gn_release_bot',
67 'Linux Tests (dbg)(1)': 'none',
68 'Linux Tests (dbg)(1)(32)': 'none',
69 'Linux Tests': 'none',
70 },
71 'chromium.mac': {
72 'Mac GN (dbg)': 'gn_debug_static_bot',
73 'Mac GN': 'gn_release_bot',
74 },
75 'chromium.mojo': {
76 'Chromium Mojo Android': 'android_gn_release_bot',
77 'Chromium Mojo Linux': 'gn_release_bot',
78 'Chromium Mojo Windows': 'gn_release_bot_minimal_symbols_x86',
79 },
80 'chromium.perf': {
81 'Android Builder': 'gn_official_goma_minimal_symbols_android',
82 'Android arm64 Builder':
83 'gn_official_goma_minimal_symbols_android_arm64',
84 'Linux Builder': 'gn_official_goma',
85 'Mac Builder': 'gyp_official_goma',
86 'Win Builder': 'gyp_official_goma_minimal_symbols_x86',
87 'Win x64 Builder': 'gyp_official_goma_minimal_symbols_x64',
88 },
89 'chromium.win': {
90 # Windows bots take too long to link w/ full symbols and time out.
91 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols',
92 'Win x64 GN': 'gn_release_bot_minimal_symbols',
93 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86',
94 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86',
95 },
96 'chromium.webkit': {
97 'Android Builder': 'gyp_release_bot_android',
98 'WebKit Android (Nexus4)': 'gyp_release_bot_android',
99 'WebKit Linux (dbg)': 'swarming_gn_debug_bot_x64',
100 'WebKit Linux ASAN': 'swarming_gyp_asan_lsan_release_bot_x64',
101 'WebKit Linux Leak': 'swarming_gn_release_bot_x64',
102 'WebKit Linux MSAN': 'swarming_gyp_msan_release_bot_x64',
103 'WebKit Linux Trusty': 'swarming_gn_release_bot_x64',
104 'WebKit Linux non-Oilpan (dbg)': 'swarming_gn_non_oilpan_debug_bot_x64',
105 'WebKit Linux non-Oilpan ASAN':
106 'swarming_gyp_non_oilpan_asan_lsan_release_bot_x64',
107 'WebKit Linux non-Oilpan Builder':
108 'swarming_gn_non_oilpan_release_bot_x64',
109 'WebKit Linux non-Oilpan Leak': 'swarming_gn_non_oilpan_release_bot_x64',
110 'WebKit Linux': 'swarming_gn_release_bot_x64',
111 'WebKit Mac Builder (dbg)': 'swarming_gyp_debug_bot_x64',
112 'WebKit Mac Builder': 'swarming_gyp_release_bot_x64',
113 'WebKit Mac non-Oilpan (dbg)': 'swarming_gyp_non_oilpan_debug_bot_x64',
114 'WebKit Mac non-Oilpan': 'swarming_gyp_non_oilpan_release_bot_x64',
115 'WebKit Mac10.10': 'none',
116 'WebKit Mac10.11 (dbg)': 'none',
117 'WebKit Mac10.11 (retina)': 'swarming_gyp_release_bot_x64',
118 'WebKit Mac10.11': 'none',
119 'WebKit Win Builder (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86',
120 'WebKit Win Builder': 'swarming_gyp_release_bot_minimal_symbols_x86',
121 'WebKit Win non-Oilpan (dbg)':
122 'swarming_gyp_non_oilpan_debug_bot_minimal_symbols_x86',
123 'WebKit Win non-Oilpan':
124 'swarming_gyp_non_oilpan_release_bot_minimal_symbols_x86',
125 'WebKit Win x64 Builder (dbg)':
126 'swarming_gyp_debug_bot_minimal_symbols_x64',
127 'WebKit Win x64 Builder': 'swarming_gyp_release_bot_minimal_symbols_x64',
128 'WebKit Win10': 'none',
129 'WebKit Win7 (dbg)': 'none',
130 'WebKit Win7': 'none',
131 },
132 'chromium.memory.fyi': {
133 'Chromium Linux Builder (valgrind)': 'gyp_valgrind_release_bot',
134 'Chromium OS (valgrind)(1)': 'none',
135 'Chromium OS (valgrind)(2)': 'none',
136 'Chromium OS (valgrind)(3)': 'none',
137 'Chromium OS (valgrind)(4)': 'none',
138 'Chromium OS (valgrind)(5)': 'none',
139 'Chromium OS (valgrind)(6)': 'none',
140 'Chromium OS Builder (valgrind)': 'gyp_valgrind_chromeos_release_bot',
141 'Chromium Windows Builder (DrMemory x64)':
142 'gyp_drmemory_shared_release_x64',
143 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86',
144 'Linux Tests (valgrind)(1)': 'none',
145 'Linux Tests (valgrind)(2)': 'none',
146 'Linux Tests (valgrind)(3)': 'none',
147 'Linux Tests (valgrind)(4)': 'none',
148 'Linux Tests (valgrind)(5)': 'none',
149 'Windows Browser (DrMemory full) (1)': 'none',
150 'Windows Browser (DrMemory full) (10)': 'none',
151 'Windows Browser (DrMemory full) (11)': 'none',
152 'Windows Browser (DrMemory full) (12)': 'none',
153 'Windows Browser (DrMemory full) (2)': 'none',
154 'Windows Browser (DrMemory full) (3)': 'none',
155 'Windows Browser (DrMemory full) (4)': 'none',
156 'Windows Browser (DrMemory full) (5)': 'none',
157 'Windows Browser (DrMemory full) (6)': 'none',
158 'Windows Browser (DrMemory full) (7)': 'none',
159 'Windows Browser (DrMemory full) (8)': 'none',
160 'Windows Browser (DrMemory full) (9)': 'none',
161 'Windows Content Browser (DrMemory full) (1)': 'none',
162 'Windows Content Browser (DrMemory full) (2)': 'none',
163 'Windows Content Browser (DrMemory full) (3)': 'none',
164 'Windows Content Browser (DrMemory full) (4)': 'none',
165 'Windows Content Browser (DrMemory full) (5)': 'none',
166 'Windows Content Browser (DrMemory full) (6)': 'none',
167 'Windows Content Browser (DrMemory)': 'none',
168 'Windows Unit (DrMemory full) (1)': 'none',
169 'Windows Unit (DrMemory full) (2)': 'none',
170 'Windows Unit (DrMemory full) (3)': 'none',
171 'Windows Unit (DrMemory full) (4)': 'none',
172 'Windows Unit (DrMemory full) (5)': 'none',
173 'Windows Unit (DrMemory x64)': 'none',
174 'Windows Unit (DrMemory)': 'none',
175 },
176 'chromium.fyi': {
177 'CFI Linux CF': 'gn_cfi_diag_release_bot',
178 'CFI Linux ToT': 'gn_cfi_release_bot',
179 'CFI Linux': 'gn_cfi_release_bot',
180 'CrWinClang64(dbg)': 'win_clang_debug_bot',
181 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan',
182 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
183 'Linux ARM': 'swarming_gyp_release_bot_arm',
184 'Site Isolation Linux': 'gn_release_trybot',
185 'Site Isolation Win': 'gyp_release_trybot_x64',
186 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz',
187 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
188 },
189 'chromium.gpu': {
190 'GPU Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_bot',
191 'GPU Linux Builder': 'swarming_gpu_tests_gn_release_bot',
192 'Linux Debug (NVIDIA)': 'none',
193 'Linux Release (NVIDIA)': 'none',
194 },
195 'chromium.gpu.fyi': {
196 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_bot',
197 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_bot',
198 'Linux Debug (NVIDIA)': 'none',
199 'Linux Debug (NVIDIA)': 'none',
200 'Linux Release (ATI)': 'none',
201 'Linux Release (Intel Graphics Stack)': 'none',
202 'Linux Release (NVIDIA)': 'none',
203 },
204 'chromium.webrtc.fyi': {
205 'Android GN (dbg)': 'android_gn_debug_bot',
206 'Android GN': 'android_gn_release_bot',
207 'Linux Builder': 'gn_release_bot_chrome_with_codecs',
208 'Mac GN (dbg)': 'gn_debug_static_bot_chrome_with_codecs',
209 'Mac GN': 'gn_release_bot_chrome_with_codecs',
210 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs',
211 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs',
212 },
213 'client.skia': {
214 'Linux Builder': 'swarming_gn_release_bot',
215 'Linux Builder-Trybot': 'swarming_gn_release_bot',
216 'Linux Tests': 'swarming_gn_release_bot',
217 },
218 'client.v8.fyi': {
219 'Linux Debug Builder': 'gn_debug_bot',
220 'V8 Android GN (dbg)': 'android_gn_debug_bot',
221 'V8 Linux GN': 'gn_release_bot',
222 },
223 'official.desktop': {
224 'blimp-engine': 'gn_blimp_debug',
225 'precise64': 'gn_official',
226 },
227 'official.desktop.continuous': {
228 'precise64 beta': 'gn_official',
229 'precise64 stable': 'gn_official',
230 'precise64 trunk': 'gn_official',
231 },
232 'tryserver.blink': {
233 'blink_presubmit': 'none',
234 'linux_blink_compile_dbg':
235 'swarming_gn_debug_bot_minimal_symbols_x64',
236 'linux_blink_compile_rel':
237 'swarming_gn_release_trybot_minimal_symbols_x64',
238 'linux_blink_dbg':
239 'swarming_gn_debug_bot_minimal_symbols_x64',
240 'linux_blink_oilpan_compile_rel':
241 'swarming_gn_non_oilpan_release_trybot_minimal_symbols_x64',
242 'linux_blink_oilpan_dbg':
243 'swarming_gn_non_oilpan_debug_bot_minimal_symbols_x64',
244 'linux_blink_oilpan_rel':
245 'swarming_gn_non_oilpan_release_trybot_minimal_symbols_x64',
246 'linux_blink_rel':
247 'swarming_gn_release_trybot_minimal_symbols_x64',
248 'linux_blink_rel_ng':
249 'swarming_gn_release_trybot_minimal_symbols_x64',
250 'mac_blink_compile_dbg':
251 'swarming_gyp_debug_bot_minimal_symbols_x64',
252 'mac_blink_compile_rel':
253 'swarming_gyp_release_bot_minimal_symbols_x64',
254 'mac_blink_dbg':
255 'swarming_gyp_debug_bot_minimal_symbols_x64',
256 'mac_blink_oilpan_compile_rel':
257 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x64',
258 'mac_blink_oilpan_dbg':
259 'swarming_gyp_non_oilpan_debug_bot_minimal_symbols_x64',
260 'mac_blink_oilpan_rel':
261 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x64',
262 'mac_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x64',
263 'win_blink_compile_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x86',
264 'win_blink_compile_rel':
265 'swarming_gyp_release_trybot_minimal_symbols_x86',
266 'win_blink_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x86',
267 'win_blink_oilpan_compile_rel':
268 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x86',
269 'win_blink_oilpan_dbg':
270 'swarming_gyp_non_oilpan_debug_bot_minimal_symbols_x86',
271 'win_blink_oilpan_rel':
272 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x86',
273 'win_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x86',
274 },
275 'tryserver.chromium.android': {
276 'android_arm64_dbg_recipe': 'swarming_android_gyp_debug_trybot_arm64',
277 'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot',
278 'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
279 'android_chromium_gn_rel': 'android_gn_release_trybot',
280 'android_clang_dbg_recipe': 'android_clang_asan_gyp_debug_trybot',
281 'android_compile_dbg': 'swarming_android_gyp_debug_trybot',
282 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel',
283 'android_compile_rel': 'swarming_android_gyp_release_trybot',
284 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64',
285 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86',
286 'linux_android_dbg_ng': 'swarming_android_gyp_debug_trybot',
287 'linux_android_rel_ng': 'swarming_android_gyp_release_trybot',
288 },
289 'tryserver.chromium.angle': {
290 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot',
291 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot',
292 },
293 'tryserver.chromium.linux': {
294 'cast_shell_linux': 'cast_gn_release_trybot',
295 'linux_arm': 'swarming_gyp_release_trybot_arm',
296 'linux_blink_oilpan_rel':
297 'swarming_gn_non_oilpan_release_trybot_minimal_symbols_x64',
298 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
299 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot',
300 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_trybot',
301 'linux_chromium_clang_upload': 'gn_release_bot',
302 'linux_chromium_clobber_rel_ng': 'gn_release_trybot',
303 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
304 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
305 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot',
306 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
307 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
308 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
309 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot',
310 'linux_chromium_gn_upload': 'gn_linux_upload',
311 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot',
312 'linux_chromium_practice_rel_ng': 'gyp_release_trybot',
313 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
314 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot',
315 'linux_deterministic': 'swarming_deterministic_gyp_release_bot',
316 'linux_ecs_ozone': 'embedded_gyp_debug_bot',
317 'linux_full_bisect_builder': 'swarming_gyp_release_bot',
318 'linux_optional_gpu_tests_rel':
319 'swarming_gpu_fyi_tests_gn_release_trybot',
320 'linux_site_isolation': 'gn_release_trybot',
321 'linux_valgrind': 'gyp_valgrind_release_bot',
322 },
323 'tryserver.chromium.mac': {
324 'mac_chromium_clang_upload': 'gn_release_bot',
325 'mac_chromium_gn_dbg': 'gn_debug_static_bot',
326 'mac_chromium_gn_rel': 'gn_release_trybot',
327 'mac_chromium_gn_upload': 'gn_release_bot',
328 },
329 'tryserver.chromium.perf': {
330 'android_arm64_perf_bisect_builder':
331 'gn_official_goma_minimal_symbols_android_arm64',
332 'android_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_android',
333 'android_nexus5X_perf_bisect':
334 'gn_official_goma_minimal_symbols_android',
335 'android_nexus5_perf_bisect': 'gn_official_goma_minimal_symbols_android',
336 'android_nexus6_perf_bisect': 'gn_official_goma_minimal_symbols_android',
337 'android_nexus7_perf_bisect': 'gn_official_goma_minimal_symbols_android',
338 'android_nexus9_perf_bisect':
339 'gn_official_goma_minimal_symbols_android_arm64',
340 'android_one_perf_bisect': 'gn_official_goma_minimal_symbols_android',
341 'android_perf_bisect_builder':
342 'gn_official_goma_minimal_symbols_android',
343 'android_s5_perf_bisect': 'gn_official_goma_minimal_symbols_android',
344 'android_s5_perf_cq': 'gn_official_goma_minimal_symbols_android',
345 'android_webview_aosp_perf_bisect':
346 'gn_official_goma_minimal_symbols_android',
347 'linux_fyi_perf_bisect': 'gn_official_goma',
348 'linux_perf_bisect': 'gn_official_goma',
349 'linux_perf_bisect_builder': 'gn_official_goma',
350 'linux_perf_cq': 'gn_official_goma',
351 'mac_10_10_perf_bisect': 'gyp_official_goma',
352 'mac_10_11_perf_bisect': 'gyp_official_goma',
353 'mac_fyi_perf_bisect': 'gyp_official_goma',
354 'mac_hdd_perf_bisect': 'gyp_official_goma',
355 'mac_perf_bisect_builder': 'gyp_official_goma',
356 'mac_retina_perf_bisect': 'gyp_official_goma',
357 'mac_retina_perf_cq': 'gyp_official_goma',
358 'win_8_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',
359 'win_fyi_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',
360 'win_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',
361 'win_perf_bisect_builder': 'gyp_official_goma_minimal_symbols_x86',
362 'win_x64_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
363 'winx64_10_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
364 'winx64_10_perf_cq': 'gyp_official_goma_minimal_symbols_x64',
365 'winx64_bisect_builder': 'gyp_official_goma_minimal_symbols_x64',
366 'winx64_zen_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
367 'winx64ati_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
368 'winx64intel_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
369 'winx64nvidia_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
370 },
371 'tryserver.chromium.win': {
372 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86',
373 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
374 'win8_chromium_ng': 'gn_release_trybot_x86',
375 'win_chromium_clang_upload': 'gn_release_bot',
376 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols',
377 'win_chromium_gn_x64_rel': 'gn_release_trybot',
378 'win_chromium_x64_rel_ng': 'gn_release_trybot',
379 'win_clang_x64_dbg': 'win_clang_debug_bot',
380 },
381 'tryserver.v8': {
382 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
383 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64',
384 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
385 },
386 },
387
388
6 # This is the list of configs that you can pass to mb; each config 389 # This is the list of configs that you can pass to mb; each config
7 # represents a particular combination of GYP_DEFINES/gn args that 390 # represents a particular combination of GYP_DEFINES/gn args that
8 # we must support. A given config *may* be platform-specific but 391 # we must support. A given config *may* be platform-specific but
9 # is not necessarily so (i.e., we might have mac, win, and linux 392 # is not necessarily so (i.e., we might have mac, win, and linux
10 # bots all using the 'gn_release_bot' config). 393 # bots all using the 'gn_release_bot' config).
11 'configs': { 394 'configs': {
12 'android_cast_gyp_debug_static_bot': [ 395 'android_cast_gyp_debug_static_bot': [
13 'android', 'cast', 'gyp', 'debug_static_bot', 396 'android', 'cast', 'gyp', 'debug_static_bot',
14 ], 397 ],
15 398
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'drmemory': { 1175 'drmemory': {
793 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1176 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
794 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1177 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
795 }, 1178 },
796 1179
797 'valgrind': { 1180 'valgrind': {
798 # TODO: add gn_args for 'build_for_tool=memcheck' 1181 # TODO: add gn_args for 'build_for_tool=memcheck'
799 'gyp_defines': 'build_for_tool=memcheck', 1182 'gyp_defines': 'build_for_tool=memcheck',
800 } 1183 }
801 }, 1184 },
802
803 # This is a map of buildbot master names -> buildbot builder names ->
804 # config names (where each config name is a key in the 'configs' dict,
805 # above). mb uses this dict to look up which config to use for a given bot.
806 # The builders should be sorted by the order they appear in the /builders
807 # page on the buildbots, *not* alphabetically.
808 #
809 # TODO(crbug.com/481692): Add in remaining bots on the waterfalls.
810 'masters': {
811 # Take care when changing any of these builders to ensure that you do not
812 # include a configuration with 'chrome_with_codecs' since these builders
813 # generated publicly advertised non-Official builds which are not allowed
814 # to have proprietary codecs enabled.
815 'chromium': {
816 'Win': 'noswarming_gyp_release_bot',
817 'Mac': 'noswarming_gyp_release_bot_mac_strip',
818 'Linux x64': 'noswarming_gn_release_bot',
819 'Linux': 'noswarming_gyp_release_bot_x86',
820 'Android': 'android_without_codecs_gyp_release_bot_minimal_symbols',
821 },
822 'chromium.android': {
823 'Android GN Builder (dbg)': 'android_gn_debug_bot',
824 'Android MIPS Builder (dbg)': 'android_gn_debug_static_bot_mipsel',
825 'Android arm Builder (dbg)': 'android_gn_debug_static_bot',
826 'Android arm64 Builder (dbg)': 'android_gn_debug_static_bot_arm64',
827 'Android x64 Builder (dbg)': 'android_gn_debug_static_bot_x64',
828 'Android x86 Builder (dbg)': 'android_gn_debug_static_bot_x86',
829 'Jelly Bean Tester': 'android_gn_debug_static_bot',
830 'KitKat Tablet Tester': 'android_gn_debug_static_bot',
831 'Lollipop Consumer Tester': 'android_gn_debug_static_bot_arm64',
832 'Lollipop Low-end Tester': 'android_gn_debug_static_bot',
833 'Lollipop Phone Tester': 'android_gn_debug_static_bot',
834 'Lollipop Tablet Tester': 'android_gn_debug_static_bot',
835 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64',
836 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot',
837 'Android Swarm Builder':
838 'swarming_android_gn_release_bot_minimal_symbols',
839 },
840 'chromium.chrome': {
841 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86',
842 'Google Chrome Linux': 'gyp_official_goma_x86',
843 'Google Chrome Linux x64': 'gn_official_goma',
844 'Google Chrome Mac': 'gyp_official_goma',
845 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos',
846 },
847 'chromium.chromiumos': {
848 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
849 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
850 },
851 'chromium.linux': {
852 'Android Arm64 Builder (dbg)':
853 'swarming_android_gyp_debug_static_bot_arm64',
854 'Android Builder': 'swarming_android_gyp_release_bot_minimal_symbols',
855 'Android Builder (dbg)': 'swarming_android_gyp_debug_static_bot',
856 'Android Clang Builder (dbg)': 'android_clang_asan_gyp_debug_bot',
857 'Android GN': 'android_gn_release_bot',
858 'Android GN (dbg)': 'android_gn_debug_bot',
859 'Android Tests': 'swarming_android_gyp_release_bot_minimal_symbols',
860 'Android Tests (dbg)': 'swarming_android_gyp_debug_static_bot',
861 'Cast Android (dbg)': 'android_cast_gyp_debug_static_bot',
862 'Cast Linux': 'cast_gn_release_bot',
863 'Linux Builder': 'swarming_gn_release_bot',
864 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
865 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
866 'Linux Tests': 'none',
867 'Linux Tests (dbg)(1)': 'none',
868 'Linux Tests (dbg)(1)(32)': 'none',
869 },
870 'chromium.mac': {
871 'Mac GN': 'gn_release_bot',
872 'Mac GN (dbg)': 'gn_debug_static_bot',
873 },
874 'chromium.mojo': {
875 'Chromium Mojo Android': 'android_gn_release_bot',
876 'Chromium Mojo Windows': 'gn_release_bot_minimal_symbols_x86',
877 'Chromium Mojo Linux': 'gn_release_bot',
878 },
879 'chromium.perf': {
880 'Android Builder': 'gn_official_goma_minimal_symbols_android',
881 'Android arm64 Builder':
882 'gn_official_goma_minimal_symbols_android_arm64',
883 'Win Builder': 'gyp_official_goma_minimal_symbols_x86',
884 'Win x64 Builder': 'gyp_official_goma_minimal_symbols_x64',
885 'Mac Builder': 'gyp_official_goma',
886 'Linux Builder': 'gn_official_goma',
887 },
888 'chromium.win': {
889 # Windows bots take too long to link w/ full symbols and time out.
890 'Win x64 GN': 'gn_release_bot_minimal_symbols',
891 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols',
892 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86',
893 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86',
894 },
895 'chromium.webkit': {
896 'WebKit Win Builder': 'swarming_gyp_release_bot_minimal_symbols_x86',
897 'WebKit Win7': 'none',
898 'WebKit Win10': 'none',
899 'WebKit Win x64 Builder': 'swarming_gyp_release_bot_minimal_symbols_x64',
900 'WebKit Win non-Oilpan':
901 'swarming_gyp_non_oilpan_release_bot_minimal_symbols_x86',
902 'WebKit Win Builder (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86',
903 'WebKit Win7 (dbg)': 'none',
904 'WebKit Win non-Oilpan (dbg)':
905 'swarming_gyp_non_oilpan_debug_bot_minimal_symbols_x86',
906 'WebKit Win x64 Builder (dbg)':
907 'swarming_gyp_debug_bot_minimal_symbols_x64',
908 'WebKit Mac Builder': 'swarming_gyp_release_bot_x64',
909 'WebKit Mac10.11 (retina)': 'swarming_gyp_release_bot_x64',
910 'WebKit Mac10.10': 'none',
911 'WebKit Mac10.11': 'none',
912 'WebKit Mac non-Oilpan': 'swarming_gyp_non_oilpan_release_bot_x64',
913 'WebKit Mac Builder (dbg)': 'swarming_gyp_debug_bot_x64',
914 'WebKit Mac10.11 (dbg)': 'none',
915 'WebKit Mac non-Oilpan (dbg)': 'swarming_gyp_non_oilpan_debug_bot_x64',
916 'WebKit Linux': 'swarming_gn_release_bot_x64',
917 'WebKit Linux Trusty': 'swarming_gn_release_bot_x64',
918 'WebKit Linux non-Oilpan Builder':
919 'swarming_gn_non_oilpan_release_bot_x64',
920 'WebKit Linux ASAN': 'swarming_gyp_asan_lsan_release_bot_x64',
921 'WebKit Linux non-Oilpan ASAN':
922 'swarming_gyp_non_oilpan_asan_lsan_release_bot_x64',
923 'WebKit Linux MSAN': 'swarming_gyp_msan_release_bot_x64',
924 'WebKit Linux Leak': 'swarming_gn_release_bot_x64',
925 'WebKit Linux non-Oilpan Leak': 'swarming_gn_non_oilpan_release_bot_x64',
926 'WebKit Linux (dbg)': 'swarming_gn_debug_bot_x64',
927 'WebKit Linux non-Oilpan (dbg)': 'swarming_gn_non_oilpan_debug_bot_x64',
928 'Android Builder': 'gyp_release_bot_android',
929 'WebKit Android (Nexus4)': 'gyp_release_bot_android',
930 },
931 'chromium.memory.fyi': {
932 'Chromium Linux Builder (valgrind)': 'gyp_valgrind_release_bot',
933 'Linux Tests (valgrind)(1)': 'none',
934 'Linux Tests (valgrind)(2)': 'none',
935 'Linux Tests (valgrind)(3)': 'none',
936 'Linux Tests (valgrind)(4)': 'none',
937 'Linux Tests (valgrind)(5)': 'none',
938 'Chromium OS Builder (valgrind)': 'gyp_valgrind_chromeos_release_bot',
939 'Chromium OS (valgrind)(1)': 'none',
940 'Chromium OS (valgrind)(2)': 'none',
941 'Chromium OS (valgrind)(3)': 'none',
942 'Chromium OS (valgrind)(4)': 'none',
943 'Chromium OS (valgrind)(5)': 'none',
944 'Chromium OS (valgrind)(6)': 'none',
945 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86',
946 'Windows Unit (DrMemory)': 'none',
947 'Windows Content Browser (DrMemory)': 'none',
948 'Windows Unit (DrMemory full) (1)': 'none',
949 'Windows Unit (DrMemory full) (2)': 'none',
950 'Windows Unit (DrMemory full) (3)': 'none',
951 'Windows Unit (DrMemory full) (4)': 'none',
952 'Windows Unit (DrMemory full) (5)': 'none',
953 'Windows Content Browser (DrMemory full) (1)': 'none',
954 'Windows Content Browser (DrMemory full) (2)': 'none',
955 'Windows Content Browser (DrMemory full) (3)': 'none',
956 'Windows Content Browser (DrMemory full) (4)': 'none',
957 'Windows Content Browser (DrMemory full) (5)': 'none',
958 'Windows Content Browser (DrMemory full) (6)': 'none',
959 'Windows Browser (DrMemory full) (1)': 'none',
960 'Windows Browser (DrMemory full) (2)': 'none',
961 'Windows Browser (DrMemory full) (3)': 'none',
962 'Windows Browser (DrMemory full) (4)': 'none',
963 'Windows Browser (DrMemory full) (5)': 'none',
964 'Windows Browser (DrMemory full) (6)': 'none',
965 'Windows Browser (DrMemory full) (7)': 'none',
966 'Windows Browser (DrMemory full) (8)': 'none',
967 'Windows Browser (DrMemory full) (9)': 'none',
968 'Windows Browser (DrMemory full) (10)': 'none',
969 'Windows Browser (DrMemory full) (11)': 'none',
970 'Windows Browser (DrMemory full) (12)': 'none',
971 'Chromium Windows Builder (DrMemory x64)':
972 'gyp_drmemory_shared_release_x64',
973 'Windows Unit (DrMemory x64)': 'none',
974 },
975 'chromium.fyi': {
976 'CFI Linux': 'gn_cfi_release_bot',
977 'CFI Linux ToT': 'gn_cfi_release_bot',
978 'CFI Linux CF': 'gn_cfi_diag_release_bot',
979 'CrWinClang64(dbg)': 'win_clang_debug_bot',
980 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
981 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz',
982 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan',
983 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
984 'Site Isolation Linux': 'gn_release_trybot',
985 'Site Isolation Win': 'gyp_release_trybot_x64',
986 'Linux ARM': 'swarming_gyp_release_bot_arm',
987 },
988 'chromium.gpu': {
989 'GPU Linux Builder': 'swarming_gpu_tests_gn_release_bot',
990 'GPU Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_bot',
991 'Linux Release (NVIDIA)': 'none',
992 'Linux Debug (NVIDIA)': 'none',
993 },
994 'chromium.gpu.fyi': {
995 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_bot',
996 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_bot',
997 'Linux Release (NVIDIA)': 'none',
998 'Linux Debug (NVIDIA)': 'none',
999 'Linux Release (Intel Graphics Stack)': 'none',
1000 'Linux Release (ATI)': 'none',
1001 'Linux Debug (NVIDIA)': 'none',
1002 },
1003 'chromium.webrtc.fyi': {
1004 'Android GN': 'android_gn_release_bot',
1005 'Android GN (dbg)': 'android_gn_debug_bot',
1006 'Linux Builder': 'gn_release_bot_chrome_with_codecs',
1007 'Mac GN': 'gn_release_bot_chrome_with_codecs',
1008 'Mac GN (dbg)': 'gn_debug_static_bot_chrome_with_codecs',
1009 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs',
1010 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs',
1011 },
1012 'client.skia': {
1013 'Linux Builder': 'swarming_gn_release_bot',
1014 'Linux Builder-Trybot': 'swarming_gn_release_bot',
1015 'Linux Tests': 'swarming_gn_release_bot',
1016 },
1017 'client.v8.fyi': {
1018 'Linux Debug Builder': 'gn_debug_bot',
1019 'V8 Linux GN': 'gn_release_bot',
1020 'V8 Android GN (dbg)': 'android_gn_debug_bot',
1021 },
1022 'official.desktop': {
1023 'precise64': 'gn_official',
1024 'blimp-engine': 'gn_blimp_debug',
1025 },
1026 'official.desktop.continuous': {
1027 'precise64 trunk': 'gn_official',
1028 'precise64 beta': 'gn_official',
1029 'precise64 stable': 'gn_official',
1030 },
1031 'tryserver.blink': {
1032 'linux_blink_dbg': 'swarming_gn_debug_bot_minimal_symbols_x64',
1033 'linux_blink_compile_dbg': 'swarming_gn_debug_bot_minimal_symbols_x64',
1034 'linux_blink_compile_rel':
1035 'swarming_gn_release_trybot_minimal_symbols_x64',
1036 'linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64',
1037 'mac_blink_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x64',
1038 'mac_blink_compile_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x64',
1039 'mac_blink_compile_rel': 'swarming_gyp_release_bot_minimal_symbols_x64',
1040 'mac_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x64',
1041 'win_blink_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x86',
1042 'win_blink_compile_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x86',
1043 'win_blink_compile_rel':
1044 'swarming_gyp_release_trybot_minimal_symbols_x86',
1045 'win_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x86',
1046 'linux_blink_oilpan_dbg':
1047 'swarming_gn_non_oilpan_debug_bot_minimal_symbols_x64',
1048 'linux_blink_oilpan_rel':
1049 'swarming_gn_non_oilpan_release_trybot_minimal_symbols_x64',
1050 'linux_blink_oilpan_compile_rel':
1051 'swarming_gn_non_oilpan_release_trybot_minimal_symbols_x64',
1052 'mac_blink_oilpan_dbg':
1053 'swarming_gyp_non_oilpan_debug_bot_minimal_symbols_x64',
1054 'mac_blink_oilpan_rel':
1055 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x64',
1056 'mac_blink_oilpan_compile_rel':
1057 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x64',
1058 'win_blink_oilpan_dbg':
1059 'swarming_gyp_non_oilpan_debug_bot_minimal_symbols_x86',
1060 'win_blink_oilpan_rel':
1061 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x86',
1062 'win_blink_oilpan_compile_rel':
1063 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x86',
1064 'linux_blink_rel_ng':
1065 'swarming_gn_release_trybot_minimal_symbols_x64',
1066 'blink_presubmit': 'none',
1067 },
1068 'tryserver.chromium.android': {
1069 'android_arm64_dbg_recipe': 'swarming_android_gyp_debug_trybot_arm64',
1070 'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot',
1071 'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
1072 'android_chromium_gn_rel': 'android_gn_release_trybot',
1073 'android_clang_dbg_recipe': 'android_clang_asan_gyp_debug_trybot',
1074 'android_compile_dbg': 'swarming_android_gyp_debug_trybot',
1075 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel',
1076 'android_compile_rel': 'swarming_android_gyp_release_trybot',
1077 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64',
1078 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86',
1079 'linux_android_dbg_ng': 'swarming_android_gyp_debug_trybot',
1080 'linux_android_rel_ng': 'swarming_android_gyp_release_trybot',
1081 },
1082 'tryserver.chromium.angle': {
1083 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot',
1084 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot',
1085 },
1086 'tryserver.chromium.linux': {
1087 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot',
1088 'linux_full_bisect_builder': 'swarming_gyp_release_bot',
1089 'linux_site_isolation': 'gn_release_trybot',
1090 'linux_valgrind': 'gyp_valgrind_release_bot',
1091 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot',
1092 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
1093 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_trybot',
1094 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot',
1095 'linux_blink_oilpan_rel':
1096 'swarming_gn_non_oilpan_release_trybot_minimal_symbols_x64',
1097 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
1098 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
1099 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
1100 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot',
1101 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot',
1102 'linux_chromium_practice_rel_ng': 'gyp_release_trybot',
1103 'linux_arm': 'swarming_gyp_release_trybot_arm',
1104 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
1105 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
1106 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
1107 'linux_chromium_clobber_rel_ng': 'gn_release_trybot',
1108 'linux_chromium_gn_upload': 'gn_linux_upload',
1109 'linux_chromium_clang_upload': 'gn_release_bot',
1110 'cast_shell_linux': 'cast_gn_release_trybot',
1111 'linux_deterministic': 'swarming_deterministic_gyp_release_bot',
1112 'linux_ecs_ozone': 'embedded_gyp_debug_bot',
1113 'linux_optional_gpu_tests_rel':
1114 'swarming_gpu_fyi_tests_gn_release_trybot',
1115 },
1116 'tryserver.chromium.mac': {
1117 'mac_chromium_gn_dbg': 'gn_debug_static_bot',
1118 'mac_chromium_gn_rel': 'gn_release_trybot',
1119 'mac_chromium_gn_upload': 'gn_release_bot',
1120 'mac_chromium_clang_upload': 'gn_release_bot',
1121 },
1122 'tryserver.chromium.perf': {
1123 'android_perf_bisect_builder':
1124 'gn_official_goma_minimal_symbols_android',
1125 'android_arm64_perf_bisect_builder':
1126 'gn_official_goma_minimal_symbols_android_arm64',
1127 'linux_perf_bisect_builder': 'gn_official_goma',
1128 'mac_perf_bisect_builder': 'gyp_official_goma',
1129 'win_perf_bisect_builder': 'gyp_official_goma_minimal_symbols_x86',
1130 'winx64_bisect_builder': 'gyp_official_goma_minimal_symbols_x64',
1131 'linux_perf_bisect': 'gn_official_goma',
1132 'mac_10_11_perf_bisect': 'gyp_official_goma',
1133 'mac_10_10_perf_bisect': 'gyp_official_goma',
1134 'mac_retina_perf_bisect': 'gyp_official_goma',
1135 'mac_hdd_perf_bisect': 'gyp_official_goma',
1136 'win_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',
1137 'win_x64_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
1138 'winx64ati_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
1139 'winx64nvidia_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
1140 'winx64intel_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
1141 'winx64_10_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
1142 'winx64_zen_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
1143 'win_8_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',
1144 'android_one_perf_bisect': 'gn_official_goma_minimal_symbols_android',
1145 'android_nexus5_perf_bisect': 'gn_official_goma_minimal_symbols_android',
1146 'android_nexus6_perf_bisect': 'gn_official_goma_minimal_symbols_android',
1147 'android_nexus7_perf_bisect': 'gn_official_goma_minimal_symbols_android',
1148 'android_nexus9_perf_bisect':
1149 'gn_official_goma_minimal_symbols_android_arm64',
1150 'android_s5_perf_bisect': 'gn_official_goma_minimal_symbols_android',
1151 'android_s5_perf_cq': 'gn_official_goma_minimal_symbols_android',
1152 'android_nexus5X_perf_bisect':
1153 'gn_official_goma_minimal_symbols_android',
1154 'android_webview_aosp_perf_bisect':
1155 'gn_official_goma_minimal_symbols_android',
1156 'linux_perf_cq': 'gn_official_goma',
1157 'mac_retina_perf_cq': 'gyp_official_goma',
1158 'winx64_10_perf_cq': 'gyp_official_goma_minimal_symbols_x64',
1159 'android_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_android',
1160 'linux_fyi_perf_bisect': 'gn_official_goma',
1161 'mac_fyi_perf_bisect': 'gyp_official_goma',
1162 'win_fyi_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',
1163 },
1164 'tryserver.chromium.win': {
1165 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols',
1166 'win_chromium_gn_x64_rel': 'gn_release_trybot',
1167 'win_chromium_x64_rel_ng': 'gn_release_trybot',
1168 'win8_chromium_ng': 'gn_release_trybot_x86',
1169 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86',
1170 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
1171 'win_chromium_clang_upload': 'gn_release_bot',
1172 'win_clang_x64_dbg': 'win_clang_debug_bot',
1173 },
1174 'tryserver.v8': {
1175 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
1176 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
1177 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64',
1178 },
1179 },
1180 } 1185 }
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