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

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

Issue 2399883003: Add MB config and installer target for an official CrOS builder. (Closed)
Patch Set: make the installer be defined on CrOS builds as well as desktop Linux builds Created 4 years, 2 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 | « chrome/installer/BUILD.gn ('k') | 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': {
11 'amd64-generic Trusty (Informational)': 'cros_chrome_sdk', 11 'amd64-generic Trusty (Informational)': 'cros_chrome_sdk',
12 'Chrome4CROS Packages': 'chromeos_with_codecs_release_bot', 12 'Chrome4CROS Packages': 'chromeos_with_codecs_release_bot',
13 'Linux ChromeOS Buildspec Tests': 'chromeos_with_codecs_release_bot',
13 }, 14 },
14 15
15 # Take care when changing any of these builders to ensure that you do not 16 # Take care when changing any of these builders to ensure that you do not
16 # include a configuration with 'chrome_with_codecs' since these builders 17 # include a configuration with 'chrome_with_codecs' since these builders
17 # generated publicly advertised non-Official builds which are not allowed 18 # generated publicly advertised non-Official builds which are not allowed
18 # to have proprietary codecs enabled. 19 # to have proprietary codecs enabled.
19 'chromium': { 20 'chromium': {
20 'Android': 'android_without_codecs_release_bot_minimal_symbols', 21 'Android': 'android_without_codecs_release_bot_minimal_symbols',
21 'Linux x64': 'release_bot', 22 'Linux x64': 'release_bot',
22 'Mac': 'release_bot_mac_strip', 23 'Mac': 'release_bot_mac_strip',
(...skipping 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1779 'gn_args': 'target_cpu="x86"', 1780 'gn_args': 'target_cpu="x86"',
1780 }, 1781 },
1781 1782
1782 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 1783 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
1783 1784
1784 'drmemory': { 1785 'drmemory': {
1785 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1786 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1786 }, 1787 },
1787 }, 1788 },
1788 } 1789 }
OLDNEW
« no previous file with comments | « chrome/installer/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698