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

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

Issue 2494543002: Make android/x64 bot build and run tests in release. (Closed)
Patch Set: . Created 4 years, 1 month 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 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 690
691 'android_clang_tot_asan': [ 691 'android_clang_tot_asan': [
692 'android_without_codecs', 'clang_tot', 'asan', 'shared', 'debug', 'minimal _symbols', 692 'android_without_codecs', 'clang_tot', 'asan', 'shared', 'debug', 'minimal _symbols',
693 ], 693 ],
694 694
695 'android_clang_tot_dbg': [ 695 'android_clang_tot_dbg': [
696 'android_without_codecs', 'clang_tot', 'shared', 'debug', 696 'android_without_codecs', 'clang_tot', 'shared', 'debug',
697 ], 697 ],
698 698
699 'android_clang_tot_x64': [ 699 'android_clang_tot_x64': [
700 'android_without_codecs', 'clang_tot', 'shared', 'x64', 700 'android_without_codecs', 'clang_tot', 'shared', 'x64', 'release',
701 'dcheck_always_on',
701 ], 702 ],
702 703
703 'android_cronet_data_reduction_proxy_release_bot_minimal_symbols_arm_no_neon ': [ 704 'android_cronet_data_reduction_proxy_release_bot_minimal_symbols_arm_no_neon ': [
704 'android', 'cronet', 'data_reduction_proxy', 'release_bot', 'minimal_symbo ls', 'arm_no_neon', 705 'android', 'cronet', 'data_reduction_proxy', 'release_bot', 'minimal_symbo ls', 'arm_no_neon',
705 ], 706 ],
706 707
707 'android_cronet_debug_static_bot_arm64': [ 708 'android_cronet_debug_static_bot_arm64': [
708 'android', 'cronet', 'debug_static_bot', 'arm64', 709 'android', 'cronet', 'debug_static_bot', 'arm64',
709 ], 710 ],
710 711
(...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1809 1810
1810 'x64': { 1811 'x64': {
1811 'gn_args': 'target_cpu="x64"', 1812 'gn_args': 'target_cpu="x64"',
1812 }, 1813 },
1813 1814
1814 'x86': { 1815 'x86': {
1815 'gn_args': 'target_cpu="x86"', 1816 'gn_args': 'target_cpu="x86"',
1816 }, 1817 },
1817 }, 1818 },
1818 } 1819 }
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