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

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

Issue 2517643002: Remove Precise builders from mb_config.pyl for Blink waterfall and try server. (Closed)
Patch Set: Rebased 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 | « testing/buildbot/chromium.webkit.json ('k') | 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 -> 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, 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. 8 # below). MB uses this dict to look up which config to use for a given bot.
9 'masters': { 9 'masters': {
10 'chromeos.chrome': { 10 'chromeos.chrome': {
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 'V8 Linux GN': 'release_bot', 344 'V8 Linux GN': 'release_bot',
345 'V8-Blink Linux 64': 'release_bot', 345 'V8-Blink Linux 64': 'release_bot',
346 'V8-Blink Linux 64 - ignition': 'release_bot', 346 'V8-Blink Linux 64 - ignition': 'release_bot',
347 'V8-Blink Linux 64 (dbg)': 'debug_bot', 347 'V8-Blink Linux 64 (dbg)': 'debug_bot',
348 'V8-Blink Mac': 'release_bot', 348 'V8-Blink Mac': 'release_bot',
349 'V8-Blink Win': 'release_bot_x86', 349 'V8-Blink Win': 'release_bot_x86',
350 }, 350 },
351 351
352 'chromium.webkit': { 352 'chromium.webkit': {
353 'Android Builder': 'android_release_bot_minimal_symbols', 353 'Android Builder': 'android_release_bot_minimal_symbols',
354 'WebKit Linux Precise ASAN': 'asan_lsan_release_bot',
355 'WebKit Linux Precise (dbg)': 'debug_bot',
356 'WebKit Linux Precise Leak': 'release_bot',
357 'WebKit Linux Precise MSAN': 'msan_release_bot',
358 'WebKit Linux Precise': 'release_bot',
359 'WebKit Linux Trusty ASAN': 'asan_lsan_release_bot', 354 'WebKit Linux Trusty ASAN': 'asan_lsan_release_bot',
360 'WebKit Linux Trusty (dbg)': 'debug_bot', 355 'WebKit Linux Trusty (dbg)': 'debug_bot',
361 'WebKit Linux Trusty Leak': 'release_bot', 356 'WebKit Linux Trusty Leak': 'release_bot',
362 'WebKit Linux Trusty MSAN': 'msan_release_bot', 357 'WebKit Linux Trusty MSAN': 'msan_release_bot',
363 'WebKit Linux Trusty': 'release_bot', 358 'WebKit Linux Trusty': 'release_bot',
364 'WebKit Mac Builder (dbg)': 'debug_bot', 359 'WebKit Mac Builder (dbg)': 'debug_bot',
365 'WebKit Mac Builder': 'release_bot', 360 'WebKit Mac Builder': 'release_bot',
366 'WebKit Mac10.11 (retina)': 'release_bot', 361 'WebKit Mac10.11 (retina)': 'release_bot',
367 'WebKit Mac10.9': 'release_bot', 362 'WebKit Mac10.9': 'release_bot',
368 'WebKit Win Builder (dbg)': 'debug_bot_x86', 363 'WebKit Win Builder (dbg)': 'debug_bot_x86',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 'win trunk': 'official_six_concurrent_links', 433 'win trunk': 'official_six_concurrent_links',
439 'win64 trunk': 'official_six_concurrent_links', 434 'win64 trunk': 'official_six_concurrent_links',
440 }, 435 },
441 436
442 'tryserver.blink': { 437 'tryserver.blink': {
443 # Most tryservers should have '_trybot' in their config names, but 438 # Most tryservers should have '_trybot' in their config names, but
444 # 'release_trybot' includes 'dcheck_always_on', and the blink 439 # 'release_trybot' includes 'dcheck_always_on', and the blink
445 # release trybots must *not* enable dchecks, because that could 440 # release trybots must *not* enable dchecks, because that could
446 # cause them to produce different baselines than the release 441 # cause them to produce different baselines than the release
447 # waterfall bots, and run-webkit-tests can't handle that (by design). 442 # waterfall bots, and run-webkit-tests can't handle that (by design).
448 'linux_precise_blink_compile_dbg': 'debug_trybot',
449 'linux_precise_blink_compile_rel': 'release_bot_minimal_symbols',
450 'linux_precise_blink_dbg': 'debug_trybot',
451 'linux_precise_blink_rel': 'release_bot_minimal_symbols',
452 'linux_trusty_blink_compile_dbg': 'debug_trybot', 443 'linux_trusty_blink_compile_dbg': 'debug_trybot',
453 'linux_trusty_blink_compile_rel': 'release_bot_minimal_symbols', 444 'linux_trusty_blink_compile_rel': 'release_bot_minimal_symbols',
454 'linux_trusty_blink_dbg': 'debug_trybot', 445 'linux_trusty_blink_dbg': 'debug_trybot',
455 'linux_trusty_blink_rel': 'release_bot_minimal_symbols', 446 'linux_trusty_blink_rel': 'release_bot_minimal_symbols',
456 'mac10.9_blink_compile_dbg': 'debug_trybot', 447 'mac10.9_blink_compile_dbg': 'debug_trybot',
457 'mac10.9_blink_compile_rel': 'release_bot_minimal_symbols', 448 'mac10.9_blink_compile_rel': 'release_bot_minimal_symbols',
458 'mac10.9_blink_dbg': 'debug_trybot', 449 'mac10.9_blink_dbg': 'debug_trybot',
459 'mac10.9_blink_rel': 'release_bot_minimal_symbols', 450 'mac10.9_blink_rel': 'release_bot_minimal_symbols',
460 'mac10.10_blink_rel': 'release_bot_minimal_symbols', 451 'mac10.10_blink_rel': 'release_bot_minimal_symbols',
461 'mac10.11_blink_rel': 'release_bot_minimal_symbols', 452 'mac10.11_blink_rel': 'release_bot_minimal_symbols',
(...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after
1822 1813
1823 'x64': { 1814 'x64': {
1824 'gn_args': 'target_cpu="x64"', 1815 'gn_args': 'target_cpu="x64"',
1825 }, 1816 },
1826 1817
1827 'x86': { 1818 'x86': {
1828 'gn_args': 'target_cpu="x86"', 1819 'gn_args': 'target_cpu="x86"',
1829 }, 1820 },
1830 }, 1821 },
1831 } 1822 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.webkit.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698