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

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

Issue 1839773004: Convert the Linux ChromiumOS Builder on chromium.chromiumos to MB (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 # Take care when changing any of these builders to ensure that you do not 10 # Take care when changing any of these builders to ensure that you do not
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'Google Chrome Linux x64': 'gn_official_goma', 64 'Google Chrome Linux x64': 'gn_official_goma',
65 'Google Chrome Linux': 'gyp_official_goma_x86', 65 'Google Chrome Linux': 'gyp_official_goma_x86',
66 'Google Chrome Mac': 'gyp_official_goma', 66 'Google Chrome Mac': 'gyp_official_goma',
67 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86', 67 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86',
68 }, 68 },
69 69
70 'chromium.chromiumos': { 70 'chromium.chromiumos': {
71 'ChromiumOS amd64-generic Compile': 'tbd', 71 'ChromiumOS amd64-generic Compile': 'tbd',
72 'ChromiumOS daisy Compile': 'tbd', 72 'ChromiumOS daisy Compile': 'tbd',
73 'ChromiumOS x86-generic Compile': 'tbd', 73 'ChromiumOS x86-generic Compile': 'tbd',
74 'Linux ChromiumOS Builder': 'tbd',
75 'Linux ChromiumOS Builder (dbg)': 'tbd', 74 'Linux ChromiumOS Builder (dbg)': 'tbd',
76 'Linux ChromiumOS Full': 'tbd', 75 'Linux ChromiumOS Full': 'tbd',
77 'Linux ChromiumOS Ozone Builder': 'tbd', 76 'Linux ChromiumOS Ozone Builder': 'tbd',
78 'Linux ChromiumOS Ozone Tests (1)': 'tbd', 77 'Linux ChromiumOS Ozone Tests (1)': 'tbd',
79 'Linux ChromiumOS Tests (1)': 'tbd', 78 'Linux ChromiumOS Tests (1)': 'tbd',
80 'Linux ChromiumOS Tests (dbg)(1)': 'tbd', 79 'Linux ChromiumOS Tests (dbg)(1)': 'tbd',
81 80
81 'Linux ChromiumOS Builder': 'chromeos_gyp_release_bot_swarming',
82 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', 82 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
83 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot', 83 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
84 }, 84 },
85 85
86 'chromium.fyi': { 86 'chromium.fyi': {
87 'Android Asan Builder Tests (dbg)': 'tbd', 87 'Android Asan Builder Tests (dbg)': 'tbd',
88 'Android Builder (dbg)': 'tbd', 88 'Android Builder (dbg)': 'tbd',
89 'Android ChromeDriver Tests (dbg)': 'tbd', 89 'Android ChromeDriver Tests (dbg)': 'tbd',
90 'Android Cloud Tests': 'tbd', 90 'Android Cloud Tests': 'tbd',
91 'Android Remoting Tests': 'tbd', 91 'Android Remoting Tests': 'tbd',
(...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 ], 951 ],
952 952
953 'cast_gn_release_trybot': [ 953 'cast_gn_release_trybot': [
954 'cast', 'gn', 'release_trybot', 954 'cast', 'gn', 'release_trybot',
955 ], 955 ],
956 956
957 'chromeos_gn_debug_bot': [ 957 'chromeos_gn_debug_bot': [
958 'chromeos', 'gn', 'debug_bot', 958 'chromeos', 'gn', 'debug_bot',
959 ], 959 ],
960 960
961 'chromeos_gyp_release_bot_swarming': [
962 'gyp', 'release_bot', 'chromeos_with_codecs', 'swarming',
963 ],
Dirk Pranke 2016/03/31 02:35:48 All of the configs that use swarming put swarming
aneeshm 2016/03/31 06:03:40 Done.
964
961 'chromeos_ozone_gn_release_bot': [ 965 'chromeos_ozone_gn_release_bot': [
962 'chromeos', 'ozone', 'gn', 'release_bot', 966 'chromeos', 'ozone', 'gn', 'release_bot',
963 ], 967 ],
964 968
965 'chromeos_ozone_gn_release_trybot': [ 969 'chromeos_ozone_gn_release_trybot': [
966 'chromeos', 'ozone', 'gn', 'release_trybot', 970 'chromeos', 'ozone', 'gn', 'release_trybot',
967 ], 971 ],
968 972
969 'embedded_gyp_debug_bot': [ 973 'embedded_gyp_debug_bot': [
970 'embedded', 'gyp', 'debug_bot', 974 'embedded', 'gyp', 'debug_bot',
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
1486 'chrome_with_codecs': { 1490 'chrome_with_codecs': {
1487 'gn_args': 'ffmpeg_branding="Chrome" proprietary_codecs=true', 1491 'gn_args': 'ffmpeg_branding="Chrome" proprietary_codecs=true',
1488 'gyp_defines': 'ffmpeg_branding=Chrome proprietary_codecs=1', 1492 'gyp_defines': 'ffmpeg_branding=Chrome proprietary_codecs=1',
1489 }, 1493 },
1490 1494
1491 'chromeos': { 1495 'chromeos': {
1492 'gn_args': 'target_os="chromeos"', 1496 'gn_args': 'target_os="chromeos"',
1493 'gyp_defines': 'chromeos=1', 1497 'gyp_defines': 'chromeos=1',
1494 }, 1498 },
1495 1499
1500 'chromeos_with_codecs': {
1501 'gn_args': 'ffmpeg_branding="ChromeOS" proprietary_codecs=true',
1502 'gyp_defines': 'ffmpeg_branding=ChromeOS proprietary_codecs=1',
1503 'mixins': ['chromeos'],
1504 },
1505
1496 'clang': { 1506 'clang': {
1497 'gn_args': 'is_clang=true', 1507 'gn_args': 'is_clang=true',
1498 'gyp_defines': 'clang=1', 1508 'gyp_defines': 'clang=1',
1499 }, 1509 },
1500 1510
1501 'cronet': { 1511 'cronet': {
1502 'gn_args': ('disable_file_support=true disable_ftp_support=true ' 1512 'gn_args': ('disable_file_support=true disable_ftp_support=true '
1503 'enable_websockets=false'), 1513 'enable_websockets=false'),
1504 'gyp_defines': ('disable_file_support=1 disable_ftp_support=1 ' 1514 'gyp_defines': ('disable_file_support=1 disable_ftp_support=1 '
1505 'enable_websockets=0'), 1515 'enable_websockets=0'),
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
1742 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1752 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1743 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1753 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1744 }, 1754 },
1745 1755
1746 'valgrind': { 1756 'valgrind': {
1747 # TODO: add gn_args for 'build_for_tool=memcheck' 1757 # TODO: add gn_args for 'build_for_tool=memcheck'
1748 'gyp_defines': 'build_for_tool=memcheck', 1758 'gyp_defines': 'build_for_tool=memcheck',
1749 } 1759 }
1750 }, 1760 },
1751 } 1761 }
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