| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 'V8 Linux - vtunejit': 'gyp_debug_x86_vtunejit', | 86 'V8 Linux - vtunejit': 'gyp_debug_x86_vtunejit', |
| 87 'V8 Linux64 - gcov coverage': 'gyp_release_x64_gcc_coverage', | 87 'V8 Linux64 - gcov coverage': 'gyp_release_x64_gcc_coverage', |
| 88 'V8 Linux - predictable': 'gyp_release_x86_predictable', | 88 'V8 Linux - predictable': 'gyp_release_x86_predictable', |
| 89 'V8 Linux - full debug': 'gyp_full_debug_x86', | 89 'V8 Linux - full debug': 'gyp_full_debug_x86', |
| 90 'V8 Linux - interpreted regexp': 'gyp_release_x86_interpreted_regexp', | 90 'V8 Linux - interpreted regexp': 'gyp_release_x86_interpreted_regexp', |
| 91 'V8 Random Deopt Fuzzer - debug': 'gyp_debug_x86', | 91 'V8 Random Deopt Fuzzer - debug': 'gyp_debug_x86', |
| 92 }, | 92 }, |
| 93 | 93 |
| 94 'client.v8.ports': { | 94 'client.v8.ports': { |
| 95 # Arm. | 95 # Arm. |
| 96 'V8 Arm - builder': 'gyp_release_arm', | 96 'V8 Arm - builder': 'gn_release_arm', |
| 97 'V8 Arm - debug builder': 'gyp_debug_arm', | 97 'V8 Arm - debug builder': 'gn_debug_arm', |
| 98 'V8 Android Arm - builder': 'gn_release_android_arm', | 98 'V8 Android Arm - builder': 'gn_release_android_arm', |
| 99 'V8 Linux - arm - sim': 'gn_release_simulate_arm', | 99 'V8 Linux - arm - sim': 'gn_release_simulate_arm', |
| 100 'V8 Linux - arm - sim - debug': 'gn_debug_simulate_arm', | 100 'V8 Linux - arm - sim - debug': 'gn_debug_simulate_arm', |
| 101 # Arm64. | 101 # Arm64. |
| 102 'V8 Android Arm64 - builder': 'gn_release_android_arm64', | 102 'V8 Android Arm64 - builder': 'gn_release_android_arm64', |
| 103 'V8 Linux - arm64 - sim': 'gn_release_simulate_arm64', | 103 'V8 Linux - arm64 - sim': 'gn_release_simulate_arm64', |
| 104 'V8 Linux - arm64 - sim - debug': 'gn_debug_simulate_arm64', | 104 'V8 Linux - arm64 - sim - debug': 'gn_debug_simulate_arm64', |
| 105 'V8 Linux - arm64 - sim - nosnap - debug': | 105 'V8 Linux - arm64 - sim - nosnap - debug': |
| 106 'gn_debug_simulate_arm64_no_snap', | 106 'gn_debug_simulate_arm64_no_snap', |
| 107 'V8 Linux - arm64 - sim - gc stress': 'gn_debug_simulate_arm64', | 107 'V8 Linux - arm64 - sim - gc stress': 'gn_debug_simulate_arm64', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'gn_release_simulate_arm64': [ | 240 'gn_release_simulate_arm64': [ |
| 241 'gn', 'release_bot', 'simulate_arm64', 'swarming'], | 241 'gn', 'release_bot', 'simulate_arm64', 'swarming'], |
| 242 'gn_release_simulate_arm64_msan': [ | 242 'gn_release_simulate_arm64_msan': [ |
| 243 'gn', 'release_bot', 'simulate_arm64', 'msan', 'swarming'], | 243 'gn', 'release_bot', 'simulate_arm64', 'msan', 'swarming'], |
| 244 'gn_release_simulate_arm64_msan_minimal_symbols': [ | 244 'gn_release_simulate_arm64_msan_minimal_symbols': [ |
| 245 'gn', 'release_bot', 'simulate_arm64', 'msan', 'minimal_symbols', | 245 'gn', 'release_bot', 'simulate_arm64', 'msan', 'minimal_symbols', |
| 246 'swarming'], | 246 'swarming'], |
| 247 'gn_release_simulate_arm64_trybot': [ | 247 'gn_release_simulate_arm64_trybot': [ |
| 248 'gn', 'release_trybot', 'simulate_arm64', 'swarming'], | 248 'gn', 'release_trybot', 'simulate_arm64', 'swarming'], |
| 249 | 249 |
| 250 # GN debug configs for arm. |
| 251 'gn_debug_arm': [ |
| 252 'gn', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], |
| 253 |
| 250 # GN release configs for arm. | 254 # GN release configs for arm. |
| 255 'gn_release_arm': [ |
| 256 'gn', 'release_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], |
| 251 'gn_release_android_arm': [ | 257 'gn_release_android_arm': [ |
| 252 'gn', 'release_bot', 'arm', 'android', 'crosscompile', 'swarming'], | 258 'gn', 'release_bot', 'arm', 'android', 'crosscompile', 'swarming'], |
| 253 'gn_release_android_arm64': [ | 259 'gn_release_android_arm64': [ |
| 254 'gn', 'release_bot', 'arm64', 'android', 'crosscompile', 'swarming'], | 260 'gn', 'release_bot', 'arm64', 'android', 'crosscompile', 'swarming'], |
| 255 | 261 |
| 256 # GN release configs for x64. | 262 # GN release configs for x64. |
| 257 'gn_release_x64': [ | 263 'gn_release_x64': [ |
| 258 'gn', 'release_bot', 'x64', 'swarming'], | 264 'gn', 'release_bot', 'x64', 'swarming'], |
| 259 'gn_release_x64_asan': [ | 265 'gn_release_x64_asan': [ |
| 260 'gn', 'release_bot', 'x64', 'asan', 'lsan', 'swarming'], | 266 'gn', 'release_bot', 'x64', 'asan', 'lsan', 'swarming'], |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 'gn_release_x86_no_snap_shared_minimal_symbols': [ | 328 'gn_release_x86_no_snap_shared_minimal_symbols': [ |
| 323 'gn', 'release', 'x86', 'goma', 'minimal_symbols', 'shared', 'swarming', | 329 'gn', 'release', 'x86', 'goma', 'minimal_symbols', 'shared', 'swarming', |
| 324 'v8_snapshot_none'], | 330 'v8_snapshot_none'], |
| 325 'gn_release_x86_no_snap_trybot': [ | 331 'gn_release_x86_no_snap_trybot': [ |
| 326 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], | 332 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], |
| 327 'gn_release_x86_shared_verify_heap': [ | 333 'gn_release_x86_shared_verify_heap': [ |
| 328 'gn', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'], | 334 'gn', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'], |
| 329 'gn_release_x86_trybot': [ | 335 'gn_release_x86_trybot': [ |
| 330 'gn', 'release_trybot', 'x86', 'swarming'], | 336 'gn', 'release_trybot', 'x86', 'swarming'], |
| 331 | 337 |
| 332 # Gyp debug configs for arm. | |
| 333 'gyp_debug_arm': [ | |
| 334 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], | |
| 335 | |
| 336 # Gyp debug configs for simulators. | 338 # Gyp debug configs for simulators. |
| 337 'gyp_debug_simulate_arm_asan_edge': [ | 339 'gyp_debug_simulate_arm_asan_edge': [ |
| 338 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], | 340 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], |
| 339 'gyp_debug_simulate_arm64_asan_edge': [ | 341 'gyp_debug_simulate_arm64_asan_edge': [ |
| 340 'gyp', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'], | 342 'gyp', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'], |
| 341 'gyp_debug_simulate_mipsel_asan_edge': [ | 343 'gyp_debug_simulate_mipsel_asan_edge': [ |
| 342 'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'], | 344 'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'], |
| 343 'gyp_debug_simulate_x87_no_snap': [ | 345 'gyp_debug_simulate_x87_no_snap': [ |
| 344 'gyp', 'debug_bot', 'simulate_x87', 'swarming', 'v8_snapshot_none'], | 346 'gyp', 'debug_bot', 'simulate_x87', 'swarming', 'v8_snapshot_none'], |
| 345 | 347 |
| 346 # Gyp debug configs for x64. | 348 # Gyp debug configs for x64. |
| 347 'gyp_debug_x64_asan_edge': [ | 349 'gyp_debug_x64_asan_edge': [ |
| 348 'gyp', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'], | 350 'gyp', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'], |
| 349 | 351 |
| 350 # Gyp debug configs for x86. | 352 # Gyp debug configs for x86. |
| 351 'gyp_debug_x86': [ | 353 'gyp_debug_x86': [ |
| 352 'gyp', 'debug_bot', 'x86', 'swarming'], | 354 'gyp', 'debug_bot', 'x86', 'swarming'], |
| 353 'gyp_debug_x86_vtunejit': [ | 355 'gyp_debug_x86_vtunejit': [ |
| 354 'gyp', 'debug_bot', 'x86', 'v8_enable_vtunejit'], | 356 'gyp', 'debug_bot', 'x86', 'v8_enable_vtunejit'], |
| 355 'gyp_full_debug_x86': [ | 357 'gyp_full_debug_x86': [ |
| 356 'gyp', 'debug', 'x86', 'goma', 'static', 'v8_enable_slow_dchecks', | 358 'gyp', 'debug', 'x86', 'goma', 'static', 'v8_enable_slow_dchecks', |
| 357 'v8_full_debug'], | 359 'v8_full_debug'], |
| 358 | 360 |
| 359 # Gyp release configs for arm. | |
| 360 'gyp_release_arm': [ | |
| 361 'gyp', 'release_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], | |
| 362 | |
| 363 # Gyp release configs for mips. | 361 # Gyp release configs for mips. |
| 364 'gyp_release_mips_no_snap_no_i18n': [ | 362 'gyp_release_mips_no_snap_no_i18n': [ |
| 365 'gyp', 'release', 'mips', 'crosscompile', 'static', 'v8_no_i18n', | 363 'gyp', 'release', 'mips', 'crosscompile', 'static', 'v8_no_i18n', |
| 366 'v8_snapshot_none'], | 364 'v8_snapshot_none'], |
| 367 | 365 |
| 368 # Gyp release configs for simulators. | 366 # Gyp release configs for simulators. |
| 369 'gyp_release_simulate_mipsel': [ | 367 'gyp_release_simulate_mipsel': [ |
| 370 'gyp', 'release_bot', 'simulate_mipsel', 'swarming'], | 368 'gyp', 'release_bot', 'simulate_mipsel', 'swarming'], |
| 371 'gyp_release_simulate_mips64el': [ | 369 'gyp_release_simulate_mips64el': [ |
| 372 'gyp', 'release_bot', 'simulate_mips64el', 'swarming'], | 370 'gyp', 'release_bot', 'simulate_mips64el', 'swarming'], |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 'gn_args': 'target_cpu="x64"', | 678 'gn_args': 'target_cpu="x64"', |
| 681 'gyp_defines': 'target_arch=x64', | 679 'gyp_defines': 'target_arch=x64', |
| 682 }, | 680 }, |
| 683 | 681 |
| 684 'x86': { | 682 'x86': { |
| 685 'gn_args': 'target_cpu="x86"', | 683 'gn_args': 'target_cpu="x86"', |
| 686 'gyp_defines': 'target_arch=ia32', | 684 'gyp_defines': 'target_arch=ia32', |
| 687 }, | 685 }, |
| 688 }, | 686 }, |
| 689 } | 687 } |
| OLD | NEW |