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

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

Issue 1377533002: Flip Google Chrome Linux x64 bot from GYP to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_linux_perf_to_gn
Patch Set: Created 5 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 | « 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 the list of configs that you can pass to mb; each config 6 # This is the list of configs that you can pass to mb; each config
7 # represents a particular combination of GYP_DEFINES/gn args that 7 # represents a particular combination of GYP_DEFINES/gn args that
8 # we must support. A given config *may* be platform-specific but 8 # we must support. A given config *may* be platform-specific but
9 # is not necessarily so (i.e., we might have mac, win, and linux 9 # is not necessarily so (i.e., we might have mac, win, and linux
10 # bots all using the 'gn_release_bot' config). 10 # bots all using the 'gn_release_bot' config).
(...skipping 17 matching lines...) Expand all
28 'dev_gn_release': ['gn', 'release', 'shared'], 28 'dev_gn_release': ['gn', 'release', 'shared'],
29 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'], 29 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'],
30 'dev_gyp_release': ['gyp', 'release', 'shared'], 30 'dev_gyp_release': ['gyp', 'release', 'shared'],
31 'embedded_gyp_debug_bot': ['embedded', 'gyp', 'debug_bot'], 31 'embedded_gyp_debug_bot': ['embedded', 'gyp', 'debug_bot'],
32 'gn_debug_bot': ['gn', 'debug_bot'], 32 'gn_debug_bot': ['gn', 'debug_bot'],
33 'gn_debug_bot_minimal_symbols': ['gn', 'debug_bot_minimal_symbols'], 33 'gn_debug_bot_minimal_symbols': ['gn', 'debug_bot_minimal_symbols'],
34 'gn_debug_bot_minimal_symbols_x86': ['gn', 'debug_bot_minimal_symbols', 'x86 '], 34 'gn_debug_bot_minimal_symbols_x86': ['gn', 'debug_bot_minimal_symbols', 'x86 '],
35 'gn_debug_static_bot': ['gn', 'debug_static_bot'], 35 'gn_debug_static_bot': ['gn', 'debug_static_bot'],
36 'gn_linux_upload': ['gn_linux_upload', 'official', 'goma'], 36 'gn_linux_upload': ['gn_linux_upload', 'official', 'goma'],
37 'gn_official_goma': ['gn', 'official', 'goma'], 37 'gn_official_goma': ['gn', 'official', 'goma'],
38 'gn_official_goma_x86': ['gn', 'official', 'goma', 'x86'],
38 'gn_release_bot': ['gn', 'release_bot'], 39 'gn_release_bot': ['gn', 'release_bot'],
39 'gn_release_bot_minimal_symbols': ['gn', 'release_bot_minimal_symbols'], 40 'gn_release_bot_minimal_symbols': ['gn', 'release_bot_minimal_symbols'],
40 'gn_release_bot_minimal_symbols_x86': ['gn', 'release_bot_minimal_symbols', 'x86'], 41 'gn_release_bot_minimal_symbols_x86': ['gn', 'release_bot_minimal_symbols', 'x86'],
41 'gn_release_trybot': ['gn', 'release_trybot'], 42 'gn_release_trybot': ['gn', 'release_trybot'],
42 'gn_release_trybot_x86': ['gn', 'release_trybot', 'x86'], 43 'gn_release_trybot_x86': ['gn', 'release_trybot', 'x86'],
43 'gyp_debug_bot': ['gyp', 'debug_bot'], 44 'gyp_debug_bot': ['gyp', 'debug_bot'],
44 'gyp_debug_bot_x86': ['gyp', 'debug_bot', 'x86'], 45 'gyp_debug_bot_x86': ['gyp', 'debug_bot', 'x86'],
45 'gyp_official': ['gyp', 'official'], 46 'gyp_official': ['gyp', 'official'],
46 'gyp_official_goma': ['gyp', 'official', 'goma'], 47 'gyp_official_goma': ['gyp', 'official', 'goma'],
47 'gyp_official_goma_chromeos': ['gyp', 'official', 'goma', 'chromeos'], 48 'gyp_official_goma_chromeos': ['gyp', 'official', 'goma', 'chromeos'],
48 'gyp_official_goma_x86': ['gyp', 'official', 'goma', 'x86'],
49 'gyp_official_goma_minimal_symbols': ['gyp', 'official', 'goma', 'minimal_sy mbols'], 49 'gyp_official_goma_minimal_symbols': ['gyp', 'official', 'goma', 'minimal_sy mbols'],
50 'gyp_official_goma_minimal_symbols_android': ['gyp', 'official', 'goma', 'mi nimal_symbols', 'android'], 50 'gyp_official_goma_minimal_symbols_android': ['gyp', 'official', 'goma', 'mi nimal_symbols', 'android'],
51 'gyp_official_goma_minimal_symbols_android_arm64': ['gyp', 'official', 'goma ', 'minimal_symbols', 'android', 'arm64'], 51 'gyp_official_goma_minimal_symbols_android_arm64': ['gyp', 'official', 'goma ', 'minimal_symbols', 'android', 'arm64'],
52 'gyp_official_goma_minimal_symbols_x64': ['gyp', 'official', 'goma', 'minima l_symbols', 'x64'], 52 'gyp_official_goma_minimal_symbols_x64': ['gyp', 'official', 'goma', 'minima l_symbols', 'x64'],
53 'gyp_official_goma_minimal_symbols_x86': ['gyp', 'official', 'goma', 'minima l_symbols', 'x86'], 53 'gyp_official_goma_minimal_symbols_x86': ['gyp', 'official', 'goma', 'minima l_symbols', 'x86'],
54 'gyp_release_bot_arm': ['gyp', 'release_bot', 'arm', 'crosscompile'], 54 'gyp_release_bot_arm': ['gyp', 'release_bot', 'arm', 'crosscompile'],
55 'gyp_release_trybot': ['gyp', 'release_trybot'], 55 'gyp_release_trybot': ['gyp', 'release_trybot'],
56 56
57 # This is just for completeness; any bot that uses this config should never actually run MB. 57 # This is just for completeness; any bot that uses this config should never actually run MB.
58 'none': ['none'], 58 'none': ['none'],
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 # The builders should be sorted by the order they appear in the /builders 315 # The builders should be sorted by the order they appear in the /builders
316 # page on the buildbots, *not* alphabetically. 316 # page on the buildbots, *not* alphabetically.
317 # 317 #
318 # TODO(crbug.com/481692): Add in remaining bots on the waterfalls. 318 # TODO(crbug.com/481692): Add in remaining bots on the waterfalls.
319 'masters': { 319 'masters': {
320 'chrome': { 320 'chrome': {
321 'precise64': 'gyp_official', 321 'precise64': 'gyp_official',
322 }, 322 },
323 'chromium.chrome': { 323 'chromium.chrome': {
324 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86', 324 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86',
325 'Google Chrome Linux': 'gyp_official_goma_x86', 325 'Google Chrome Linux': 'gn_official_goma_x86',
326 'Google Chrome Linux x64': 'gyp_official_goma', 326 'Google Chrome Linux x64': 'gyp_official_goma',
327 'Google Chrome Mac': 'gyp_official_goma', 327 'Google Chrome Mac': 'gyp_official_goma',
328 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos', 328 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos',
329 }, 329 },
330 'chromium.chromiumos': { 330 'chromium.chromiumos': {
331 'Linux ChromiumOS GN': 'chromeos_gn_release_bot', 331 'Linux ChromiumOS GN': 'chromeos_gn_release_bot',
332 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', 332 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
333 }, 333 },
334 'chromium.linux': { 334 'chromium.linux': {
335 'Linux Builder': 'swarming_gn_release_bot', 335 'Linux Builder': 'swarming_gn_release_bot',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 'win8_chromium_gn_rel': 'gn_release_trybot_x86', 471 'win8_chromium_gn_rel': 'gn_release_trybot_x86',
472 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 472 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
473 'win_clang_x64_dbg': 'win_clang_debug_bot', 473 'win_clang_x64_dbg': 'win_clang_debug_bot',
474 }, 474 },
475 'tryserver.v8': { 475 'tryserver.v8': {
476 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 476 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
477 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 477 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
478 }, 478 },
479 }, 479 },
480 } 480 }
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