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

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

Issue 2224993002: mb_config.pyl: add entry for "amd64-generic Trusty (Informational)" on chromeos.chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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': {
11 'amd64-generic Trusty (Informational)': 'cros_chrome_sdk_gn',
12 },
13
10 # Take care when changing any of these builders to ensure that you do not 14 # Take care when changing any of these builders to ensure that you do not
11 # include a configuration with 'chrome_with_codecs' since these builders 15 # include a configuration with 'chrome_with_codecs' since these builders
12 # generated publicly advertised non-Official builds which are not allowed 16 # generated publicly advertised non-Official builds which are not allowed
13 # to have proprietary codecs enabled. 17 # to have proprietary codecs enabled.
14 'chromium': { 18 'chromium': {
15 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols', 19 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols',
16 'Linux x64': 'noswarming_gn_release_bot', 20 'Linux x64': 'noswarming_gn_release_bot',
17 'Mac': 'noswarming_gn_release_bot_mac_strip', 21 'Mac': 'noswarming_gn_release_bot_mac_strip',
18 'Win': 'noswarming_gn_release_bot_minimal_symbols_x86', 22 'Win': 'noswarming_gn_release_bot_minimal_symbols_x86',
19 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64', 23 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64',
(...skipping 2413 matching lines...) Expand 10 before | Expand all | Expand 10 after
2433 }, 2437 },
2434 2438
2435 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2439 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2436 2440
2437 'drmemory': { 2441 'drmemory': {
2438 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2442 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2439 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2443 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2440 }, 2444 },
2441 }, 2445 },
2442 } 2446 }
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