Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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_x64', | |
| 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 Loading... | |
| 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_x64': [ | |
| 1122 'gn', 'headless', 'debug_bot', 'x64', | |
|
Dirk Pranke
2016/03/29 19:25:19
You should not specify x64; it's the default (exce
perezju
2016/03/30 10:57:33
Done.
| |
| 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 Loading... | |
| 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 'headless': { | |
| 1634 'type': 'gn', | |
| 1635 'gn_args': 'is_headless=true', | |
| 1636 }, | |
|
Dirk Pranke
2016/03/29 19:25:19
As I just noted on the bug, I'm not sure that we s
perezju
2016/03/30 10:57:33
I've left the flag in for now, but added a TODO to
| |
| 1637 | |
| 1628 'internal_gles2_conform_tests': { | 1638 'internal_gles2_conform_tests': { |
| 1629 'gn_args': 'internal_gles2_conform_tests=true', | 1639 'gn_args': 'internal_gles2_conform_tests=true', |
| 1630 'gyp_defines': 'internal_gles2_conform_tests=1', | 1640 'gyp_defines': 'internal_gles2_conform_tests=1', |
| 1631 }, | 1641 }, |
| 1632 | 1642 |
| 1633 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' }, | 1643 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' }, |
| 1634 | 1644 |
| 1635 'ubsan_security': { 'gn_args': 'is_ubsan_security=true' }, | 1645 'ubsan_security': { 'gn_args': 'is_ubsan_security=true' }, |
| 1636 | 1646 |
| 1637 'lsan': { | 1647 'lsan': { |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1766 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1776 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 1767 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 1777 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 1768 }, | 1778 }, |
| 1769 | 1779 |
| 1770 'valgrind': { | 1780 'valgrind': { |
| 1771 # TODO: add gn_args for 'build_for_tool=memcheck' | 1781 # TODO: add gn_args for 'build_for_tool=memcheck' |
| 1772 'gyp_defines': 'build_for_tool=memcheck', | 1782 'gyp_defines': 'build_for_tool=memcheck', |
| 1773 } | 1783 } |
| 1774 }, | 1784 }, |
| 1775 } | 1785 } |
| OLD | NEW |