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

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

Issue 2170703002: Flip last CrOS builders to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_mac_lkgr
Patch Set: rebase Created 4 years, 5 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 -> 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 # Take care when changing any of these builders to ensure that you do not 10 # Take care when changing any of these builders to ensure that you do not
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'ASAN Release Media': 333 'ASAN Release Media':
334 'gyp_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot', 334 'gyp_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot',
335 'ASAN Release': 'gyp_asan_lsan_edge_fuzzer_v8_heap_release_bot', 335 'ASAN Release': 'gyp_asan_lsan_edge_fuzzer_v8_heap_release_bot',
336 'ASan Debug (32-bit x86 with V8-ARM)': 336 'ASan Debug (32-bit x86 with V8-ARM)':
337 'gyp_asan_edge_v8_heap_debug_bot_hybrid', 337 'gyp_asan_edge_v8_heap_debug_bot_hybrid',
338 'ASan Release (32-bit x86 with V8-ARM)': 338 'ASan Release (32-bit x86 with V8-ARM)':
339 'gyp_asan_edge_fuzzer_v8_heap_release_bot_hybrid', 339 'gyp_asan_edge_fuzzer_v8_heap_release_bot_hybrid',
340 'ASan Release Media (32-bit x86 with V8-ARM)': 340 'ASan Release Media (32-bit x86 with V8-ARM)':
341 'gyp_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid', 341 'gyp_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid',
342 'ChromiumOS ASAN Release': 342 'ChromiumOS ASAN Release':
343 'gyp_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot', 343 'gn_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot',
344 'MSAN Release (chained origins)': 'gn_msan_edge_release_bot', 344 'MSAN Release (chained origins)': 'gn_msan_edge_release_bot',
345 'MSAN Release (no origins)': 'gn_msan_no_origins_edge_release_bot', 345 'MSAN Release (no origins)': 'gn_msan_no_origins_edge_release_bot',
346 'Mac ASAN Debug': 'gyp_asan_edge_fuzzer_v8_heap_debug_symbols_static_bot', 346 'Mac ASAN Debug': 'gyp_asan_edge_fuzzer_v8_heap_debug_symbols_static_bot',
347 'Mac ASAN Release Media': 347 'Mac ASAN Release Media':
348 'gyp_asan_edge_fuzzer_v8_heap_chrome_with_codecs_release_bot', 348 'gyp_asan_edge_fuzzer_v8_heap_chrome_with_codecs_release_bot',
349 'Mac ASAN Release': 'gyp_asan_edge_fuzzer_v8_heap_release_bot', 349 'Mac ASAN Release': 'gyp_asan_edge_fuzzer_v8_heap_release_bot',
350 'TSAN Debug': 'gyp_tsan_disable_nacl_line_tables_debug_bot', 350 'TSAN Debug': 'gyp_tsan_disable_nacl_line_tables_debug_bot',
351 'TSAN Release': 'gyp_tsan_disable_nacl_line_tables_release_bot', 351 'TSAN Release': 'gyp_tsan_disable_nacl_line_tables_release_bot',
352 'Telemetry Harness Upload': 'none', 352 'Telemetry Harness Upload': 'none',
353 'UBSan Release': 'gyp_ubsan_release_bot', 353 'UBSan Release': 'gyp_ubsan_release_bot',
(...skipping 29 matching lines...) Expand all
383 'Mac ASan 64 Builder': 383 'Mac ASan 64 Builder':
384 'swarming_asan_lsan_full_symbols_gyp_release_trybot', 384 'swarming_asan_lsan_full_symbols_gyp_release_trybot',
385 'Mac ASan 64 Tests (1)': 'none', 385 'Mac ASan 64 Tests (1)': 'none',
386 'Linux Chromium OS ASan LSan Builder': 386 'Linux Chromium OS ASan LSan Builder':
387 'swarming_asan_lsan_chromeos_gn_release_trybot', 387 'swarming_asan_lsan_chromeos_gn_release_trybot',
388 'Linux Chromium OS ASan LSan Tests (1)': 'none', 388 'Linux Chromium OS ASan LSan Tests (1)': 'none',
389 }, 389 },
390 390
391 'chromium.memory.fyi': { 391 'chromium.memory.fyi': {
392 'Chromium Linux ChromeOS MSan Builder': 392 'Chromium Linux ChromeOS MSan Builder':
393 'swarming_gyp_chromeos_msan_release_bot', 393 'swarming_gn_chromeos_msan_release_bot',
394 'Chromium Linux MSan Builder': 394 'Chromium Linux MSan Builder':
395 'swarming_msan_gn_release_bot', 395 'swarming_msan_gn_release_bot',
396 'Chromium Linux TSan Builder': 396 'Chromium Linux TSan Builder':
397 'swarming_tsan_disable_nacl_gn_release_bot', 397 'swarming_tsan_disable_nacl_gn_release_bot',
398 'Chromium Windows Builder (DrMemory x64)': 398 'Chromium Windows Builder (DrMemory x64)':
399 'gyp_drmemory_shared_release_x64', 399 'gyp_drmemory_shared_release_x64',
400 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86', 400 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86',
401 'Linux ChromeOS MSan Tests': 'none', 401 'Linux ChromeOS MSan Tests': 'none',
402 'Linux MSan Tests': 'none', 402 'Linux MSan Tests': 'none',
403 'Linux TSan Tests': 'none', 403 'Linux TSan Tests': 'none',
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
1301 ], 1301 ],
1302 1302
1303 'gyp_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ 1303 'gyp_asan_lsan_edge_fuzzer_v8_heap_release_bot': [
1304 'gyp', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 1304 'gyp', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot',
1305 ], 1305 ],
1306 1306
1307 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot': [ 1307 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot': [
1308 'gn', 'asan', 'lsan', 'edge', 'v8_heap', 'symbolized', 'release_bot', 1308 'gn', 'asan', 'lsan', 'edge', 'v8_heap', 'symbolized', 'release_bot',
1309 ], 1309 ],
1310 1310
1311 'gyp_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ 1311 'gn_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [
1312 'gyp', 'chromeos', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 1312 'gn', 'chromeos', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap',
1313 'release_bot', 1313 'release_bot',
1314 ], 1314 ],
1315 1315
1316 'gn_chromeos_with_codecs_debug_bot': [ 1316 'gn_chromeos_with_codecs_debug_bot': [
1317 'gn', 'chromeos_with_codecs', 'debug_bot', 1317 'gn', 'chromeos_with_codecs', 'debug_bot',
1318 ], 1318 ],
1319 1319
1320 'gyp_clang_minimal_symbols_shared_release_bot_x86': [ 1320 'gyp_clang_minimal_symbols_shared_release_bot_x86': [
1321 'gyp', 'clang', 'minimal_symbols', 'shared_release_bot', 'x86', 1321 'gyp', 'clang', 'minimal_symbols', 'shared_release_bot', 'x86',
1322 ], 1322 ],
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1502 1502
1503 'swarming_android_gn_release_trybot_arm64': [ 1503 'swarming_android_gn_release_trybot_arm64': [
1504 'swarming', 'android', 'gn', 'release_trybot', 'arm64', 1504 'swarming', 'android', 'gn', 'release_trybot', 'arm64',
1505 ], 1505 ],
1506 1506
1507 'swarming_asan_dcheck_gyp_release_bot': [ 1507 'swarming_asan_dcheck_gyp_release_bot': [
1508 'swarming', 'asan', 'dcheck_always_on', 'gyp', 'release_bot', 1508 'swarming', 'asan', 'dcheck_always_on', 'gyp', 'release_bot',
1509 ], 1509 ],
1510 1510
1511 'swarming_asan_lsan_chromeos_gn_release_trybot': [ 1511 'swarming_asan_lsan_chromeos_gn_release_trybot': [
1512 'swarming', 'asan', 'lsan', 'chromeos', 'gyp', 'release_trybot', 1512 'swarming', 'asan', 'lsan', 'chromeos', 'gn', 'release_trybot',
1513 ], 1513 ],
1514 1514
1515 'swarming_asan_lsan_full_symbols_gyp_release_trybot': [ 1515 'swarming_asan_lsan_full_symbols_gyp_release_trybot': [
1516 'swarming', 'asan', 'lsan', 'full_symbols', 'gyp', 'release_bot', 1516 'swarming', 'asan', 'lsan', 'full_symbols', 'gyp', 'release_bot',
1517 'dcheck_always_on', 1517 'dcheck_always_on',
1518 ], 1518 ],
1519 1519
1520 'swarming_asan_lsan_gn_release_bot': [ 1520 'swarming_asan_lsan_gn_release_bot': [
1521 'swarming', 'asan', 'lsan', 'gn', 'release_bot', 1521 'swarming', 'asan', 'lsan', 'gn', 'release_bot',
1522 ], 1522 ],
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1736 'swarming_gyp_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [ 1736 'swarming_gyp_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [
1737 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'static', 'v8_heap', 1737 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'static', 'v8_heap',
1738 'full_symbols', 'release', 1738 'full_symbols', 'release',
1739 ], 1739 ],
1740 1740
1741 'swarming_gyp_asan_clang_tot_full_symbols_static_release': [ 1741 'swarming_gyp_asan_clang_tot_full_symbols_static_release': [
1742 'swarming', 'gyp', 'asan', 'clang_tot', 'full_symbols', 'static', 1742 'swarming', 'gyp', 'asan', 'clang_tot', 'full_symbols', 'static',
1743 'release', 1743 'release',
1744 ], 1744 ],
1745 1745
1746 'swarming_gyp_chromeos_msan_release_bot': [ 1746 'swarming_gn_chromeos_msan_release_bot': [
1747 'swarming', 'gyp', 'chromeos', 'msan', 'release_bot', 1747 'swarming', 'gn', 'chromeos', 'msan', 'release_bot',
1748 ], 1748 ],
1749 1749
1750 'swarming_gyp_clang_debug_bot_minimal_symbols_x86': [ 1750 'swarming_gyp_clang_debug_bot_minimal_symbols_x86': [
1751 'swarming', 'gyp', 'clang', 'debug_bot', 'minimal_symbols', 'x86', 1751 'swarming', 'gyp', 'clang', 'debug_bot', 'minimal_symbols', 'x86',
1752 ], 1752 ],
1753 1753
1754 'swarming_gyp_clang_debug_trybot_x86': [ 1754 'swarming_gyp_clang_debug_trybot_x86': [
1755 'swarming', 'gyp', 'clang', 'debug_trybot', 'x86', 1755 'swarming', 'gyp', 'clang', 'debug_trybot', 'x86',
1756 ], 1756 ],
1757 1757
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
2346 }, 2346 },
2347 2347
2348 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2348 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2349 2349
2350 'drmemory': { 2350 'drmemory': {
2351 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2351 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2352 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2352 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2353 }, 2353 },
2354 }, 2354 },
2355 } 2355 }
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