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

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

Issue 2083163002: update definitions for android_angle_rel_ng (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 'android_cronet_tester': 'android_cronet_gn_debug_static_bot', 693 'android_cronet_tester': 'android_cronet_gn_debug_static_bot',
694 'android_n5x_swarming_rel': 'swarming_android_gn_release_trybot_arm64', 694 'android_n5x_swarming_rel': 'swarming_android_gn_release_trybot_arm64',
695 'android_swarming_rel': 'swarming_android_gn_release_trybot', 695 'android_swarming_rel': 'swarming_android_gn_release_trybot',
696 'cast_shell_android': 'android_cast_gn_debug_static_bot', 696 'cast_shell_android': 'android_cast_gn_debug_static_bot',
697 'linux_android_dbg_ng': 'swarming_android_gn_debug_trybot', 697 'linux_android_dbg_ng': 'swarming_android_gn_debug_trybot',
698 'linux_android_rel_ng': 'swarming_android_gn_release_trybot', 698 'linux_android_rel_ng': 'swarming_android_gn_release_trybot',
699 }, 699 },
700 700
701 'tryserver.chromium.angle': { 701 'tryserver.chromium.angle': {
702 'android_angle_rel_ng': 702 'android_angle_rel_ng':
703 'swarming_gpu_fyi_tests_android_gn_release_trybot', 703 'swarming_gpu_tests_android_gn_release_trybot',
704 'linux_angle_chromeos_rel_ng': 704 'linux_angle_chromeos_rel_ng':
705 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot', 705 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot',
706 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot', 706 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot',
707 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot', 707 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot',
708 'mac_angle_dbg_ng': 'swarming_gpu_fyi_tests_gyp_debug_trybot', 708 'mac_angle_dbg_ng': 'swarming_gpu_fyi_tests_gyp_debug_trybot',
709 'mac_angle_rel_ng': 'swarming_gpu_fyi_tests_gyp_release_trybot', 709 'mac_angle_rel_ng': 'swarming_gpu_fyi_tests_gyp_release_trybot',
710 'win_angle_dbg_ng': 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86', 710 'win_angle_dbg_ng': 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86',
711 'win_angle_rel_ng': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', 711 'win_angle_rel_ng': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86',
712 'win_angle_x64_dbg_ng': 712 'win_angle_x64_dbg_ng':
713 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64', 713 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64',
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
1604 ], 1604 ],
1605 1605
1606 'swarming_gn_release_trybot': [ 1606 'swarming_gn_release_trybot': [
1607 'swarming', 'gn', 'release_bot', 1607 'swarming', 'gn', 'release_bot',
1608 ], 1608 ],
1609 1609
1610 'swarming_gn_release_trybot_x64': [ 1610 'swarming_gn_release_trybot_x64': [
1611 'swarming', 'gn', 'release_trybot', 'x64', 1611 'swarming', 'gn', 'release_trybot', 'x64',
1612 ], 1612 ],
1613 1613
1614 'swarming_gpu_fyi_tests_android_gn_release_trybot': [ 1614 'swarming_gpu_tests_android_gn_release_trybot': [
Jamie Madill 2016/06/21 21:56:22 lgtm, although I think most of the other angle try
Dirk Pranke 2016/06/21 22:07:48 That's because they're actually enabling internal_
Jamie Madill 2016/06/21 22:10:47 I believe the fyi-ness just means which waterfall
1615 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', 1615 'swarming', 'gpu_tests', 'android', 'gn', 'release_trybot',
1616 'android', 'release_trybot', 'angle_deqp_tests',
1617 ], 1616 ],
1618 1617
1619 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot': [ 1618 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot': [
1620 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', 1619 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1621 'release_trybot', 'angle_deqp_tests', 'chromeos', 1620 'release_trybot', 'angle_deqp_tests', 'chromeos',
1622 ], 1621 ],
1623 1622
1624 'swarming_gpu_fyi_tests_gn_debug_trybot': [ 1623 'swarming_gpu_fyi_tests_gn_debug_trybot': [
1625 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', 1624 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
1626 'debug_trybot', 'angle_deqp_tests', 1625 'debug_trybot', 'angle_deqp_tests',
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
2309 }, 2308 },
2310 2309
2311 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2310 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2312 2311
2313 'drmemory': { 2312 'drmemory': {
2314 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2313 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2315 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2314 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2316 }, 2315 },
2317 }, 2316 },
2318 } 2317 }
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