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

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

Issue 1832843002: Add a mb config to android_cronet_tester trybot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x86', 631 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x86',
632 'win_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x86', 632 'win_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x86',
633 }, 633 },
634 634
635 'tryserver.chromium.android': { 635 'tryserver.chromium.android': {
636 'android_amp': 'tbd', 636 'android_amp': 'tbd',
637 'android_archive_rel_ng': 'tbd', 637 'android_archive_rel_ng': 'tbd',
638 'android_blink_rel': 'tbd', 638 'android_blink_rel': 'tbd',
639 'android_chromium_variable': 'tbd', 639 'android_chromium_variable': 'tbd',
640 'android_coverage': 'tbd', 640 'android_coverage': 'tbd',
641 'android_cronet_tester': 'tbd',
642 'android_deterministic': 'tbd', 641 'android_deterministic': 'tbd',
643 'cast_shell_android': 'tbd', 642 'cast_shell_android': 'tbd',
644 643
645 'android_arm64_dbg_recipe': 'swarming_android_gyp_debug_trybot_arm64', 644 'android_arm64_dbg_recipe': 'swarming_android_gyp_debug_trybot_arm64',
646 'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot', 645 'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot',
647 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', 646 'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
648 'android_chromium_gn_rel': 'android_gn_release_trybot', 647 'android_chromium_gn_rel': 'android_gn_release_trybot',
649 'android_clang_dbg_recipe': 'android_clang_asan_findbugs_gyp_debug_trybot' , 648 'android_clang_dbg_recipe': 'android_clang_asan_findbugs_gyp_debug_trybot' ,
649 'android_cronet_tester': 'android_cronet_gyp_debug_trybot',
jbudorick 2016/03/24 15:24:21 nit: alphabetize
xunjieli 2016/03/24 15:56:42 Done.
650 'android_compile_dbg': 'swarming_android_gyp_debug_trybot', 650 'android_compile_dbg': 'swarming_android_gyp_debug_trybot',
651 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel', 651 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel',
652 'android_compile_rel': 'swarming_android_gyp_release_trybot', 652 'android_compile_rel': 'swarming_android_gyp_release_trybot',
653 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64', 653 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64',
654 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86', 654 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86',
655 'linux_android_dbg_ng': 'swarming_android_gyp_debug_trybot', 655 'linux_android_dbg_ng': 'swarming_android_gyp_debug_trybot',
656 'linux_android_rel_ng': 'swarming_android_gyp_release_trybot', 656 'linux_android_rel_ng': 'swarming_android_gyp_release_trybot',
657 }, 657 },
658 658
659 'tryserver.chromium.angle': { 659 'tryserver.chromium.angle': {
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 842
843 'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols': [ 843 'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols': [
844 'android', 'clang', 'asan', 'findbugs', 'gyp', 844 'android', 'clang', 'asan', 'findbugs', 'gyp',
845 'debug_bot_minimal_symbols', 845 'debug_bot_minimal_symbols',
846 ], 846 ],
847 847
848 'android_clang_asan_findbugs_gyp_debug_trybot': [ 848 'android_clang_asan_findbugs_gyp_debug_trybot': [
849 'android', 'clang', 'asan', 'findbugs', 'gyp', 'debug_trybot', 849 'android', 'clang', 'asan', 'findbugs', 'gyp', 'debug_trybot',
850 ], 850 ],
851 851
852 'android_cronet_gyp_debug_trybot': [
jbudorick 2016/03/24 15:24:20 nit: alphabetize
xunjieli 2016/03/24 15:56:42 Done.
853 'android', 'cronet', 'gyp', 'debug_trybot', 'arm'
854 ],
855
852 'android_cronet_data_reduction_proxy_gyp_release_bot_minimal_symbols': [ 856 'android_cronet_data_reduction_proxy_gyp_release_bot_minimal_symbols': [
853 'android', 'cronet', 'data_reduction_proxy', 'gyp', 857 'android', 'cronet', 'data_reduction_proxy', 'gyp',
854 'release_bot_minimal_symbols', 'arm' 858 'release_bot_minimal_symbols', 'arm'
855 ], 859 ],
856 860
857 'android_cronet_gyp_debug_static_bot': [ 861 'android_cronet_gyp_debug_static_bot': [
858 'android', 'cronet', 'gyp', 'debug_static_bot', 'arm' 862 'android', 'cronet', 'gyp', 'debug_static_bot', 'arm'
859 ], 863 ],
860 864
861 'android_cronet_gyp_debug_static_bot_arm64': [ 865 'android_cronet_gyp_debug_static_bot_arm64': [
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
1742 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1746 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1743 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1747 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1744 }, 1748 },
1745 1749
1746 'valgrind': { 1750 'valgrind': {
1747 # TODO: add gn_args for 'build_for_tool=memcheck' 1751 # TODO: add gn_args for 'build_for_tool=memcheck'
1748 'gyp_defines': 'build_for_tool=memcheck', 1752 'gyp_defines': 'build_for_tool=memcheck',
1749 } 1753 }
1750 }, 1754 },
1751 } 1755 }
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