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

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

Issue 1843623002: Add tests for Headless Linux bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed dirk's comments 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 | « testing/buildbot/gn_isolate_map.pyl ('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 # 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'Windows Tests (DrMemory)': 'tbd', 195 'Windows Tests (DrMemory)': 'tbd',
196 196
197 'CFI Linux CF': 'gn_cfi_diag_release_bot', 197 'CFI Linux CF': 'gn_cfi_diag_release_bot',
198 'CFI Linux ToT': 'gn_cfi_release_bot', 198 'CFI Linux ToT': 'gn_cfi_release_bot',
199 'CFI Linux': 'gn_cfi_release_bot', 199 'CFI Linux': 'gn_cfi_release_bot',
200 'LTO Linux Perf': 'gn_official_goma_lto', 200 'LTO Linux Perf': 'gn_official_goma_lto',
201 'Chromium_iOS_Device': 'ios_gyp', 201 'Chromium_iOS_Device': 'ios_gyp',
202 'Chromium_iOS_Device_(ninja)': 'ios_gyp', 202 'Chromium_iOS_Device_(ninja)': 'ios_gyp',
203 'Chromium_iOS_Simulator_(dbg)': 'ios_gyp', 203 'Chromium_iOS_Simulator_(dbg)': 'ios_gyp',
204 'CrWinClang64(dbg)': 'win_clang_debug_bot', 204 'CrWinClang64(dbg)': 'win_clang_debug_bot',
205 'Headless Linux (dbg)': 'gn_headless_debug_bot',
205 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', 206 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan',
206 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', 207 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
207 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', 208 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan',
208 'Linux ARM': 'swarming_gyp_release_bot_arm', 209 'Linux ARM': 'swarming_gyp_release_bot_arm',
209 'Site Isolation Linux': 'gn_release_trybot', 210 'Site Isolation Linux': 'gn_release_trybot',
210 'Site Isolation Win': 'gyp_release_trybot_x64', 211 'Site Isolation Win': 'gyp_release_trybot_x64',
211 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', 212 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz',
212 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', 213 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
213 }, 214 },
214 215
(...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 ], 1111 ],
1111 1112
1112 'gyp_release_trybot': [ 1113 'gyp_release_trybot': [
1113 'gyp', 'release_trybot', 1114 'gyp', 'release_trybot',
1114 ], 1115 ],
1115 1116
1116 'gyp_release_trybot_x64': [ 1117 'gyp_release_trybot_x64': [
1117 'gyp', 'release_trybot', 'x64', 1118 'gyp', 'release_trybot', 'x64',
1118 ], 1119 ],
1119 1120
1121 'gn_headless_debug_bot': [
1122 'gn', 'headless', 'debug_bot',
1123 ],
1124
1120 'gn_release_libfuzzer_asan': [ 1125 'gn_release_libfuzzer_asan': [
1121 'gn', 'release', 'libfuzzer', 'asan', 'proprietary_codecs', 'pdf_xfa', 1126 'gn', 'release', 'libfuzzer', 'asan', 'proprietary_codecs', 'pdf_xfa',
1122 'disable_nacl', 1127 'disable_nacl',
1123 ], 1128 ],
1124 1129
1125 'gn_release_libfuzzer_msan': [ 1130 'gn_release_libfuzzer_msan': [
1126 'gn', 'release', 'libfuzzer', 'msan', 'proprietary_codecs', 'pdf_xfa', 1131 'gn', 'release', 'libfuzzer', 'msan', 'proprietary_codecs', 'pdf_xfa',
1127 'disable_nacl', 1132 'disable_nacl',
1128 ], 1133 ],
1129 'gn_release_libfuzzer_ubsan': [ 1134 'gn_release_libfuzzer_ubsan': [
1130 'gn', 'release', 'libfuzzer', 'ubsan_security', 'proprietary_codecs', 1135 'gn', 'release', 'libfuzzer', 'ubsan_security', 'proprietary_codecs',
1131 'pdf_xfa', 'disable_nacl', 1136 'pdf_xfa', 'disable_nacl',
1132 ], 1137 ],
1133 1138
1134 'gn_release_drmemory_drfuzz_x86': [ 1139 'gn_release_drmemory_drfuzz_x86': [
1135 'gn', 'release', 'drmemory', 'drfuzz', 'x86', 'proprietary_codecs', 1140 'gn', 'release', 'drmemory', 'drfuzz', 'x86', 'proprietary_codecs',
1136 ], 1141 ],
1137 'gn_release_drmemory_drfuzz': [ 1142 'gn_release_drmemory_drfuzz': [
1138 'gn', 'release', 'drmemory', 'drfuzz', 'proprietary_codecs', 1143 'gn', 'release', 'drmemory', 'drfuzz', 'proprietary_codecs',
1139 ], 1144 ],
1140 1145
1141 'gyp_valgrind_release_bot': [ 1146 'gyp_valgrind_release_bot': [
1142 'gyp', 'valgrind', 'release_bot', 1147 'gyp', 'valgrind', 'release_bot',
1143 ], 1148 ],
1144 1149
1145 'gyp_valgrind_chromeos_release_bot': [ 1150 'gyp_valgrind_chromeos_release_bot': [
1146 'gyp', 'chromeos', 'valgrind', 'release_bot', 1151 'gyp', 'chromeos', 'valgrind', 'release_bot',
1147 ], 1152 ],
1148 1153
1149 'gyp_windows_analyze': [ 1154 'gyp_windows_analyze': [
1150 'gyp', 'no_symbols', 'disable_precompiled_headers', 1155 'gyp', 'no_symbols', 'disable_precompiled_headers',
1151 'shared', 'x86', 'win_analyze', 1156 'shared', 'x86', 'win_analyze',
1152 ], 1157 ],
1153 1158
1154 'gyp_drmemory_shared_release_x86': [ 1159 'gyp_drmemory_shared_release_x86': [
1155 'gyp', 'drmemory', 'shared', 'release', 'x86', 1160 'gyp', 'drmemory', 'shared', 'release', 'x86',
1156 ], 1161 ],
1157 1162
1158 'gyp_drmemory_shared_release_x64': [ 1163 'gyp_drmemory_shared_release_x64': [
1159 'gyp', 'drmemory', 'shared', 'release', 'x64', 1164 'gyp', 'drmemory', 'shared', 'release', 'x64',
1160 ], 1165 ],
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
1618 'gn_args': 'use_goma=true goma_dir="$(goma_dir)"', 1623 'gn_args': 'use_goma=true goma_dir="$(goma_dir)"',
1619 'gyp_defines': 'use_goma=1 gomadir=$(goma_dir)', 1624 'gyp_defines': 'use_goma=1 gomadir=$(goma_dir)',
1620 }, 1625 },
1621 1626
1622 'gpu_tests': { 1627 'gpu_tests': {
1623 'mixins': ['archive_gpu_tests', 'chrome_with_codecs'], 1628 'mixins': ['archive_gpu_tests', 'chrome_with_codecs'],
1624 }, 1629 },
1625 1630
1626 'gyp': {'type': 'gyp'}, 1631 'gyp': {'type': 'gyp'},
1627 1632
1633 # TODO(skyostil): Consider replacing the 'is_headless' flag with a
1634 # //build/args config template.
1635 'headless': {
1636 'gn_args': 'is_headless=true',
1637
1638 # It's an error to combine this with the gyp mixin.
Dirk Pranke 2016/03/31 01:50:18 Nit: I would probably change this comment to "# he
perezju 2016/04/07 13:19:31 Done.
1639 'gyp_defines': 'target_arch=unknown',
1640 },
1641
1628 'internal_gles2_conform_tests': { 1642 'internal_gles2_conform_tests': {
1629 'gn_args': 'internal_gles2_conform_tests=true', 1643 'gn_args': 'internal_gles2_conform_tests=true',
1630 'gyp_defines': 'internal_gles2_conform_tests=1', 1644 'gyp_defines': 'internal_gles2_conform_tests=1',
1631 }, 1645 },
1632 1646
1633 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' }, 1647 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' },
1634 1648
1635 'ubsan_security': { 'gn_args': 'is_ubsan_security=true' }, 1649 'ubsan_security': { 'gn_args': 'is_ubsan_security=true' },
1636 1650
1637 'lsan': { 1651 'lsan': {
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1766 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1780 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1767 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1781 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1768 }, 1782 },
1769 1783
1770 'valgrind': { 1784 'valgrind': {
1771 # TODO: add gn_args for 'build_for_tool=memcheck' 1785 # TODO: add gn_args for 'build_for_tool=memcheck'
1772 'gyp_defines': 'build_for_tool=memcheck', 1786 'gyp_defines': 'build_for_tool=memcheck',
1773 } 1787 }
1774 }, 1788 },
1775 } 1789 }
OLDNEW
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698