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

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: Review modifications 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': 'swarming_chromeos_gyp_release_bot',
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)': 87 'Android Asan Builder Tests (dbg)':
88 'android_asan_gyp_debug_bot_minimal_symbols', 88 'android_asan_gyp_debug_bot_minimal_symbols',
89 'Android Builder (dbg)': 'android_gyp_debug_static_bot', 89 'Android Builder (dbg)': 'android_gyp_debug_static_bot',
90 'Android ChromeDriver Tests (dbg)': 'none', 90 'Android ChromeDriver Tests (dbg)': 'none',
91 'Android Cloud Tests': 'android_gyp_debug_static_bot_x86', 91 'Android Cloud Tests': 'android_gyp_debug_static_bot_x86',
(...skipping 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1220 ], 1220 ],
1221 1221
1222 'swarming_android_gyp_release_trybot': [ 1222 'swarming_android_gyp_release_trybot': [
1223 'swarming', 'android', 'gyp', 'release_trybot', 1223 'swarming', 'android', 'gyp', 'release_trybot',
1224 ], 1224 ],
1225 1225
1226 'swarming_asan_lsan_gyp_release_trybot': [ 1226 'swarming_asan_lsan_gyp_release_trybot': [
1227 'swarming', 'asan', 'lsan', 'release_trybot', 1227 'swarming', 'asan', 'lsan', 'release_trybot',
1228 ], 1228 ],
1229 1229
1230 'swarming_chromeos_gyp_release_bot': [
1231 'swarming', 'chromeos_with_codecs', 'gyp', 'release_bot',
1232 ],
1233
1230 'swarming_msan_gyp_release_trybot': [ 1234 'swarming_msan_gyp_release_trybot': [
1231 'swarming', 'chromeos', 'msan', 'gyp', 'release_trybot', 1235 'swarming', 'chromeos', 'msan', 'gyp', 'release_trybot',
1232 ], 1236 ],
1233 1237
1234 'swarming_deterministic_gyp_release_bot': [ 1238 'swarming_deterministic_gyp_release_bot': [
1235 'swarming', 'deterministic', 'gyp', 'release_bot', 1239 'swarming', 'deterministic', 'gyp', 'release_bot',
1236 ], 1240 ],
1237 1241
1238 'swarming_gpu_fyi_tests_gn_debug_bot': [ 1242 'swarming_gpu_fyi_tests_gn_debug_bot': [
1239 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', 1243 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
1513 'chrome_with_codecs': { 1517 'chrome_with_codecs': {
1514 'gn_args': 'ffmpeg_branding="Chrome" proprietary_codecs=true', 1518 'gn_args': 'ffmpeg_branding="Chrome" proprietary_codecs=true',
1515 'gyp_defines': 'ffmpeg_branding=Chrome proprietary_codecs=1', 1519 'gyp_defines': 'ffmpeg_branding=Chrome proprietary_codecs=1',
1516 }, 1520 },
1517 1521
1518 'chromeos': { 1522 'chromeos': {
1519 'gn_args': 'target_os="chromeos"', 1523 'gn_args': 'target_os="chromeos"',
1520 'gyp_defines': 'chromeos=1', 1524 'gyp_defines': 'chromeos=1',
1521 }, 1525 },
1522 1526
1527 'chromeos_with_codecs': {
1528 'gn_args': 'ffmpeg_branding="ChromeOS" proprietary_codecs=true',
1529 'gyp_defines': 'ffmpeg_branding=ChromeOS proprietary_codecs=1',
1530 'mixins': ['chromeos'],
1531 },
1532
1523 'clang': { 1533 'clang': {
1524 'gn_args': 'is_clang=true', 1534 'gn_args': 'is_clang=true',
1525 'gyp_defines': 'clang=1', 1535 'gyp_defines': 'clang=1',
1526 }, 1536 },
1527 1537
1528 'cronet': { 1538 'cronet': {
1529 'gn_args': ('disable_file_support=true disable_ftp_support=true ' 1539 'gn_args': ('disable_file_support=true disable_ftp_support=true '
1530 'enable_websockets=false'), 1540 'enable_websockets=false'),
1531 'gyp_defines': ('disable_file_support=1 disable_ftp_support=1 ' 1541 'gyp_defines': ('disable_file_support=1 disable_ftp_support=1 '
1532 'enable_websockets=0'), 1542 'enable_websockets=0'),
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1771 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1781 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1772 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1782 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1773 }, 1783 },
1774 1784
1775 'valgrind': { 1785 'valgrind': {
1776 # TODO: add gn_args for 'build_for_tool=memcheck' 1786 # TODO: add gn_args for 'build_for_tool=memcheck'
1777 'gyp_defines': 'build_for_tool=memcheck', 1787 'gyp_defines': 'build_for_tool=memcheck',
1778 } 1788 }
1779 }, 1789 },
1780 } 1790 }
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