Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 342 'V8 Linux GN': 'release_bot', | 342 'V8 Linux GN': 'release_bot', |
| 343 'V8-Blink Linux 64': 'release_bot', | 343 'V8-Blink Linux 64': 'release_bot', |
| 344 'V8-Blink Linux 64 - ignition': 'release_bot', | 344 'V8-Blink Linux 64 - ignition': 'release_bot', |
| 345 'V8-Blink Linux 64 (dbg)': 'debug_bot', | 345 'V8-Blink Linux 64 (dbg)': 'debug_bot', |
| 346 'V8-Blink Mac': 'release_bot', | 346 'V8-Blink Mac': 'release_bot', |
| 347 'V8-Blink Win': 'release_bot_x86', | 347 'V8-Blink Win': 'release_bot_x86', |
| 348 }, | 348 }, |
| 349 | 349 |
| 350 'chromium.webkit': { | 350 'chromium.webkit': { |
| 351 'Android Builder': 'android_release_bot_minimal_symbols', | 351 'Android Builder': 'android_release_bot_minimal_symbols', |
| 352 'WebKit Linux Precise ASAN': 'asan_lsan_release_bot', | |
| 352 'WebKit Linux Precise (dbg)': 'debug_bot', | 353 'WebKit Linux Precise (dbg)': 'debug_bot', |
| 353 'WebKit Linux Precise ASAN': 'asan_lsan_release_bot', | |
| 354 'WebKit Linux Precise Leak': 'release_bot', | 354 'WebKit Linux Precise Leak': 'release_bot', |
| 355 'WebKit Linux Precise MSAN': 'msan_release_bot', | 355 'WebKit Linux Precise MSAN': 'msan_release_bot', |
| 356 'WebKit Linux Precise': 'release_bot', | |
| 357 'WebKit Linux Trusty ASAN': 'asan_lsan_release_bot', | |
| 358 'WebKit Linux Trusty (dbg)': 'debug_bot', | |
| 359 'WebKit Linux Trusty Leak': 'release_bot', | |
| 360 'WebKit Linux Trusty MSAN': 'msan_release_bot', | |
| 356 'WebKit Linux Trusty': 'release_bot', | 361 'WebKit Linux Trusty': 'release_bot', |
| 357 'WebKit Linux Precise': 'release_bot', | |
| 358 'WebKit Mac Builder (dbg)': 'debug_bot', | 362 'WebKit Mac Builder (dbg)': 'debug_bot', |
| 359 'WebKit Mac Builder': 'release_bot', | 363 'WebKit Mac Builder': 'release_bot', |
| 360 'WebKit Mac10.11 (retina)': 'release_bot', | 364 'WebKit Mac10.11 (retina)': 'release_bot', |
| 361 'WebKit Mac10.9': 'release_bot', | 365 'WebKit Mac10.9': 'release_bot', |
| 362 'WebKit Win Builder (dbg)': 'debug_bot_x86', | 366 'WebKit Win Builder (dbg)': 'debug_bot_x86', |
| 363 'WebKit Win Builder': 'release_bot_x86', | 367 'WebKit Win Builder': 'release_bot_x86', |
| 364 'WebKit Win x64 Builder (dbg)': 'debug_bot', | 368 'WebKit Win x64 Builder (dbg)': 'debug_bot', |
| 365 'WebKit Win x64 Builder': 'release_bot', | 369 'WebKit Win x64 Builder': 'release_bot', |
| 366 }, | 370 }, |
| 367 | 371 |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 436 'tryserver.blink': { | 440 'tryserver.blink': { |
| 437 # Most tryservers should have '_trybot' in their config names, but | 441 # Most tryservers should have '_trybot' in their config names, but |
| 438 # 'release_trybot' includes 'dcheck_always_on', and the blink | 442 # 'release_trybot' includes 'dcheck_always_on', and the blink |
| 439 # release trybots must *not* enable dchecks, because that could | 443 # release trybots must *not* enable dchecks, because that could |
| 440 # cause them to produce different baselines than the release | 444 # cause them to produce different baselines than the release |
| 441 # waterfall bots, and run-webkit-tests can't handle that (by design). | 445 # waterfall bots, and run-webkit-tests can't handle that (by design). |
| 442 'linux_precise_blink_compile_dbg': 'debug_trybot', | 446 'linux_precise_blink_compile_dbg': 'debug_trybot', |
| 443 'linux_precise_blink_compile_rel': 'release_bot_minimal_symbols', | 447 'linux_precise_blink_compile_rel': 'release_bot_minimal_symbols', |
| 444 'linux_precise_blink_dbg': 'debug_trybot', | 448 'linux_precise_blink_dbg': 'debug_trybot', |
| 445 'linux_precise_blink_rel': 'release_bot_minimal_symbols', | 449 'linux_precise_blink_rel': 'release_bot_minimal_symbols', |
| 450 'linux_trusty_blink_compile_dbg': 'debug_trybot', | |
| 451 'linux_trusty_blink_compile_rel': 'release_bot_minimal_symbols', | |
| 452 'linux_trusty_blink_dbg': 'debug_trybot', | |
| 446 'linux_trusty_blink_rel': 'release_bot_minimal_symbols', | 453 'linux_trusty_blink_rel': 'release_bot_minimal_symbols', |
|
qyearsley
2016/11/08 23:04:34
Although I'm not sure whether it makes a differenc
Dirk Pranke
2016/11/09 00:16:25
It's not supposed to matter, but it can (if we hav
| |
| 447 'mac10.9_blink_compile_dbg': 'debug_trybot', | 454 'mac10.9_blink_compile_dbg': 'debug_trybot', |
| 448 'mac10.9_blink_compile_rel': 'release_bot_minimal_symbols', | 455 'mac10.9_blink_compile_rel': 'release_bot_minimal_symbols', |
| 449 'mac10.9_blink_dbg': 'debug_trybot', | 456 'mac10.9_blink_dbg': 'debug_trybot', |
| 450 'mac10.9_blink_rel': 'release_bot_minimal_symbols', | 457 'mac10.9_blink_rel': 'release_bot_minimal_symbols', |
| 451 'mac10.10_blink_rel': 'release_bot_minimal_symbols', | 458 'mac10.10_blink_rel': 'release_bot_minimal_symbols', |
| 452 'mac10.11_blink_rel': 'release_bot_minimal_symbols', | 459 'mac10.11_blink_rel': 'release_bot_minimal_symbols', |
| 453 'mac10.11_retina_blink_rel': 'release_bot_minimal_symbols', | 460 'mac10.11_retina_blink_rel': 'release_bot_minimal_symbols', |
| 454 'win7_blink_compile_dbg': 'debug_trybot_x86', | 461 'win7_blink_compile_dbg': 'debug_trybot_x86', |
| 455 'win7_blink_compile_rel': 'release_bot_x86', | 462 'win7_blink_compile_rel': 'release_bot_x86', |
| 456 'win7_blink_dbg': 'debug_trybot_x86', | 463 'win7_blink_dbg': 'debug_trybot_x86', |
| (...skipping 1345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1802 | 1809 |
| 1803 'x64': { | 1810 'x64': { |
| 1804 'gn_args': 'target_cpu="x64"', | 1811 'gn_args': 'target_cpu="x64"', |
| 1805 }, | 1812 }, |
| 1806 | 1813 |
| 1807 'x86': { | 1814 'x86': { |
| 1808 'gn_args': 'target_cpu="x86"', | 1815 'gn_args': 'target_cpu="x86"', |
| 1809 }, | 1816 }, |
| 1810 }, | 1817 }, |
| 1811 } | 1818 } |
| OLD | NEW |