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

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

Issue 2079173002: Sync up mb_config.pyl w/ buildbot masters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rollup
Patch Set: put symbolized mixin back in Created 4 years, 6 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'Linux Builder (dbg)': 'swarming_gn_debug_bot', 308 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
309 'Linux Builder (dbg)(32)': 'swarming_gn_debug_bot_x86', 309 'Linux Builder (dbg)(32)': 'swarming_gn_debug_bot_x86',
310 'Linux Builder': 'swarming_gn_release_bot', 310 'Linux Builder': 'swarming_gn_release_bot',
311 'Linux Tests (dbg)(1)': 'none', 311 'Linux Tests (dbg)(1)': 'none',
312 'Linux Tests (dbg)(1)(32)': 'none', 312 'Linux Tests (dbg)(1)(32)': 'none',
313 'Linux Tests': 'none', 313 'Linux Tests': 'none',
314 }, 314 },
315 315
316 'chromium.lkgr': { 316 'chromium.lkgr': {
317 'ASAN Debug': 'gn_asan_lsan_edge_debug_bot', 317 'ASAN Debug': 'gn_asan_lsan_edge_debug_bot',
318 'ASAN Release (symbolized)':
319 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot',
320 'ASAN Release Media': 318 'ASAN Release Media':
321 'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot', 319 'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot',
322 'ASAN Release': 'gn_asan_lsan_edge_fuzzer_v8_heap_release_bot', 320 'ASAN Release': 'gn_asan_lsan_edge_fuzzer_v8_heap_release_bot',
323 'ASan Debug (32-bit x86 with V8-ARM)': 321 'ASan Debug (32-bit x86 with V8-ARM)':
324 'gn_asan_edge_v8_heap_debug_bot_hybrid', 322 'gn_asan_edge_v8_heap_debug_bot_hybrid',
325 'ASan Release (32-bit x86 with V8-ARM)': 323 'ASan Release (32-bit x86 with V8-ARM)':
326 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid', 324 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid',
327 'ASan Release (32-bit x86 with V8-ARM, symbolized)':
328 'gn_asan_edge_fuzzer_v8_heap_symbolized_release_bot_hybrid',
329 'ASan Release Media (32-bit x86 with V8-ARM)': 325 'ASan Release Media (32-bit x86 with V8-ARM)':
330 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid', 326 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid',
331 'ChromiumOS ASAN Release': 327 'ChromiumOS ASAN Release':
332 'gn_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot', 328 'gn_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot',
333 'MSAN Release (chained origins)': 'gn_msan_edge_release_bot', 329 'MSAN Release (chained origins)': 'gn_msan_edge_release_bot',
334 'MSAN Release (no origins)': 'gn_msan_no_origins_edge_release_bot', 330 'MSAN Release (no origins)': 'gn_msan_no_origins_edge_release_bot',
335 'Mac ASAN Debug': 'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot', 331 'Mac ASAN Debug': 'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot',
336 'Mac ASAN Release Media': 332 'Mac ASAN Release Media':
337 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot', 333 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot',
338 'Mac ASAN Release': 'gyp_asan_fuzzer_v8_heap_release_bot', 334 'Mac ASAN Release': 'gyp_asan_fuzzer_v8_heap_release_bot',
(...skipping 21 matching lines...) Expand all
360 'Mac10.9 Tests': 'none', 356 'Mac10.9 Tests': 'none',
361 'ios-device': 'ios_gyp', 357 'ios-device': 'ios_gyp',
362 'ios-device-gn': 'ios_gn', 358 'ios-device-gn': 'ios_gn',
363 'ios-simulator': 'ios_gyp', 359 'ios-simulator': 'ios_gyp',
364 'ios-simulator-gn': 'ios_gn', 360 'ios-simulator-gn': 'ios_gn',
365 }, 361 },
366 362
367 'chromium.memory': { 363 'chromium.memory': {
368 'Linux ASan LSan Builder': 'swarming_asan_lsan_gn_release_bot', 364 'Linux ASan LSan Builder': 'swarming_asan_lsan_gn_release_bot',
369 'Linux ASan LSan Tests (1)': 'none', 365 'Linux ASan LSan Tests (1)': 'none',
370 'Linux ASan LSan Tests (sandboxed)': 'none', 366 'Linux ASan Tests (sandboxed)': 'none',
371 'Mac ASan 64 Builder': 'swarming_asan_lsan_full_symbols_gyp_release_bot', 367 'Mac ASan 64 Builder': 'swarming_asan_lsan_full_symbols_gyp_release_bot',
372 'Mac ASan 64 Tests (1)': 'none', 368 'Mac ASan 64 Tests (1)': 'none',
373 'Linux Chromium OS ASan LSan Builder': 369 'Linux Chromium OS ASan LSan Builder':
374 'swarming_asan_lsan_chromeos_gyp_release_bot', 370 'swarming_asan_lsan_chromeos_gyp_release_bot',
375 'Linux Chromium OS ASan LSan Tests (1)': 'none', 371 'Linux Chromium OS ASan LSan Tests (1)': 'none',
376 }, 372 },
377 373
378 'chromium.memory.fyi': { 374 'chromium.memory.fyi': {
379 'Chromium Linux ChromeOS MSan Builder': 375 'Chromium Linux ChromeOS MSan Builder':
380 'swarming_gyp_chromeos_msan_release_bot', 376 'swarming_gyp_chromeos_msan_release_bot',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 # shared library loading is fixed. 689 # shared library loading is fixed.
694 'android_cronet_tester': 'android_cronet_gn_debug_static_bot', 690 'android_cronet_tester': 'android_cronet_gn_debug_static_bot',
695 'android_n5x_swarming_rel': 'swarming_android_gn_release_trybot_arm64', 691 'android_n5x_swarming_rel': 'swarming_android_gn_release_trybot_arm64',
696 'android_swarming_rel': 'swarming_android_gn_release_trybot', 692 'android_swarming_rel': 'swarming_android_gn_release_trybot',
697 'cast_shell_android': 'android_cast_gn_debug_static_bot', 693 'cast_shell_android': 'android_cast_gn_debug_static_bot',
698 'linux_android_dbg_ng': 'swarming_android_gn_debug_trybot', 694 'linux_android_dbg_ng': 'swarming_android_gn_debug_trybot',
699 'linux_android_rel_ng': 'swarming_android_gn_release_trybot', 695 'linux_android_rel_ng': 'swarming_android_gn_release_trybot',
700 }, 696 },
701 697
702 'tryserver.chromium.angle': { 698 'tryserver.chromium.angle': {
699 'android_angle_rel_ng':
700 'swarming_gpu_fyi_tests_android_gn_release_trybot',
703 'linux_angle_chromeos_rel_ng': 701 'linux_angle_chromeos_rel_ng':
704 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot', 702 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot',
705 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot', 703 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot',
706 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot', 704 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot',
707 'mac_angle_dbg_ng': 'swarming_gpu_fyi_tests_gyp_debug_trybot', 705 'mac_angle_dbg_ng': 'swarming_gpu_fyi_tests_gyp_debug_trybot',
708 'mac_angle_rel_ng': 'swarming_gpu_fyi_tests_gyp_release_trybot', 706 'mac_angle_rel_ng': 'swarming_gpu_fyi_tests_gyp_release_trybot',
709 'win_angle_dbg_ng': 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86', 707 'win_angle_dbg_ng': 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86',
710 'win_angle_rel_ng': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', 708 'win_angle_rel_ng': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86',
711 'win_angle_x64_dbg_ng': 709 'win_angle_x64_dbg_ng':
712 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64', 710 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64',
(...skipping 12 matching lines...) Expand all
725 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 723 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
726 'chromeos_daisy_variable': 'findit', 724 'chromeos_daisy_variable': 'findit',
727 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 725 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
728 'chromeos_x86-generic_variable': 'findit', 726 'chromeos_x86-generic_variable': 'findit',
729 'chromium_presubmit': 'none', 727 'chromium_presubmit': 'none',
730 'closure_compilation': 'closure_compilation', 728 'closure_compilation': 'closure_compilation',
731 'linux_arm': 'swarming_gn_release_trybot_arm', 729 'linux_arm': 'swarming_gn_release_trybot_arm',
732 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', 730 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
733 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gn_release_trybot', 731 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gn_release_trybot',
734 'linux_chromium_asan_variable': 'findit', 732 'linux_chromium_asan_variable': 'findit',
733 'linux_chromium_blimp_variable': 'findit',
Nico 2016/06/21 18:39:29 i don't know what the _variable bots do. i thought
Dirk Pranke 2016/06/21 21:42:10 Findit in this case is the system the QA team runs
735 'linux_chromium_browser_side_navigation_rel': 'gn_release_trybot', 734 'linux_chromium_browser_side_navigation_rel': 'gn_release_trybot',
736 'linux_chromium_cast_variable': 'findit', 735 'linux_chromium_cast_variable': 'findit',
737 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_static_dcheck_always_on', 736 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_static_dcheck_always_on',
738 'linux_chromium_chromeos_asan_rel_ng': 737 'linux_chromium_chromeos_asan_rel_ng':
739 'swarming_asan_lsan_chromeos_gyp_release_trybot', 738 'swarming_asan_lsan_chromeos_gyp_release_trybot',
740 'linux_chromium_chromeos_asan_variable': 'findit', 739 'linux_chromium_chromeos_asan_variable': 'findit',
741 'linux_chromium_chromeos_compile_dbg_ng': 740 'linux_chromium_chromeos_compile_dbg_ng':
742 'swarming_chromeos_gn_debug_trybot', 741 'swarming_chromeos_gn_debug_trybot',
743 'linux_chromium_chromeos_compile_rel_ng': 742 'linux_chromium_chromeos_compile_rel_ng':
744 'swarming_chromeos_gn_release_trybot', 743 'swarming_chromeos_gn_release_trybot',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 'mac_chromium_asan_variable': 'findit', 800 'mac_chromium_asan_variable': 'findit',
802 'mac_chromium_compile_dbg_ng': 'swarming_gyp_debug_trybot', 801 'mac_chromium_compile_dbg_ng': 'swarming_gyp_debug_trybot',
803 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gyp_release_trybot', 802 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gyp_release_trybot',
804 'mac_chromium_dbg_ng': 'swarming_gyp_debug_trybot', 803 'mac_chromium_dbg_ng': 'swarming_gyp_debug_trybot',
805 'mac_chromium_gn_dbg': 'gn_debug_bot', 804 'mac_chromium_gn_dbg': 'gn_debug_bot',
806 'mac_chromium_gn_rel': 'gn_release_trybot', 805 'mac_chromium_gn_rel': 'gn_release_trybot',
807 'mac_chromium_gn_upload': 'gn_release_bot', 806 'mac_chromium_gn_upload': 'gn_release_bot',
808 'mac_chromium_rel_ng': 'swarming_gpu_tests_gyp_release_trybot', 807 'mac_chromium_rel_ng': 'swarming_gpu_tests_gyp_release_trybot',
809 'mac_chromium_variable': 'findit', 808 'mac_chromium_variable': 'findit',
810 'mac_chromium_variable_10.10': 'findit', 809 'mac_chromium_variable_10.10': 'findit',
811 'mac_chromium_variable_10.10_macviews': 'findit',
812 'mac_chromium_variable_10.10_layout': 'findit', 810 'mac_chromium_variable_10.10_layout': 'findit',
813 'mac_chromium_variable_10.11': 'findit', 811 'mac_chromium_variable_10.11': 'findit',
814 'mac_chromium_variable_10.11_layout': 'findit', 812 'mac_chromium_variable_10.11_layout': 'findit',
815 'mac_chromium_variable_archive': 'findit', 813 'mac_chromium_variable_archive': 'findit',
816 'mac_chromium_variable_chrome': 'findit', 814 'mac_chromium_variable_chrome': 'findit',
817 'mac_chromium_variable_gn': 'findit', 815 'mac_chromium_variable_gn': 'findit',
818 'mac_chromium_variable_layout': 'findit', 816 'mac_chromium_variable_layout': 'findit',
819 'mac_nacl_sdk': 'gyp_release_bot', 817 'mac_nacl_sdk': 'gyp_release_bot',
820 'mac_nacl_sdk_build': 'gyp_release_bot', 818 'mac_nacl_sdk_build': 'gyp_release_bot',
821 'mac_optional_gpu_tests_rel': 819 'mac_optional_gpu_tests_rel':
(...skipping 28 matching lines...) Expand all
850 'mac_fyi_perf_bisect': 'gyp_official_goma', 848 'mac_fyi_perf_bisect': 'gyp_official_goma',
851 'mac_hdd_perf_bisect': 'gyp_official_goma', 849 'mac_hdd_perf_bisect': 'gyp_official_goma',
852 'mac_perf_bisect_builder': 'gyp_official_goma', 850 'mac_perf_bisect_builder': 'gyp_official_goma',
853 'mac_retina_perf_bisect': 'gyp_official_goma', 851 'mac_retina_perf_bisect': 'gyp_official_goma',
854 'mac_retina_perf_cq': 'gyp_official_goma', 852 'mac_retina_perf_cq': 'gyp_official_goma',
855 'win_8_perf_bisect': 'gn_official_goma_minimal_symbols_x86', 853 'win_8_perf_bisect': 'gn_official_goma_minimal_symbols_x86',
856 'win_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_x86', 854 'win_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_x86',
857 'win_perf_bisect': 'gn_official_goma_minimal_symbols_x86', 855 'win_perf_bisect': 'gn_official_goma_minimal_symbols_x86',
858 'win_perf_bisect_builder': 'gn_official_goma_minimal_symbols_x86', 856 'win_perf_bisect_builder': 'gn_official_goma_minimal_symbols_x86',
859 'win_x64_perf_bisect': 'gn_official_goma_minimal_symbols_x64', 857 'win_x64_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
860 'winx64_8_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
861 'winx64_10_perf_bisect': 'gn_official_goma_minimal_symbols_x64', 858 'winx64_10_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
862 'winx64_10_perf_cq': 'gn_official_goma_minimal_symbols_x64', 859 'winx64_10_perf_cq': 'gn_official_goma_minimal_symbols_x64',
863 'winx64_bisect_builder': 'gn_official_goma_minimal_symbols_x64', 860 'winx64_bisect_builder': 'gn_official_goma_minimal_symbols_x64',
864 'winx64_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
865 'winx64_zen_perf_bisect': 'gn_official_goma_minimal_symbols_x64', 861 'winx64_zen_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
866 'winx64ati_perf_bisect': 'gn_official_goma_minimal_symbols_x64', 862 'winx64ati_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
867 'winx64intel_perf_bisect': 'gn_official_goma_minimal_symbols_x64', 863 'winx64intel_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
868 'winx64nvidia_perf_bisect': 'gn_official_goma_minimal_symbols_x64', 864 'winx64nvidia_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
869 }, 865 },
870 866
871 'tryserver.chromium.win': { 867 'tryserver.chromium.win': {
872 'win10_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', 868 'win10_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64',
873 'win10_chromium_x64_rel_ng_exp': 'swarming_gn_release_trybot_x64', 869 'win10_chromium_x64_rel_ng_exp': 'swarming_gn_release_trybot_x64',
874 'win8_chromium_gn_dbg': 'swarming_gn_debug_trybot_x86', 870 'win8_chromium_gn_dbg': 'swarming_gn_debug_trybot_x86',
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
1232 ], 1228 ],
1233 1229
1234 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [ 1230 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [
1235 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid', 1231 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid',
1236 ], 1232 ],
1237 1233
1238 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86': [ 1234 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86': [
1239 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'x86', 1235 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'x86',
1240 ], 1236 ],
1241 1237
1242 'gn_asan_edge_fuzzer_v8_heap_symbolized_release_bot_hybrid': [
1243 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'symbolized',
1244 'release_bot', 'hybrid',
1245 ],
1246
1247 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot': [ 1238 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot': [
1248 'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 'release_bot', 1239 'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 'release_bot',
1249 ], 1240 ],
1250 1241
1251 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86': [ 1242 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86': [
1252 'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 1243 'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs',
1253 'release_bot', 'x86', 1244 'release_bot', 'x86',
1254 ], 1245 ],
1255 1246
1256 'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot': [ 1247 'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot': [
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
1610 ], 1601 ],
1611 1602
1612 'swarming_gn_release_trybot': [ 1603 'swarming_gn_release_trybot': [
1613 'swarming', 'gn', 'release_bot', 1604 'swarming', 'gn', 'release_bot',
1614 ], 1605 ],
1615 1606
1616 'swarming_gn_release_trybot_x64': [ 1607 'swarming_gn_release_trybot_x64': [
1617 'swarming', 'gn', 'release_trybot', 'x64', 1608 'swarming', 'gn', 'release_trybot', 'x64',
1618 ], 1609 ],
1619 1610
1611 'swarming_gpu_fyi_tests_android_gn_release_trybot': [
1612 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
Nico 2016/06/21 18:39:29 jmadill / kbr: Does this bot look right?
Ken Russell (switch to Gerrit) 2016/06/21 18:54:13 Actually, I'm not sure it is -- not sure this shou
Jamie Madill 2016/06/21 19:24:30 I doubt the deqp tests compile at this time, so pr
1613 'android', 'release_trybot', 'angle_deqp_tests',
1614 ],
1615
1620 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot': [ 1616 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot': [
1621 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', 1617 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1622 'release_trybot', 'angle_deqp_tests', 'chromeos', 1618 'release_trybot', 'angle_deqp_tests', 'chromeos',
1623 ], 1619 ],
1624 1620
1625 'swarming_gpu_fyi_tests_gn_debug_trybot': [ 1621 'swarming_gpu_fyi_tests_gn_debug_trybot': [
1626 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', 1622 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
1627 'debug_trybot', 'angle_deqp_tests', 1623 'debug_trybot', 'angle_deqp_tests',
1628 ], 1624 ],
1629 1625
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
2318 }, 2314 },
2319 2315
2320 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2316 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2321 2317
2322 'drmemory': { 2318 'drmemory': {
2323 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2319 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2324 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2320 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2325 }, 2321 },
2326 }, 2322 },
2327 } 2323 }
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