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

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

Issue 2178393003: Flip SyzyASAN builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'TSAN Debug': 'gn_tsan_disable_nacl_line_tables_debug_bot', 369 'TSAN Debug': 'gn_tsan_disable_nacl_line_tables_debug_bot',
370 'TSAN Release': 'gn_tsan_disable_nacl_line_tables_release_bot', 370 'TSAN Release': 'gn_tsan_disable_nacl_line_tables_release_bot',
371 'Telemetry Harness Upload': 'none', 371 'Telemetry Harness Upload': 'none',
372 'UBSan Release': 'gn_ubsan_release_bot', 372 'UBSan Release': 'gn_ubsan_release_bot',
373 'UBSan vptr Release': 'gn_ubsan_vptr_edge_release_bot', 373 'UBSan vptr Release': 'gn_ubsan_vptr_edge_release_bot',
374 'Win ASan Release Coverage': 374 'Win ASan Release Coverage':
375 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86', 375 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86',
376 'Win ASan Release Media': 376 'Win ASan Release Media':
377 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86', 377 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86',
378 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_bot_x86', 378 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_bot_x86',
379 'Win SyzyASAN LKGR': 'gyp_syzyasan_no_pch_win_z7_x86', 379 'Win SyzyASAN LKGR': 'gn_syzyasan_no_pch_x86',
380 }, 380 },
381 381
382 'chromium.mac': { 382 'chromium.mac': {
383 'Mac Builder': 'swarming_gpu_tests_gn_release_bot', 383 'Mac Builder': 'swarming_gpu_tests_gn_release_bot',
384 'Mac Builder (dbg)': 'swarming_gn_debug_bot', 384 'Mac Builder (dbg)': 'swarming_gn_debug_bot',
385 'Mac GYP (dbg)': 'swarming_gyp_debug_bot', 385 'Mac GYP (dbg)': 'swarming_gyp_debug_bot',
386 'Mac GYP': 'swarming_gyp_release_bot', 386 'Mac GYP': 'swarming_gyp_release_bot',
387 'Mac10.10 Tests': 'none', 387 'Mac10.10 Tests': 'none',
388 'Mac10.11 Tests': 'none', 388 'Mac10.11 Tests': 'none',
389 'Mac10.9 Tests (dbg)': 'none', 389 'Mac10.9 Tests (dbg)': 'none',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 'Win Zenbook Perf (4)': 'none', 544 'Win Zenbook Perf (4)': 'none',
545 'Win Zenbook Perf (5)': 'none', 545 'Win Zenbook Perf (5)': 'none',
546 'Win x64 Builder': 'gn_official_goma_minimal_symbols_x64', 546 'Win x64 Builder': 'gn_official_goma_minimal_symbols_x64',
547 }, 547 },
548 548
549 'client.v8.fyi': { 549 'client.v8.fyi': {
550 'Android Builder': 'gn_official_goma_minimal_symbols_android', 550 'Android Builder': 'gn_official_goma_minimal_symbols_android',
551 'Chromium ASAN - debug': 'gn_asan_lsan_edge_debug_bot', 551 'Chromium ASAN - debug': 'gn_asan_lsan_edge_debug_bot',
552 'Chromium ASAN (symbolized)': 552 'Chromium ASAN (symbolized)':
553 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot', 553 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot',
554 'Chromium Win SyzyASAN': 'gyp_syzyasan_no_pch_win_z7_x86', 554 'Chromium Win SyzyASAN': 'gn_syzyasan_no_pch_x86',
555 'Linux ASAN Builder': 'swarming_asan_lsan_gn_release_bot', 555 'Linux ASAN Builder': 'swarming_asan_lsan_gn_release_bot',
556 'Linux Debug Builder': 'gn_debug_bot', 556 'Linux Debug Builder': 'gn_debug_bot',
557 'Linux Snapshot Builder': 'gn_release_bot', 557 'Linux Snapshot Builder': 'gn_release_bot',
558 'V8 Android GN (dbg)': 'android_gn_debug_bot', 558 'V8 Android GN (dbg)': 'android_gn_debug_bot',
559 'V8 Linux GN': 'gn_release_bot', 559 'V8 Linux GN': 'gn_release_bot',
560 'V8-Blink Linux 64': 'noswarming_gn_release_bot_x64', 560 'V8-Blink Linux 64': 'noswarming_gn_release_bot_x64',
561 'V8-Blink Linux 64 - ignition': 'noswarming_gn_release_bot_x64', 561 'V8-Blink Linux 64 - ignition': 'noswarming_gn_release_bot_x64',
562 'V8-Blink Linux 64 (dbg)': 'noswarming_gn_debug_bot_x64', 562 'V8-Blink Linux 64 (dbg)': 'noswarming_gn_debug_bot_x64',
563 'V8-Blink Mac': 'noswarming_gn_release_bot_x64', 563 'V8-Blink Mac': 'noswarming_gn_release_bot_x64',
564 'V8-Blink Win': 'noswarming_gn_release_bot_minimal_symbols_x86', 564 'V8-Blink Win': 'noswarming_gn_release_bot_minimal_symbols_x86',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 }, 642 },
643 643
644 'official.desktop': { 644 'official.desktop': {
645 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', 645 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn',
646 'mac64': 'gn_official', 646 'mac64': 'gn_official',
647 'precise64': 'gn_official', 647 'precise64': 'gn_official',
648 648
649 # Currently the official bots set mini_installer_official_deps=1 649 # Currently the official bots set mini_installer_official_deps=1
650 # but it's not clear if that's actually used anywhere. 650 # but it's not clear if that's actually used anywhere.
651 'win': 'gn_official', 651 'win': 'gn_official',
652 'win-asan': 'gyp_official_syzyasan', 652 'win-asan': 'gn_official_syzyasan',
653 'win-pgo': [ 653 'win-pgo': [
654 'gn_official_chrome_pgo_phase_1_x86', 654 'gn_official_chrome_pgo_phase_1_x86',
655 'gn_official_chrome_pgo_phase_2_x86', 655 'gn_official_chrome_pgo_phase_2_x86',
656 ], 656 ],
657 'win64': 'gn_official_x64', 657 'win64': 'gn_official_x64',
658 'win64-pgo': [ 658 'win64-pgo': [
659 'gn_official_chrome_pgo_phase_1_x64', 659 'gn_official_chrome_pgo_phase_1_x64',
660 'gn_official_chrome_pgo_phase_2_x64', 660 'gn_official_chrome_pgo_phase_2_x64',
661 ], 661 ],
662 }, 662 },
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 912 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
913 'win8_chromium_gyp_dbg': 'swarming_gyp_debug_trybot_x86', 913 'win8_chromium_gyp_dbg': 'swarming_gyp_debug_trybot_x86',
914 'win8_chromium_gyp_rel': 'swarming_gyp_release_trybot_x86', 914 'win8_chromium_gyp_rel': 'swarming_gyp_release_trybot_x86',
915 'win_x64_archive': 'noswarming_gn_release_trybot_x64', 915 'win_x64_archive': 'noswarming_gn_release_trybot_x64',
916 'win_archive': 'noswarming_gn_release_trybot_x86', 916 'win_archive': 'noswarming_gn_release_trybot_x86',
917 'win_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot_x86', 917 'win_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot_x86',
918 'win_chromium_compile_rel_ng': 918 'win_chromium_compile_rel_ng':
919 'swarming_gpu_tests_gn_release_trybot_x86', 919 'swarming_gpu_tests_gn_release_trybot_x86',
920 'win_chromium_dbg_ng': 'swarming_gn_debug_trybot_x86', 920 'win_chromium_dbg_ng': 'swarming_gn_debug_trybot_x86',
921 'win_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot_x86', 921 'win_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot_x86',
922 'win_chromium_syzyasan_rel': 'swarming_gyp_syzyasan_release_trybot_x86', 922 'win_chromium_syzyasan_rel': 'swarming_gn_syzyasan_release_trybot_x86',
923 'win_chromium_variable': 'findit', 923 'win_chromium_variable': 'findit',
924 'win_chromium_variable_archive': 'findit', 924 'win_chromium_variable_archive': 'findit',
925 'win_chromium_variable_chrome': 'findit', 925 'win_chromium_variable_chrome': 'findit',
926 'win_chromium_variable_clang': 'findit', 926 'win_chromium_variable_clang': 'findit',
927 'win_chromium_variable_gn': 'findit', 927 'win_chromium_variable_gn': 'findit',
928 'win_chromium_variable_webkit_builder': 'findit', 928 'win_chromium_variable_webkit_builder': 'findit',
929 'win_chromium_variable_webkit_layout': 'findit', 929 'win_chromium_variable_webkit_layout': 'findit',
930 'win_chromium_variable_webkit_win7_builder': 'findit', 930 'win_chromium_variable_webkit_win7_builder': 'findit',
931 'win_chromium_variable_webkit_win7_builder_x64': 'findit', 931 'win_chromium_variable_webkit_win7_builder_x64': 'findit',
932 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', 932 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64',
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
1353 ], 1353 ],
1354 1354
1355 'gyp_official': [ 1355 'gyp_official': [
1356 'gyp', 'official', 1356 'gyp', 'official',
1357 ], 1357 ],
1358 1358
1359 'gn_official_goma_chromeos': [ 1359 'gn_official_goma_chromeos': [
1360 'gn', 'official', 'goma', 'chromeos', 1360 'gn', 'official', 'goma', 'chromeos',
1361 ], 1361 ],
1362 1362
1363 'gyp_official_syzyasan': [ 1363 'gn_official_syzyasan': [
1364 'gyp', 'official', 'syzyasan', 1364 'gn', 'official', 'syzyasan',
1365 ], 1365 ],
1366 1366
1367 'gn_official_six_concurrent_links': [ 1367 'gn_official_six_concurrent_links': [
1368 'gn', 'official', 'six_concurrent_links', 1368 'gn', 'official', 'six_concurrent_links',
1369 ], 1369 ],
1370 1370
1371 'gn_official_chrome_pgo_phase_1_x64': [ 1371 'gn_official_chrome_pgo_phase_1_x64': [
1372 'gn', 'official', 'chrome_pgo_phase_1', 'x64', 1372 'gn', 'official', 'chrome_pgo_phase_1', 'x64',
1373 ], 1373 ],
1374 1374
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1409 ], 1409 ],
1410 1410
1411 'gn_release_trybot_x86': [ 1411 'gn_release_trybot_x86': [
1412 'gn', 'release_trybot', 'x86', 1412 'gn', 'release_trybot', 'x86',
1413 ], 1413 ],
1414 1414
1415 'gn_shared_release_bot_minimal_symbols_x86': [ 1415 'gn_shared_release_bot_minimal_symbols_x86': [
1416 'gn', 'shared_release_bot', 'minimal_symbols', 'x86', 1416 'gn', 'shared_release_bot', 'minimal_symbols', 'x86',
1417 ], 1417 ],
1418 1418
1419 'gyp_syzyasan_no_pch_win_z7_x86': [ 1419 'gn_syzyasan_no_pch_x86': [
1420 'gyp', 'syzyasan', 'no_pch', 'win_z7', 'x86', 1420 'gn', 'syzyasan', 'no_pch', 'x86',
1421 ], 1421 ],
1422 1422
1423 'gn_tsan_disable_nacl_line_tables_debug_bot': [ 1423 'gn_tsan_disable_nacl_line_tables_debug_bot': [
1424 'gn', 'tsan', 'disable_nacl', 'line_tables', 'debug_bot', 1424 'gn', 'tsan', 'disable_nacl', 'line_tables', 'debug_bot',
1425 ], 1425 ],
1426 1426
1427 'gn_tsan_disable_nacl_line_tables_release_bot': [ 1427 'gn_tsan_disable_nacl_line_tables_release_bot': [
1428 'gn', 'tsan', 'disable_nacl', 'line_tables', 'release_bot', 1428 'gn', 'tsan', 'disable_nacl', 'line_tables', 'release_bot',
1429 ], 1429 ],
1430 1430
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
1872 1872
1873 'swarming_gn_clang_tot_official_minimal_symbols_static_release_x86': [ 1873 'swarming_gn_clang_tot_official_minimal_symbols_static_release_x86': [
1874 'swarming', 'gn', 'clang_tot', 'official', 'minimal_symbols', 'static', 1874 'swarming', 'gn', 'clang_tot', 'official', 'minimal_symbols', 'static',
1875 'release', 'x86', 1875 'release', 'x86',
1876 ], 1876 ],
1877 1877
1878 'swarming_gn_release_trybot_arm': [ 1878 'swarming_gn_release_trybot_arm': [
1879 'swarming', 'gn', 'release_trybot', 'arm', 'crosscompile', 1879 'swarming', 'gn', 'release_trybot', 'arm', 'crosscompile',
1880 ], 1880 ],
1881 1881
1882 'swarming_gyp_syzyasan_release_trybot_x86': [ 1882 'swarming_gn_syzyasan_release_trybot_x86': [
1883 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86', 1883 'swarming', 'gn', 'syzyasan', 'release_trybot', 'x86',
1884 ], 1884 ],
1885 1885
1886 'swarming_tsan_disable_nacl_gn_release_bot': [ 1886 'swarming_tsan_disable_nacl_gn_release_bot': [
1887 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_bot', 1887 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_bot',
1888 ], 1888 ],
1889 1889
1890 'swarming_tsan_disable_nacl_gn_release_trybot': [ 1890 'swarming_tsan_disable_nacl_gn_release_trybot': [
1891 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_trybot', 1891 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_trybot',
1892 ], 1892 ],
1893 1893
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
2347 'v8_heap': { 2347 'v8_heap': {
2348 'gn_args': 'v8_enable_verify_heap=true', 2348 'gn_args': 'v8_enable_verify_heap=true',
2349 'gyp_defines': 'v8_enable_verify_heap=1', 2349 'gyp_defines': 'v8_enable_verify_heap=1',
2350 }, 2350 },
2351 2351
2352 'win_analyze': { 2352 'win_analyze': {
2353 'gn_args': 'use_vs_code_analysis=true', 2353 'gn_args': 'use_vs_code_analysis=true',
2354 'gyp_defines': 'win_analyze=1', 2354 'gyp_defines': 'win_analyze=1',
2355 }, 2355 },
2356 2356
2357 'win_z7': {
2358 'gn_args': 'error', # TODO(GYP): implement win_z7=true
2359 'gyp_defines': 'win_z7=1',
2360 },
2361
2362 'x64': { 2357 'x64': {
2363 'gn_args': 'target_cpu="x64"', 2358 'gn_args': 'target_cpu="x64"',
2364 'gyp_defines': 'target_arch=x64', 2359 'gyp_defines': 'target_arch=x64',
2365 }, 2360 },
2366 2361
2367 'x86': { 2362 'x86': {
2368 'gn_args': 'target_cpu="x86"', 2363 'gn_args': 'target_cpu="x86"',
2369 'gyp_defines': 'target_arch=ia32', 2364 'gyp_defines': 'target_arch=ia32',
2370 }, 2365 },
2371 2366
2372 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2367 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2373 2368
2374 'drmemory': { 2369 'drmemory': {
2375 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2370 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2376 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2371 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2377 }, 2372 },
2378 }, 2373 },
2379 } 2374 }
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