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

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

Issue 2142523002: Switch Mac ANGLE CQ bots to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 'linux_android_rel_ng': 'swarming_android_gn_release_trybot', 693 'linux_android_rel_ng': 'swarming_android_gn_release_trybot',
694 }, 694 },
695 695
696 'tryserver.chromium.angle': { 696 'tryserver.chromium.angle': {
697 'android_angle_rel_ng': 697 'android_angle_rel_ng':
698 'swarming_gpu_tests_android_gn_release_trybot', 698 'swarming_gpu_tests_android_gn_release_trybot',
699 'linux_angle_chromeos_rel_ng': 699 'linux_angle_chromeos_rel_ng':
700 'swarming_gpu_fyi_tests_chromeos_gn_release_trybot', 700 'swarming_gpu_fyi_tests_chromeos_gn_release_trybot',
701 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot', 701 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot',
702 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot', 702 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot',
703 'mac_angle_dbg_ng': 'swarming_gpu_fyi_tests_gyp_debug_trybot', 703 'mac_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot',
704 'mac_angle_rel_ng': 'swarming_gpu_fyi_tests_gyp_release_trybot', 704 'mac_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot',
705 'win_angle_dbg_ng': 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x86', 705 'win_angle_dbg_ng': 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x86',
706 'win_angle_rel_ng': 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86', 706 'win_angle_rel_ng': 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86',
707 'win_angle_x64_dbg_ng': 707 'win_angle_x64_dbg_ng':
708 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x64', 708 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x64',
709 'win_angle_x64_rel_ng': 709 'win_angle_x64_rel_ng':
710 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x64', 710 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x64',
711 }, 711 },
712 712
713 'tryserver.chromium.linux': { 713 'tryserver.chromium.linux': {
714 'blimp_linux_dbg': 714 'blimp_linux_dbg':
(...skipping 944 matching lines...) Expand 10 before | Expand all | Expand 10 after
1659 'swarming_gpu_fyi_tests_gn_release_trybot': [ 1659 'swarming_gpu_fyi_tests_gn_release_trybot': [
1660 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', 1660 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
1661 'release_trybot', 'angle_deqp_tests', 1661 'release_trybot', 'angle_deqp_tests',
1662 ], 1662 ],
1663 1663
1664 'swarming_gpu_fyi_tests_win_clang_debug_bot': [ 1664 'swarming_gpu_fyi_tests_win_clang_debug_bot': [
1665 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 1665 'swarming', 'gpu_tests', 'internal_gles2_conform_tests',
1666 'gn', 'clang', 'debug_bot_minimal_symbols', 1666 'gn', 'clang', 'debug_bot_minimal_symbols',
1667 ], 1667 ],
1668 1668
1669 'swarming_gpu_fyi_tests_gyp_debug_trybot': [
1670 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1671 'debug_trybot',
1672 ],
1673
1674 'swarming_gpu_fyi_tests_gyp_release_trybot': [
1675 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1676 'release_trybot',
1677 ],
1678
1679 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x64': [ 1669 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x64': [
1680 'swarming', 'gpu_tests', 'angle_deqp_tests', 1670 'swarming', 'gpu_tests', 'angle_deqp_tests',
1681 'internal_gles2_conform_tests', 'gn', 'debug_trybot', 'x64', 1671 'internal_gles2_conform_tests', 'gn', 'debug_trybot', 'x64',
1682 ], 1672 ],
1683 1673
1684 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x86': [ 1674 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x86': [
1685 'swarming', 'gpu_tests', 'angle_deqp_tests', 1675 'swarming', 'gpu_tests', 'angle_deqp_tests',
1686 'internal_gles2_conform_tests', 'gn', 'debug_trybot', 'x86', 1676 'internal_gles2_conform_tests', 'gn', 'debug_trybot', 'x86',
1687 ], 1677 ],
1688 1678
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
2325 }, 2315 },
2326 2316
2327 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2317 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2328 2318
2329 'drmemory': { 2319 'drmemory': {
2330 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2320 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2331 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2321 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2332 }, 2322 },
2333 }, 2323 },
2334 } 2324 }
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