| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'V8 Linux - full debug': 'gyp_full_debug_x86', | 82 'V8 Linux - full debug': 'gyp_full_debug_x86', |
| 83 'V8 Linux - interpreted regexp': 'gyp_release_x86_interpreted_regexp', | 83 'V8 Linux - interpreted regexp': 'gyp_release_x86_interpreted_regexp', |
| 84 'V8 Random Deopt Fuzzer - debug': 'gyp_debug_x86', | 84 'V8 Random Deopt Fuzzer - debug': 'gyp_debug_x86', |
| 85 }, | 85 }, |
| 86 | 86 |
| 87 'client.v8.ports': { | 87 'client.v8.ports': { |
| 88 # Arm. | 88 # Arm. |
| 89 'V8 Arm - builder': 'gyp_release_arm', | 89 'V8 Arm - builder': 'gyp_release_arm', |
| 90 'V8 Arm - debug builder': 'gyp_debug_arm', | 90 'V8 Arm - debug builder': 'gyp_debug_arm', |
| 91 'V8 Android Arm - builder': 'gyp_release_android_arm', | 91 'V8 Android Arm - builder': 'gyp_release_android_arm', |
| 92 'V8 Linux - arm - sim': 'gyp_release_simulate_arm', | 92 'V8 Linux - arm - sim': 'gn_release_simulate_arm', |
| 93 'V8 Linux - arm - sim - debug': 'gyp_debug_simulate_arm', | 93 'V8 Linux - arm - sim - debug': 'gn_debug_simulate_arm', |
| 94 # Arm64. | 94 # Arm64. |
| 95 'V8 Android Arm64 - builder': 'gyp_release_android_arm64', | 95 'V8 Android Arm64 - builder': 'gyp_release_android_arm64', |
| 96 'V8 Linux - arm64 - sim': 'gyp_release_simulate_arm64', | 96 'V8 Linux - arm64 - sim': 'gyp_release_simulate_arm64', |
| 97 'V8 Linux - arm64 - sim - debug': 'gyp_debug_simulate_arm64', | 97 'V8 Linux - arm64 - sim - debug': 'gyp_debug_simulate_arm64', |
| 98 'V8 Linux - arm64 - sim - nosnap - debug': | 98 'V8 Linux - arm64 - sim - nosnap - debug': |
| 99 'gyp_debug_simulate_arm64_no_snap', | 99 'gyp_debug_simulate_arm64_no_snap', |
| 100 'V8 Linux - arm64 - sim - gc stress': 'gyp_debug_simulate_arm64', | 100 'V8 Linux - arm64 - sim - gc stress': 'gyp_debug_simulate_arm64', |
| 101 # Mips. | 101 # Mips. |
| 102 'V8 Mips - builder': 'gyp_release_mips_no_snap_no_i18n', | 102 'V8 Mips - builder': 'gyp_release_mips_no_snap_no_i18n', |
| 103 'V8 Linux - mipsel - sim - builder': 'gyp_release_simulate_mipsel', | 103 'V8 Linux - mipsel - sim - builder': 'gyp_release_simulate_mipsel', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 114 }, | 114 }, |
| 115 'client.v8.branches': { | 115 'client.v8.branches': { |
| 116 'V8 Linux - beta branch': 'gn_release_x86', | 116 'V8 Linux - beta branch': 'gn_release_x86', |
| 117 'V8 Linux - beta branch - debug': 'gn_debug_x86', | 117 'V8 Linux - beta branch - debug': 'gn_debug_x86', |
| 118 'V8 Linux - stable branch': 'gn_release_x86', | 118 'V8 Linux - stable branch': 'gn_release_x86', |
| 119 'V8 Linux - stable branch - debug': 'gn_debug_x86', | 119 'V8 Linux - stable branch - debug': 'gn_debug_x86', |
| 120 'V8 Linux64 - beta branch': 'gyp_release_x64', | 120 'V8 Linux64 - beta branch': 'gyp_release_x64', |
| 121 'V8 Linux64 - beta branch - debug': 'gn_debug_x64', | 121 'V8 Linux64 - beta branch - debug': 'gn_debug_x64', |
| 122 'V8 Linux64 - stable branch': 'gn_release_x64', | 122 'V8 Linux64 - stable branch': 'gn_release_x64', |
| 123 'V8 Linux64 - stable branch - debug': 'gn_debug_x64', | 123 'V8 Linux64 - stable branch - debug': 'gn_debug_x64', |
| 124 'V8 arm - sim - beta branch': 'gyp_release_simulate_arm', | 124 'V8 arm - sim - beta branch': 'gn_release_simulate_arm', |
| 125 'V8 arm - sim - beta branch - debug': 'gyp_debug_simulate_arm', | 125 'V8 arm - sim - beta branch - debug': 'gn_debug_simulate_arm', |
| 126 'V8 arm - sim - stable branch': 'gyp_release_simulate_arm', | 126 'V8 arm - sim - stable branch': 'gn_release_simulate_arm', |
| 127 'V8 arm - sim - stable branch - debug': 'gyp_debug_simulate_arm', | 127 'V8 arm - sim - stable branch - debug': 'gn_debug_simulate_arm', |
| 128 'V8 mips64el - sim - beta branch': 'gyp_release_simulate_mips64el', | 128 'V8 mips64el - sim - beta branch': 'gyp_release_simulate_mips64el', |
| 129 'V8 mips64el - sim - stable branch': 'gyp_release_simulate_mips64el', | 129 'V8 mips64el - sim - stable branch': 'gyp_release_simulate_mips64el', |
| 130 'V8 mipsel - sim - beta branch': 'gyp_release_simulate_mipsel', | 130 'V8 mipsel - sim - beta branch': 'gyp_release_simulate_mipsel', |
| 131 'V8 mipsel - sim - stable branch': 'gyp_release_simulate_mipsel', | 131 'V8 mipsel - sim - stable branch': 'gyp_release_simulate_mipsel', |
| 132 'V8 ppc - sim - beta branch': 'gyp_release_simulate_ppc', | 132 'V8 ppc - sim - beta branch': 'gyp_release_simulate_ppc', |
| 133 'V8 ppc - sim - stable branch': 'gyp_release_simulate_ppc', | 133 'V8 ppc - sim - stable branch': 'gyp_release_simulate_ppc', |
| 134 'V8 ppc64 - sim - beta branch': 'gyp_release_simulate_ppc64', | 134 'V8 ppc64 - sim - beta branch': 'gyp_release_simulate_ppc64', |
| 135 'V8 ppc64 - sim - stable branch': 'gyp_release_simulate_ppc64', | 135 'V8 ppc64 - sim - stable branch': 'gyp_release_simulate_ppc64', |
| 136 'V8 s390 - sim - beta branch': 'gyp_release_simulate_s390', | 136 'V8 s390 - sim - beta branch': 'gyp_release_simulate_s390', |
| 137 'V8 s390 - sim - stable branch': 'gyp_release_simulate_s390', | 137 'V8 s390 - sim - stable branch': 'gyp_release_simulate_s390', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 164 'v8_win_nosnap_shared_rel_ng': | 164 'v8_win_nosnap_shared_rel_ng': |
| 165 'gyp_release_x86_no_snap_shared_minimal_symbols', | 165 'gyp_release_x86_no_snap_shared_minimal_symbols', |
| 166 'v8_win64_dbg': 'gyp_debug_x64_minimal_symbols', | 166 'v8_win64_dbg': 'gyp_debug_x64_minimal_symbols', |
| 167 'v8_win64_rel_ng': 'gyp_release_x64_trybot', | 167 'v8_win64_rel_ng': 'gyp_release_x64_trybot', |
| 168 'v8_mac_rel_ng': 'gyp_release_x86_trybot', | 168 'v8_mac_rel_ng': 'gyp_release_x86_trybot', |
| 169 'v8_mac_dbg': 'gyp_debug_x86_trybot', | 169 'v8_mac_dbg': 'gyp_debug_x86_trybot', |
| 170 'v8_mac_gc_stress_dbg': 'gyp_debug_x86_trybot', | 170 'v8_mac_gc_stress_dbg': 'gyp_debug_x86_trybot', |
| 171 'v8_mac64_rel': 'gyp_release_x64_trybot', | 171 'v8_mac64_rel': 'gyp_release_x64_trybot', |
| 172 'v8_mac64_dbg': 'gyp_debug_x64_minimal_symbols', | 172 'v8_mac64_dbg': 'gyp_debug_x64_minimal_symbols', |
| 173 'v8_mac64_asan_rel': 'gyp_release_x64_asan', | 173 'v8_mac64_asan_rel': 'gyp_release_x64_asan', |
| 174 'v8_linux_arm_rel_ng': 'gyp_release_simulate_arm_trybot', | 174 'v8_linux_arm_rel_ng': 'gn_release_simulate_arm_trybot', |
| 175 'v8_linux_arm_dbg': 'gyp_debug_simulate_arm', | 175 'v8_linux_arm_dbg': 'gn_debug_simulate_arm', |
| 176 'v8_linux_arm_armv8a_rel': 'gyp_release_simulate_arm_trybot', | 176 'v8_linux_arm_armv8a_rel': 'gn_release_simulate_arm_trybot', |
| 177 'v8_linux_arm_armv8a_dbg': 'gyp_debug_simulate_arm', | 177 'v8_linux_arm_armv8a_dbg': 'gn_debug_simulate_arm', |
| 178 'v8_linux_arm64_rel_ng': 'gyp_release_simulate_arm64_trybot', | 178 'v8_linux_arm64_rel_ng': 'gyp_release_simulate_arm64_trybot', |
| 179 'v8_linux_arm64_dbg': 'gyp_debug_simulate_arm64', | 179 'v8_linux_arm64_dbg': 'gyp_debug_simulate_arm64', |
| 180 'v8_linux_arm64_gc_stress_dbg': 'gyp_debug_simulate_arm64', | 180 'v8_linux_arm64_gc_stress_dbg': 'gyp_debug_simulate_arm64', |
| 181 'v8_linux_mipsel_compile_rel': 'gyp_release_simulate_mipsel', | 181 'v8_linux_mipsel_compile_rel': 'gyp_release_simulate_mipsel', |
| 182 'v8_linux_mips64el_compile_rel': 'gyp_release_simulate_mips64el', | 182 'v8_linux_mips64el_compile_rel': 'gyp_release_simulate_mips64el', |
| 183 'v8_android_arm_compile_rel': 'gyp_release_android_arm', | 183 'v8_android_arm_compile_rel': 'gyp_release_android_arm', |
| 184 }, | 184 }, |
| 185 }, | 185 }, |
| 186 | 186 |
| 187 | 187 |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'], | 244 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'], |
| 245 'gn_release_x86_minimal_symbols': [ | 245 'gn_release_x86_minimal_symbols': [ |
| 246 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], | 246 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], |
| 247 'gn_release_x86_no_snap': [ | 247 'gn_release_x86_no_snap': [ |
| 248 'gn', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], | 248 'gn', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], |
| 249 'gn_release_x86_no_snap_trybot': [ | 249 'gn_release_x86_no_snap_trybot': [ |
| 250 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], | 250 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], |
| 251 'gn_release_x86_shared_verify_heap': [ | 251 'gn_release_x86_shared_verify_heap': [ |
| 252 'gn', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'], | 252 'gn', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'], |
| 253 | 253 |
| 254 # GN debug configs for simulators. |
| 255 'gn_debug_simulate_arm': [ |
| 256 'gn', 'debug_bot', 'simulate_arm', 'swarming'], |
| 257 |
| 258 # GN release configs for simulators. |
| 259 'gn_release_simulate_arm': [ |
| 260 'gn', 'release_bot', 'simulate_arm', 'swarming'], |
| 261 'gn_release_simulate_arm_trybot': [ |
| 262 'gn', 'release_trybot', 'simulate_arm', 'swarming'], |
| 263 |
| 254 # Gyp debug configs for arm. | 264 # Gyp debug configs for arm. |
| 255 'gyp_debug_arm': [ | 265 'gyp_debug_arm': [ |
| 256 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], | 266 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], |
| 257 | 267 |
| 258 # Gyp debug configs for simulators. | 268 # Gyp debug configs for simulators. |
| 259 'gyp_debug_simulate_arm': [ | |
| 260 'gyp', 'debug_bot', 'simulate_arm', 'swarming'], | |
| 261 'gyp_debug_simulate_arm_asan_edge': [ | 269 'gyp_debug_simulate_arm_asan_edge': [ |
| 262 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], | 270 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], |
| 263 'gyp_debug_simulate_arm64': [ | 271 'gyp_debug_simulate_arm64': [ |
| 264 'gyp', 'debug_bot', 'simulate_arm64', 'swarming'], | 272 'gyp', 'debug_bot', 'simulate_arm64', 'swarming'], |
| 265 'gyp_debug_simulate_arm64_asan_edge': [ | 273 'gyp_debug_simulate_arm64_asan_edge': [ |
| 266 'gyp', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'], | 274 'gyp', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'], |
| 267 'gyp_debug_simulate_arm64_no_snap': [ | 275 'gyp_debug_simulate_arm64_no_snap': [ |
| 268 'gyp', 'debug_bot', 'simulate_arm64', 'swarming', 'v8_snapshot_none'], | 276 'gyp', 'debug_bot', 'simulate_arm64', 'swarming', 'v8_snapshot_none'], |
| 269 'gyp_debug_simulate_mipsel_asan_edge': [ | 277 'gyp_debug_simulate_mipsel_asan_edge': [ |
| 270 'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'], | 278 'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'], |
| (...skipping 30 matching lines...) Expand all Loading... |
| 301 'gyp', 'release_bot', 'arm', 'android', 'crosscompile', 'swarming'], | 309 'gyp', 'release_bot', 'arm', 'android', 'crosscompile', 'swarming'], |
| 302 'gyp_release_android_arm64': [ | 310 'gyp_release_android_arm64': [ |
| 303 'gyp', 'release_bot', 'arm64', 'android', 'crosscompile', 'swarming'], | 311 'gyp', 'release_bot', 'arm64', 'android', 'crosscompile', 'swarming'], |
| 304 | 312 |
| 305 # Gyp release configs for mips. | 313 # Gyp release configs for mips. |
| 306 'gyp_release_mips_no_snap_no_i18n': [ | 314 'gyp_release_mips_no_snap_no_i18n': [ |
| 307 'gyp', 'release', 'mips', 'crosscompile', 'static', 'v8_no_i18n', | 315 'gyp', 'release', 'mips', 'crosscompile', 'static', 'v8_no_i18n', |
| 308 'v8_snapshot_none'], | 316 'v8_snapshot_none'], |
| 309 | 317 |
| 310 # Gyp release configs for simulators. | 318 # Gyp release configs for simulators. |
| 311 'gyp_release_simulate_arm': [ | |
| 312 'gyp', 'release_bot', 'simulate_arm', 'swarming'], | |
| 313 'gyp_release_simulate_arm_trybot': [ | |
| 314 'gyp', 'release_trybot', 'simulate_arm', 'swarming'], | |
| 315 'gyp_release_simulate_arm64': [ | 319 'gyp_release_simulate_arm64': [ |
| 316 'gyp', 'release_bot', 'simulate_arm64', 'swarming'], | 320 'gyp', 'release_bot', 'simulate_arm64', 'swarming'], |
| 317 'gyp_release_simulate_arm64_msan': [ | 321 'gyp_release_simulate_arm64_msan': [ |
| 318 'gyp', 'release_bot', 'simulate_arm64', 'msan', 'swarming'], | 322 'gyp', 'release_bot', 'simulate_arm64', 'msan', 'swarming'], |
| 319 'gyp_release_simulate_arm64_msan_minimal_symbols': [ | 323 'gyp_release_simulate_arm64_msan_minimal_symbols': [ |
| 320 'gyp', 'release_bot', 'simulate_arm64', 'msan', 'minimal_symbols', | 324 'gyp', 'release_bot', 'simulate_arm64', 'msan', 'minimal_symbols', |
| 321 'swarming'], | 325 'swarming'], |
| 322 'gyp_release_simulate_arm64_trybot': [ | 326 'gyp_release_simulate_arm64_trybot': [ |
| 323 'gyp', 'release_trybot', 'simulate_arm64', 'swarming'], | 327 'gyp', 'release_trybot', 'simulate_arm64', 'swarming'], |
| 324 'gyp_release_simulate_mipsel': [ | 328 'gyp_release_simulate_mipsel': [ |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 654 'gn_args': 'target_cpu="x64"', | 658 'gn_args': 'target_cpu="x64"', |
| 655 'gyp_defines': 'target_arch=x64', | 659 'gyp_defines': 'target_arch=x64', |
| 656 }, | 660 }, |
| 657 | 661 |
| 658 'x86': { | 662 'x86': { |
| 659 'gn_args': 'target_cpu="x86"', | 663 'gn_args': 'target_cpu="x86"', |
| 660 'gyp_defines': 'target_arch=ia32', | 664 'gyp_defines': 'target_arch=ia32', |
| 661 }, | 665 }, |
| 662 }, | 666 }, |
| 663 } | 667 } |
| OLD | NEW |