| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 'V8 Linux - ppc - sim': 'gyp_release_simulate_ppc', | 97 'V8 Linux - ppc - sim': 'gyp_release_simulate_ppc', |
| 98 'V8 Linux - ppc64 - sim': 'gyp_release_simulate_ppc64', | 98 'V8 Linux - ppc64 - sim': 'gyp_release_simulate_ppc64', |
| 99 # S390. | 99 # S390. |
| 100 'V8 Linux - s390 - sim': 'gyp_release_simulate_s390', | 100 'V8 Linux - s390 - sim': 'gyp_release_simulate_s390', |
| 101 'V8 Linux - s390x - sim': 'gyp_release_simulate_s390x', | 101 'V8 Linux - s390x - sim': 'gyp_release_simulate_s390x', |
| 102 # X87. | 102 # X87. |
| 103 'V8 Linux - x87 - nosnap - debug builder': | 103 'V8 Linux - x87 - nosnap - debug builder': |
| 104 'gyp_debug_simulate_x87_no_snap', | 104 'gyp_debug_simulate_x87_no_snap', |
| 105 }, | 105 }, |
| 106 'client.v8.branches': { | 106 'client.v8.branches': { |
| 107 'V8 Linux - beta branch': 'gyp_release_x86', | 107 'V8 Linux - beta branch': 'gn_release_x86', |
| 108 'V8 Linux - beta branch - debug': 'gyp_debug_x86', | 108 'V8 Linux - beta branch - debug': 'gn_debug_x86', |
| 109 'V8 Linux - stable branch': 'gyp_release_x86', | 109 'V8 Linux - stable branch': 'gn_release_x86', |
| 110 'V8 Linux - stable branch - debug': 'gyp_debug_x86', | 110 'V8 Linux - stable branch - debug': 'gn_debug_x86', |
| 111 'V8 Linux64 - beta branch': 'gyp_release_x64', | 111 'V8 Linux64 - beta branch': 'gyp_release_x64', |
| 112 'V8 Linux64 - beta branch - debug': 'gyp_debug_x64', | 112 'V8 Linux64 - beta branch - debug': 'gn_debug_x64', |
| 113 'V8 Linux64 - stable branch': 'gyp_release_x64', | 113 'V8 Linux64 - stable branch': 'gn_release_x64', |
| 114 'V8 Linux64 - stable branch - debug': 'gyp_debug_x64', | 114 'V8 Linux64 - stable branch - debug': 'gn_debug_x64', |
| 115 'V8 arm - sim - beta branch': 'gyp_release_simulate_arm', | 115 'V8 arm - sim - beta branch': 'gyp_release_simulate_arm', |
| 116 'V8 arm - sim - beta branch - debug': 'gyp_debug_simulate_arm', | 116 'V8 arm - sim - beta branch - debug': 'gyp_debug_simulate_arm', |
| 117 'V8 arm - sim - stable branch': 'gyp_release_simulate_arm', | 117 'V8 arm - sim - stable branch': 'gyp_release_simulate_arm', |
| 118 'V8 arm - sim - stable branch - debug': 'gyp_debug_simulate_arm', | 118 'V8 arm - sim - stable branch - debug': 'gyp_debug_simulate_arm', |
| 119 'V8 mips64el - sim - beta branch': 'gyp_release_simulate_mips64el', | 119 'V8 mips64el - sim - beta branch': 'gyp_release_simulate_mips64el', |
| 120 'V8 mips64el - sim - stable branch': 'gyp_release_simulate_mips64el', | 120 'V8 mips64el - sim - stable branch': 'gyp_release_simulate_mips64el', |
| 121 'V8 mipsel - sim - beta branch': 'gyp_release_simulate_mipsel', | 121 'V8 mipsel - sim - beta branch': 'gyp_release_simulate_mipsel', |
| 122 'V8 mipsel - sim - stable branch': 'gyp_release_simulate_mipsel', | 122 'V8 mipsel - sim - stable branch': 'gyp_release_simulate_mipsel', |
| 123 'V8 ppc - sim - beta branch': 'gyp_release_simulate_ppc', | 123 'V8 ppc - sim - beta branch': 'gyp_release_simulate_ppc', |
| 124 'V8 ppc - sim - stable branch': 'gyp_release_simulate_ppc', | 124 'V8 ppc - sim - stable branch': 'gyp_release_simulate_ppc', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 'configs': { | 181 'configs': { |
| 182 # GN release configs for x64. | 182 # GN release configs for x64. |
| 183 'gn_release_x64': [ | 183 'gn_release_x64': [ |
| 184 'gn', 'release_bot', 'x64', 'swarming'], | 184 'gn', 'release_bot', 'x64', 'swarming'], |
| 185 'gn_release_x64_internal': [ | 185 'gn_release_x64_internal': [ |
| 186 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], | 186 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], |
| 187 'gn_release_x64_trybot': [ | 187 'gn_release_x64_trybot': [ |
| 188 'gn', 'release_trybot', 'x64', 'swarming'], | 188 'gn', 'release_trybot', 'x64', 'swarming'], |
| 189 | 189 |
| 190 # GN debug configs for x64. | 190 # GN debug configs for x64. |
| 191 'gn_debug_x64': [ |
| 192 'gn', 'debug_bot', 'x64', 'swarming'], |
| 191 'gn_debug_x64_custom': [ | 193 'gn_debug_x64_custom': [ |
| 192 'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'], | 194 'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'], |
| 193 'gn_debug_x64_trybot': [ | 195 'gn_debug_x64_trybot': [ |
| 194 'gn', 'debug_trybot', 'x64', 'swarming'], | 196 'gn', 'debug_trybot', 'x64', 'swarming'], |
| 195 'gn_debug_x64_valgrind': [ | 197 'gn_debug_x64_valgrind': [ |
| 196 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'], | 198 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'], |
| 197 | 199 |
| 198 # GN debug configs for x86. | 200 # GN debug configs for x86. |
| 199 'gn_debug_x86': [ | 201 'gn_debug_x86': [ |
| 200 'gn', 'debug_bot', 'x86', 'swarming'], | 202 'gn', 'debug_bot', 'x86', 'swarming'], |
| 201 'gn_debug_x86_no_snap': [ | 203 'gn_debug_x86_no_snap': [ |
| 202 'gn', 'debug_bot', 'x86', 'swarming', 'v8_snapshot_none'], | 204 'gn', 'debug_bot', 'x86', 'swarming', 'v8_snapshot_none'], |
| 203 'gn_debug_x86_no_snap_trybot': [ | 205 'gn_debug_x86_no_snap_trybot': [ |
| 204 'gn', 'debug_trybot', 'x86', 'swarming', 'v8_snapshot_none'], | 206 'gn', 'debug_trybot', 'x86', 'swarming', 'v8_snapshot_none'], |
| 205 'gn_debug_x86_trybot': [ | 207 'gn_debug_x86_trybot': [ |
| 206 'gn', 'debug_trybot', 'x86', 'swarming'], | 208 'gn', 'debug_trybot', 'x86', 'swarming'], |
| 207 | 209 |
| 208 # GN release configs for x86. | 210 # GN release configs for x86. |
| 211 'gn_release_x86': [ |
| 212 'gn', 'release_bot', 'x86', 'swarming'], |
| 209 'gn_release_x86_gcmole': [ | 213 'gn_release_x86_gcmole': [ |
| 210 'gn', 'release_bot', 'x86', 'gcmole', 'swarming'], | 214 'gn', 'release_bot', 'x86', 'gcmole', 'swarming'], |
| 211 'gn_release_x86_gcmole_trybot': [ | 215 'gn_release_x86_gcmole_trybot': [ |
| 212 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'], | 216 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'], |
| 213 'gn_release_x86_minimal_symbols': [ | 217 'gn_release_x86_minimal_symbols': [ |
| 214 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], | 218 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], |
| 215 'gn_release_x86_no_snap': [ | 219 'gn_release_x86_no_snap': [ |
| 216 'gn', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], | 220 'gn', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], |
| 217 'gn_release_x86_no_snap_trybot': [ | 221 'gn_release_x86_no_snap_trybot': [ |
| 218 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], | 222 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 'gn_args': 'target_cpu="x64"', | 630 'gn_args': 'target_cpu="x64"', |
| 627 'gyp_defines': 'target_arch=x64', | 631 'gyp_defines': 'target_arch=x64', |
| 628 }, | 632 }, |
| 629 | 633 |
| 630 'x86': { | 634 'x86': { |
| 631 'gn_args': 'target_cpu="x86"', | 635 'gn_args': 'target_cpu="x86"', |
| 632 'gyp_defines': 'target_arch=ia32', | 636 'gyp_defines': 'target_arch=ia32', |
| 633 }, | 637 }, |
| 634 }, | 638 }, |
| 635 } | 639 } |
| OLD | NEW |