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

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

Issue 2325003003: [Android] Fix cronet trybot name. (Closed)
Patch Set: Created 4 years, 3 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 'chromeos.chrome': { 10 'chromeos.chrome': {
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 'android_chromium_variable_gn': 'findit', 787 'android_chromium_variable_gn': 'findit',
788 'android_chromium_variable_nexus4': 'findit', 788 'android_chromium_variable_nexus4': 'findit',
789 'android_clang_dbg_recipe': 789 'android_clang_dbg_recipe':
790 'android_clang_asan_errorprone_findbugs_gn_debug_trybot', 790 'android_clang_asan_errorprone_findbugs_gn_debug_trybot',
791 'android_compile_dbg': 'swarming_android_gn_debug_trybot', 791 'android_compile_dbg': 'swarming_android_gn_debug_trybot',
792 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel', 792 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel',
793 'android_compile_rel': 'swarming_android_gn_release_trybot', 793 'android_compile_rel': 'swarming_android_gn_release_trybot',
794 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64', 794 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64',
795 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86', 795 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86',
796 'android_coverage': 'android_gn_debug_trybot_java_coverage', 796 'android_coverage': 'android_gn_debug_trybot_java_coverage',
797 'android_cronet_builder': 'android_cronet_gn_release_trybot_arm_no_neon', 797 'android_cronet': 'android_cronet_gn_release_trybot_arm_no_neon',
798 # TODO(crbug/597596): Switch this back to debug_trybot when cronet's 798 # TODO(crbug/597596): Switch this back to debug_trybot when cronet's
799 # shared library loading is fixed. 799 # shared library loading is fixed.
800 'android_cronet_tester': 'android_cronet_gn_debug_static_bot_arm_no_neon', 800 'android_cronet_tester': 'android_cronet_gn_debug_static_bot_arm_no_neon',
801 'android_n5x_swarming_rel': 'swarming_android_gn_release_trybot_arm64', 801 'android_n5x_swarming_rel': 'swarming_android_gn_release_trybot_arm64',
802 'android_optional_gpu_tests_rel': 802 'android_optional_gpu_tests_rel':
803 'swarming_android_gn_release_trybot_arm64', 803 'swarming_android_gn_release_trybot_arm64',
804 'cast_shell_android': 'android_cast_gn_debug_static_bot', 804 'cast_shell_android': 'android_cast_gn_debug_static_bot',
805 'linux_android_dbg_ng': 'swarming_android_gn_debug_trybot', 805 'linux_android_dbg_ng': 'swarming_android_gn_debug_trybot',
806 'linux_android_rel_ng': 'swarming_android_gn_release_trybot', 806 'linux_android_rel_ng': 'swarming_android_gn_release_trybot',
807 }, 807 },
(...skipping 1683 matching lines...) Expand 10 before | Expand all | Expand 10 after
2491 }, 2491 },
2492 2492
2493 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2493 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2494 2494
2495 'drmemory': { 2495 'drmemory': {
2496 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2496 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2497 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2497 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2498 }, 2498 },
2499 }, 2499 },
2500 } 2500 }
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