| OLD | NEW |
| 1 # Copyright 2016 The V8 project authors. All rights reserved. | 1 # Copyright 2016 The V8 project 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 # Bots are ordered by appearance on waterfall. | 9 # Bots are ordered by appearance on waterfall. |
| 10 'masters': { | 10 'masters': { |
| 11 'client.dart.fyi': { | 11 'client.dart.fyi': { |
| 12 'v8-linux-release': 'gyp_release_x86_disassembler', | 12 'v8-linux-release': 'gyp_release_x86_disassembler', |
| 13 'v8-win-release': 'gyp_release_x86_disassembler', | 13 'v8-win-release': 'gyp_release_x86_disassembler', |
| 14 'v8-mac-release': 'gyp_release_x86_disassembler', | 14 'v8-mac-release': 'gyp_release_x86_disassembler', |
| 15 }, | 15 }, |
| 16 'client.dynamorio': { | 16 'client.dynamorio': { |
| 17 'linux-v8-dr': 'gyp_release_x64', | 17 'linux-v8-dr': 'gyp_release_x64', |
| 18 }, | 18 }, |
| 19 'client.v8': { | 19 'client.v8': { |
| 20 # Linux. | 20 # Linux. |
| 21 'V8 Linux - builder': 'gyp_release_x86_gcmole', | 21 'V8 Linux - builder': 'gyp_release_x86_gcmole', |
| 22 'V8 Linux - debug builder': 'gyp_debug_x86', | 22 'V8 Linux - debug builder': 'gyp_debug_x86', |
| 23 'V8 Linux - nosnap builder': 'gyp_release_x86_no_snap', | 23 'V8 Linux - nosnap builder': 'gyp_release_x86_no_snap', |
| 24 'V8 Linux - nosnap debug builder': 'gyp_debug_x86_no_snap', | 24 'V8 Linux - nosnap debug builder': 'gyp_debug_x86_no_snap', |
| 25 'V8 Linux - shared': 'gyp_release_x86_shared_verify_heap', | 25 'V8 Linux - shared': 'gyp_release_x86_shared_verify_heap', |
| 26 'V8 Linux - noi18n - debug': 'gyp_debug_x86_no_i18n', | 26 'V8 Linux - noi18n - debug': 'gyp_debug_x86_no_i18n', |
| 27 # Linux64. | 27 # Linux64. |
| 28 'V8 Linux64 - builder': 'gn_release_x64', | 28 'V8 Linux64 - builder': 'gn_release_x64', |
| 29 'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind', | 29 'V8 Linux64 - debug builder': 'gyp_debug_x64_valgrind', |
| 30 'V8 Linux64 - custom snapshot - debug builder': 'gyp_debug_x64_custom', | 30 'V8 Linux64 - custom snapshot - debug builder': 'gyp_debug_x64_custom', |
| 31 'V8 Linux64 - internal snapshot': 'gn_release_x64_internal', | 31 'V8 Linux64 - internal snapshot': 'gyp_release_x64_internal', |
| 32 # Windows. | 32 # Windows. |
| 33 'V8 Win32 - builder': 'gyp_release_x86_minimal_symbols', | 33 'V8 Win32 - builder': 'gyp_release_x86_minimal_symbols', |
| 34 'V8 Win32 - debug builder': 'gyp_debug_x86_minimal_symbols', | 34 'V8 Win32 - debug builder': 'gyp_debug_x86_minimal_symbols', |
| 35 'V8 Win32 - nosnap - shared': | 35 'V8 Win32 - nosnap - shared': |
| 36 'gyp_release_x86_no_snap_shared_minimal_symbols', | 36 'gyp_release_x86_no_snap_shared_minimal_symbols', |
| 37 'V8 Win64': 'gyp_release_x64_minimal_symbols', | 37 'V8 Win64': 'gyp_release_x64_minimal_symbols', |
| 38 'V8 Win64 - debug': 'gyp_debug_x64_minimal_symbols', | 38 'V8 Win64 - debug': 'gyp_debug_x64_minimal_symbols', |
| 39 'V8 Win64 - clang': 'gyp_release_x64_clang', | 39 'V8 Win64 - clang': 'gyp_release_x64_clang', |
| 40 # Mac. | 40 # Mac. |
| 41 'V8 Mac': 'gyp_release_x86', | 41 'V8 Mac': 'gyp_release_x86', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 'v8_linux_nodcheck_rel_ng': 'gyp_release_x86_minimal_symbols', | 134 'v8_linux_nodcheck_rel_ng': 'gyp_release_x86_minimal_symbols', |
| 135 'v8_linux_dbg_ng': 'gyp_debug_x86_trybot', | 135 'v8_linux_dbg_ng': 'gyp_debug_x86_trybot', |
| 136 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot', | 136 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot', |
| 137 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot', | 137 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot', |
| 138 'v8_linux_nosnap_rel': 'gyp_release_x86_no_snap_trybot', | 138 'v8_linux_nosnap_rel': 'gyp_release_x86_no_snap_trybot', |
| 139 'v8_linux_nosnap_dbg': 'gyp_debug_x86_no_snap_trybot', | 139 'v8_linux_nosnap_dbg': 'gyp_debug_x86_no_snap_trybot', |
| 140 'v8_linux_gcc_compile_rel': 'gyp_release_x86_gcc_minimal_symbols', | 140 'v8_linux_gcc_compile_rel': 'gyp_release_x86_gcc_minimal_symbols', |
| 141 'v8_linux_gcc_rel': 'gyp_release_x86_gcc_minimal_symbols', | 141 'v8_linux_gcc_rel': 'gyp_release_x86_gcc_minimal_symbols', |
| 142 'v8_linux64_rel_ng': 'gn_release_x64_trybot', | 142 'v8_linux64_rel_ng': 'gn_release_x64_trybot', |
| 143 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', | 143 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', |
| 144 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot', | 144 'v8_linux64_avx2_dbg': 'gyp_debug_x64_trybot', |
| 145 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols', | 145 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols', |
| 146 'v8_linux64_msan_rel': 'gyp_release_simulate_arm64_msan_minimal_symbols', | 146 'v8_linux64_msan_rel': 'gyp_release_simulate_arm64_msan_minimal_symbols', |
| 147 'v8_linux64_sanitizer_coverage_rel': | 147 'v8_linux64_sanitizer_coverage_rel': |
| 148 'gyp_release_x64_asan_minimal_symbols_coverage', | 148 'gyp_release_x64_asan_minimal_symbols_coverage', |
| 149 'v8_linux64_tsan_rel': 'gyp_release_x64_tsan_minimal_symbols', | 149 'v8_linux64_tsan_rel': 'gyp_release_x64_tsan_minimal_symbols', |
| 150 'v8_win_dbg': 'gyp_debug_x86_trybot', | 150 'v8_win_dbg': 'gyp_debug_x86_trybot', |
| 151 'v8_win_compile_dbg': 'gyp_debug_x86_trybot', | 151 'v8_win_compile_dbg': 'gyp_debug_x86_trybot', |
| 152 'v8_win_rel_ng': 'gyp_release_x86_trybot', | 152 'v8_win_rel_ng': 'gyp_release_x86_trybot', |
| 153 'v8_win_nosnap_shared_rel_ng': | 153 'v8_win_nosnap_shared_rel_ng': |
| 154 'gyp_release_x86_no_snap_shared_minimal_symbols', | 154 'gyp_release_x86_no_snap_shared_minimal_symbols', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 173 }, | 173 }, |
| 174 }, | 174 }, |
| 175 | 175 |
| 176 | 176 |
| 177 # To ease readability, config values are ordered by: | 177 # To ease readability, config values are ordered by: |
| 178 # gyp/gn, release/debug, arch type, other values alphabetically. | 178 # gyp/gn, release/debug, arch type, other values alphabetically. |
| 179 'configs': { | 179 'configs': { |
| 180 # GN release configs for x64. | 180 # GN release configs for x64. |
| 181 'gn_release_x64': [ | 181 'gn_release_x64': [ |
| 182 'gn', 'release_bot', 'x64', 'swarming'], | 182 'gn', 'release_bot', 'x64', 'swarming'], |
| 183 'gn_release_x64_internal': [ | |
| 184 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], | |
| 185 'gn_release_x64_trybot': [ | 183 'gn_release_x64_trybot': [ |
| 186 'gn', 'release_trybot', 'x64', 'swarming'], | 184 'gn', 'release_trybot', 'x64', 'swarming'], |
| 187 | 185 |
| 188 # GN debug configs for x64. | |
| 189 'gn_debug_x64_trybot': [ | |
| 190 'gn', 'debug_trybot', 'x64', 'swarming'], | |
| 191 'gn_debug_x64_valgrind': [ | |
| 192 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'], | |
| 193 | |
| 194 # Gyp debug configs for arm. | 186 # Gyp debug configs for arm. |
| 195 'gyp_debug_arm': [ | 187 'gyp_debug_arm': [ |
| 196 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], | 188 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], |
| 197 | 189 |
| 198 # Gyp debug configs for simulators. | 190 # Gyp debug configs for simulators. |
| 199 'gyp_debug_simulate_arm': [ | 191 'gyp_debug_simulate_arm': [ |
| 200 'gyp', 'debug_bot', 'simulate_arm', 'swarming'], | 192 'gyp', 'debug_bot', 'simulate_arm', 'swarming'], |
| 201 'gyp_debug_simulate_arm_asan_edge': [ | 193 'gyp_debug_simulate_arm_asan_edge': [ |
| 202 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], | 194 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], |
| 203 'gyp_debug_simulate_arm64': [ | 195 'gyp_debug_simulate_arm64': [ |
| 204 'gyp', 'debug_bot', 'simulate_arm64', 'swarming'], | 196 'gyp', 'debug_bot', 'simulate_arm64', 'swarming'], |
| 205 'gyp_debug_simulate_arm64_asan_edge': [ | 197 'gyp_debug_simulate_arm64_asan_edge': [ |
| 206 'gyp', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'], | 198 'gyp', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'], |
| 207 'gyp_debug_simulate_arm64_no_snap': [ | 199 'gyp_debug_simulate_arm64_no_snap': [ |
| 208 'gyp', 'debug_bot', 'simulate_arm64', 'swarming', 'v8_snapshot_none'], | 200 'gyp', 'debug_bot', 'simulate_arm64', 'swarming', 'v8_snapshot_none'], |
| 209 'gyp_debug_simulate_mipsel_asan_edge': [ | 201 'gyp_debug_simulate_mipsel_asan_edge': [ |
| 210 'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'], | 202 'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'], |
| 211 'gyp_debug_simulate_x87_no_snap': [ | 203 'gyp_debug_simulate_x87_no_snap': [ |
| 212 'gyp', 'debug_bot', 'simulate_x87', 'v8_snapshot_none'], | 204 'gyp', 'debug_bot', 'simulate_x87', 'v8_snapshot_none'], |
| 213 | 205 |
| 214 # Gyp debug configs for x64. | 206 # Gyp debug configs for x64. |
| 215 'gyp_debug_x64': [ | 207 'gyp_debug_x64': [ |
| 216 'gyp', 'debug_bot', 'x64', 'swarming'], | 208 'gyp', 'debug_bot', 'x64', 'swarming'], |
| 217 'gyp_debug_x64_asan_edge': [ | 209 'gyp_debug_x64_asan_edge': [ |
| 218 'gyp', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'], | 210 'gyp', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'], |
| 219 'gyp_debug_x64_custom': [ | 211 'gyp_debug_x64_custom': [ |
| 220 'gyp', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'], | 212 'gyp', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'], |
| 221 'gyp_debug_x64_minimal_symbols': [ | 213 'gyp_debug_x64_minimal_symbols': [ |
| 222 'gyp', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'], | 214 'gyp', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'], |
| 215 'gyp_debug_x64_trybot': [ |
| 216 'gyp', 'debug_trybot', 'x64', 'swarming'], |
| 217 'gyp_debug_x64_valgrind': [ |
| 218 'gyp', 'debug_bot', 'x64', 'swarming', 'valgrind'], |
| 223 | 219 |
| 224 # Gyp debug configs for x86. | 220 # Gyp debug configs for x86. |
| 225 'gyp_debug_x86': [ | 221 'gyp_debug_x86': [ |
| 226 'gyp', 'debug_bot', 'x86', 'swarming'], | 222 'gyp', 'debug_bot', 'x86', 'swarming'], |
| 227 'gyp_debug_x86_minimal_symbols': [ | 223 'gyp_debug_x86_minimal_symbols': [ |
| 228 'gyp', 'debug_bot', 'x86', 'minimal_symbols', 'swarming'], | 224 'gyp', 'debug_bot', 'x86', 'minimal_symbols', 'swarming'], |
| 229 'gyp_debug_x86_trybot': [ | 225 'gyp_debug_x86_trybot': [ |
| 230 'gyp', 'debug_trybot', 'x86', 'swarming'], | 226 'gyp', 'debug_trybot', 'x86', 'swarming'], |
| 231 'gyp_debug_x86_no_i18n': [ | 227 'gyp_debug_x86_no_i18n': [ |
| 232 'gyp', 'debug_bot', 'x86', 'v8_no_i18n'], | 228 'gyp', 'debug_bot', 'x86', 'v8_no_i18n'], |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 'gyp_release_x64_clang': [ | 295 'gyp_release_x64_clang': [ |
| 300 'gyp', 'release_bot', 'x64', 'clang', 'swarming'], | 296 'gyp', 'release_bot', 'x64', 'clang', 'swarming'], |
| 301 'gyp_release_x64_gcc_coverage': [ | 297 'gyp_release_x64_gcc_coverage': [ |
| 302 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'], | 298 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'], |
| 303 'gyp_release_x64_minimal_symbols': [ | 299 'gyp_release_x64_minimal_symbols': [ |
| 304 'gyp', 'release_bot', 'x64', 'minimal_symbols', 'swarming'], | 300 'gyp', 'release_bot', 'x64', 'minimal_symbols', 'swarming'], |
| 305 'gyp_release_x64_tsan': [ | 301 'gyp_release_x64_tsan': [ |
| 306 'gyp', 'release_bot', 'x64', 'tsan', 'swarming'], | 302 'gyp', 'release_bot', 'x64', 'tsan', 'swarming'], |
| 307 'gyp_release_x64_tsan_minimal_symbols': [ | 303 'gyp_release_x64_tsan_minimal_symbols': [ |
| 308 'gyp', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'], | 304 'gyp', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'], |
| 305 'gyp_release_x64_internal': [ |
| 306 'gyp', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], |
| 309 'gyp_release_x64_trybot': [ | 307 'gyp_release_x64_trybot': [ |
| 310 'gyp', 'release_trybot', 'x64', 'swarming'], | 308 'gyp', 'release_trybot', 'x64', 'swarming'], |
| 311 | 309 |
| 312 # Gyp release configs for x86. | 310 # Gyp release configs for x86. |
| 313 'gyp_release_x86': [ | 311 'gyp_release_x86': [ |
| 314 'gyp', 'release_bot', 'x86', 'swarming'], | 312 'gyp', 'release_bot', 'x86', 'swarming'], |
| 315 'gyp_release_x86_disassembler': [ | 313 'gyp_release_x86_disassembler': [ |
| 316 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'], | 314 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'], |
| 317 'gyp_release_x86_gcc': [ | 315 'gyp_release_x86_gcc': [ |
| 318 'gyp', 'release_bot', 'x86', 'gcc'], | 316 'gyp', 'release_bot', 'x86', 'gcc'], |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 'gn_args': 'target_cpu="x64"', | 612 'gn_args': 'target_cpu="x64"', |
| 615 'gyp_defines': 'target_arch=x64', | 613 'gyp_defines': 'target_arch=x64', |
| 616 }, | 614 }, |
| 617 | 615 |
| 618 'x86': { | 616 'x86': { |
| 619 'gn_args': 'target_cpu="x86"', | 617 'gn_args': 'target_cpu="x86"', |
| 620 'gyp_defines': 'target_arch=ia32', | 618 'gyp_defines': 'target_arch=ia32', |
| 621 }, | 619 }, |
| 622 }, | 620 }, |
| 623 } | 621 } |
| OLD | NEW |