| 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': { |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 }, | 33 }, |
| 34 'client.v8': { | 34 'client.v8': { |
| 35 # Linux. | 35 # Linux. |
| 36 'V8 Linux - builder': 'gn_release_x86_gcmole', | 36 'V8 Linux - builder': 'gn_release_x86_gcmole', |
| 37 'V8 Linux - debug builder': 'gn_debug_x86', | 37 'V8 Linux - debug builder': 'gn_debug_x86', |
| 38 'V8 Linux - nosnap builder': 'gn_release_x86_no_snap', | 38 'V8 Linux - nosnap builder': 'gn_release_x86_no_snap', |
| 39 'V8 Linux - nosnap debug builder': 'gn_debug_x86_no_snap', | 39 'V8 Linux - nosnap debug builder': 'gn_debug_x86_no_snap', |
| 40 'V8 Linux - shared': 'gn_release_x86_shared_verify_heap', | 40 'V8 Linux - shared': 'gn_release_x86_shared_verify_heap', |
| 41 'V8 Linux - noi18n - debug': 'gn_debug_x86_no_i18n', | 41 'V8 Linux - noi18n - debug': 'gn_debug_x86_no_i18n', |
| 42 # Linux64. | 42 # Linux64. |
| 43 'V8 Linux64 - builder': 'gn_release_x64', | 43 'V8 Linux64 - builder': 'gn_release_x64_valgrind', |
| 44 'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind', | 44 'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind', |
| 45 'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom', | 45 'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom', |
| 46 'V8 Linux64 - internal snapshot': 'gn_release_x64_internal', | 46 'V8 Linux64 - internal snapshot': 'gn_release_x64_internal', |
| 47 'V8 Linux64 - gyp': 'gyp_release_x64', | 47 'V8 Linux64 - gyp': 'gyp_release_x64', |
| 48 # Windows. | 48 # Windows. |
| 49 'V8 Win32 - builder': 'gn_release_x86_minimal_symbols', | 49 'V8 Win32 - builder': 'gn_release_x86_minimal_symbols', |
| 50 'V8 Win32 - debug builder': 'gn_debug_x86_minimal_symbols', | 50 'V8 Win32 - debug builder': 'gn_debug_x86_minimal_symbols', |
| 51 'V8 Win32 - nosnap - shared': | 51 'V8 Win32 - nosnap - shared': |
| 52 'gn_release_x86_no_snap_shared_minimal_symbols', | 52 'gn_release_x86_no_snap_shared_minimal_symbols', |
| 53 'V8 Win64': 'gn_release_x64_minimal_symbols', | 53 'V8 Win64': 'gn_release_x64_minimal_symbols', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'v8_linux_rel_ng': 'gn_release_x86_gcmole_trybot', | 149 'v8_linux_rel_ng': 'gn_release_x86_gcmole_trybot', |
| 150 'v8_linux_avx2_dbg': 'gn_debug_x86_trybot', | 150 'v8_linux_avx2_dbg': 'gn_debug_x86_trybot', |
| 151 'v8_linux_nodcheck_rel_ng': 'gn_release_x86_minimal_symbols', | 151 'v8_linux_nodcheck_rel_ng': 'gn_release_x86_minimal_symbols', |
| 152 'v8_linux_dbg_ng': 'gn_debug_x86_trybot', | 152 'v8_linux_dbg_ng': 'gn_debug_x86_trybot', |
| 153 'v8_linux_noi18n_rel_ng': 'gn_release_x86_no_i18n_trybot', | 153 'v8_linux_noi18n_rel_ng': 'gn_release_x86_no_i18n_trybot', |
| 154 'v8_linux_gc_stress_dbg': 'gn_debug_x86_trybot', | 154 'v8_linux_gc_stress_dbg': 'gn_debug_x86_trybot', |
| 155 'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot', | 155 'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot', |
| 156 'v8_linux_nosnap_dbg': 'gn_debug_x86_no_snap_trybot', | 156 'v8_linux_nosnap_dbg': 'gn_debug_x86_no_snap_trybot', |
| 157 'v8_linux_gcc_compile_rel': 'gn_release_x86_gcc_minimal_symbols', | 157 'v8_linux_gcc_compile_rel': 'gn_release_x86_gcc_minimal_symbols', |
| 158 'v8_linux_gcc_rel': 'gn_release_x86_gcc_minimal_symbols', | 158 'v8_linux_gcc_rel': 'gn_release_x86_gcc_minimal_symbols', |
| 159 'v8_linux64_rel_ng': 'gn_release_x64_trybot', | 159 'v8_linux64_rel_ng': 'gn_release_x64_valgrind_trybot', |
| 160 'v8_linux64_gyp_rel_ng': 'gyp_release_x64', | 160 'v8_linux64_gyp_rel_ng': 'gyp_release_x64', |
| 161 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', | 161 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', |
| 162 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot', | 162 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot', |
| 163 'v8_linux64_asan_rel_ng': 'gn_release_x64_asan_minimal_symbols', | 163 'v8_linux64_asan_rel_ng': 'gn_release_x64_asan_minimal_symbols', |
| 164 'v8_linux64_msan_rel': 'gn_release_simulate_arm64_msan_minimal_symbols', | 164 'v8_linux64_msan_rel': 'gn_release_simulate_arm64_msan_minimal_symbols', |
| 165 'v8_linux64_sanitizer_coverage_rel': | 165 'v8_linux64_sanitizer_coverage_rel': |
| 166 'gyp_release_x64_asan_minimal_symbols_coverage', | 166 'gyp_release_x64_asan_minimal_symbols_coverage', |
| 167 'v8_linux64_tsan_rel': 'gn_release_x64_tsan_minimal_symbols', | 167 'v8_linux64_tsan_rel': 'gn_release_x64_tsan_minimal_symbols', |
| 168 'v8_win_dbg': 'gn_debug_x86_trybot', | 168 'v8_win_dbg': 'gn_debug_x86_trybot', |
| 169 'v8_win_compile_dbg': 'gn_debug_x86_trybot', | 169 'v8_win_compile_dbg': 'gn_debug_x86_trybot', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 'gn_release_x64_internal': [ | 289 'gn_release_x64_internal': [ |
| 290 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], | 290 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], |
| 291 'gn_release_x64_minimal_symbols': [ | 291 'gn_release_x64_minimal_symbols': [ |
| 292 'gn', 'release_bot', 'x64', 'minimal_symbols', 'swarming'], | 292 'gn', 'release_bot', 'x64', 'minimal_symbols', 'swarming'], |
| 293 'gn_release_x64_trybot': [ | 293 'gn_release_x64_trybot': [ |
| 294 'gn', 'release_trybot', 'x64', 'swarming'], | 294 'gn', 'release_trybot', 'x64', 'swarming'], |
| 295 'gn_release_x64_tsan': [ | 295 'gn_release_x64_tsan': [ |
| 296 'gn', 'release_bot', 'x64', 'tsan', 'swarming'], | 296 'gn', 'release_bot', 'x64', 'tsan', 'swarming'], |
| 297 'gn_release_x64_tsan_minimal_symbols': [ | 297 'gn_release_x64_tsan_minimal_symbols': [ |
| 298 'gn', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'], | 298 'gn', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'], |
| 299 'gn_release_x64_valgrind': [ |
| 300 'gn', 'release_bot', 'x64', 'swarming', 'valgrind'], |
| 301 'gn_release_x64_valgrind_trybot': [ |
| 302 'gn', 'release_trybot', 'x64', 'swarming', 'valgrind'], |
| 299 | 303 |
| 300 # GN debug configs for x64. | 304 # GN debug configs for x64. |
| 301 'gn_debug_x64': [ | 305 'gn_debug_x64': [ |
| 302 'gn', 'debug_bot', 'x64', 'swarming'], | 306 'gn', 'debug_bot', 'x64', 'swarming'], |
| 303 'gn_debug_x64_asan_edge': [ | 307 'gn_debug_x64_asan_edge': [ |
| 304 'gn', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'], | 308 'gn', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'], |
| 305 'gn_debug_x64_custom': [ | 309 'gn_debug_x64_custom': [ |
| 306 'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'], | 310 'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'], |
| 307 'gn_debug_x64_minimal_symbols': [ | 311 'gn_debug_x64_minimal_symbols': [ |
| 308 'gn', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'], | 312 'gn', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'], |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 689 'gn_args': 'target_cpu="x64"', | 693 'gn_args': 'target_cpu="x64"', |
| 690 'gyp_defines': 'target_arch=x64', | 694 'gyp_defines': 'target_arch=x64', |
| 691 }, | 695 }, |
| 692 | 696 |
| 693 'x86': { | 697 'x86': { |
| 694 'gn_args': 'target_cpu="x86"', | 698 'gn_args': 'target_cpu="x86"', |
| 695 'gyp_defines': 'target_arch=ia32', | 699 'gyp_defines': 'target_arch=ia32', |
| 696 }, | 700 }, |
| 697 }, | 701 }, |
| 698 } | 702 } |
| OLD | NEW |