Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: infra/mb/mb_config.pyl

Issue 2304533002: [gn] Switch arm simulators to gn (Closed)
Patch Set: [gn] Switch arm simulators to gn Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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': 'gn_release_simulate_arm64', 96 'V8 Linux - arm64 - sim': 'gn_release_simulate_arm64',
97 'V8 Linux - arm64 - sim - debug': 'gn_debug_simulate_arm64', 97 'V8 Linux - arm64 - sim - debug': 'gn_debug_simulate_arm64',
98 'V8 Linux - arm64 - sim - nosnap - debug': 98 'V8 Linux - arm64 - sim - nosnap - debug':
99 'gn_debug_simulate_arm64_no_snap', 99 'gn_debug_simulate_arm64_no_snap',
100 'V8 Linux - arm64 - sim - gc stress': 'gn_debug_simulate_arm64', 100 'V8 Linux - arm64 - sim - gc stress': 'gn_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
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
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': 'gn_release_x86_trybot', 168 'v8_mac_rel_ng': 'gn_release_x86_trybot',
169 'v8_mac_dbg': 'gn_debug_x86_trybot', 169 'v8_mac_dbg': 'gn_debug_x86_trybot',
170 'v8_mac_gc_stress_dbg': 'gn_debug_x86_trybot', 170 'v8_mac_gc_stress_dbg': 'gn_debug_x86_trybot',
171 'v8_mac64_rel': 'gn_release_x64_trybot', 171 'v8_mac64_rel': 'gn_release_x64_trybot',
172 'v8_mac64_dbg': 'gn_debug_x64_minimal_symbols', 172 'v8_mac64_dbg': 'gn_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': 'gn_release_simulate_arm64_trybot', 178 'v8_linux_arm64_rel_ng': 'gn_release_simulate_arm64_trybot',
179 'v8_linux_arm64_dbg': 'gn_debug_simulate_arm64', 179 'v8_linux_arm64_dbg': 'gn_debug_simulate_arm64',
180 'v8_linux_arm64_gc_stress_dbg': 'gn_debug_simulate_arm64', 180 'v8_linux_arm64_gc_stress_dbg': 'gn_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
188 # To ease readability, config values are ordered by: 188 # To ease readability, config values are ordered by:
189 # gyp/gn, release/debug, arch type, other values alphabetically. 189 # gyp/gn, release/debug, arch type, other values alphabetically.
190 'configs': { 190 'configs': {
191 # Developer default configs. 191 # Developer default configs.
192 'default_debug_x64': [ 192 'default_debug_x64': [
193 'gn', 'debug', 'x64', 'v8_enable_slow_dchecks', 'v8_full_debug'], 193 'gn', 'debug', 'x64', 'v8_enable_slow_dchecks', 'v8_full_debug'],
194 'default_optdebug_x64': [ 194 'default_optdebug_x64': [
195 'gn', 'debug', 'x64', 'v8_enable_slow_dchecks'], 195 'gn', 'debug', 'x64', 'v8_enable_slow_dchecks'],
196 'default_release_x64': [ 196 'default_release_x64': [
197 'gn', 'release', 'x64'], 197 'gn', 'release', 'x64'],
198 'default_debug_x86': [ 198 'default_debug_x86': [
199 'gn', 'debug', 'x86', 'v8_enable_slow_dchecks', 'v8_full_debug'], 199 'gn', 'debug', 'x86', 'v8_enable_slow_dchecks', 'v8_full_debug'],
200 'default_optdebug_x86': [ 200 'default_optdebug_x86': [
201 'gn', 'debug', 'x86', 'v8_enable_slow_dchecks'], 201 'gn', 'debug', 'x86', 'v8_enable_slow_dchecks'],
202 'default_release_x86': [ 202 'default_release_x86': [
203 'gn', 'release', 'x86'], 203 'gn', 'release', 'x86'],
204 204
205 205
206 # GN debug configs for simulators. 206 # GN debug configs for simulators.
207 'gn_debug_simulate_arm': [
208 'gn', 'debug_bot', 'simulate_arm', 'swarming'],
207 'gn_debug_simulate_arm64': [ 209 'gn_debug_simulate_arm64': [
208 'gn', 'debug_bot', 'simulate_arm64', 'swarming'], 210 'gn', 'debug_bot', 'simulate_arm64', 'swarming'],
209 'gn_debug_simulate_arm64_no_snap': [ 211 'gn_debug_simulate_arm64_no_snap': [
210 'gn', 'debug_bot', 'simulate_arm64', 'swarming', 'v8_snapshot_none'], 212 'gn', 'debug_bot', 'simulate_arm64', 'swarming', 'v8_snapshot_none'],
211 213
212 # GN release configs for simulators. 214 # GN release configs for simulators.
215 'gn_release_simulate_arm': [
216 'gn', 'release_bot', 'simulate_arm', 'swarming'],
217 'gn_release_simulate_arm_trybot': [
218 'gn', 'release_trybot', 'simulate_arm', 'swarming'],
213 'gn_release_simulate_arm64': [ 219 'gn_release_simulate_arm64': [
214 'gn', 'release_bot', 'simulate_arm64', 'swarming'], 220 'gn', 'release_bot', 'simulate_arm64', 'swarming'],
215 'gn_release_simulate_arm64_msan': [ 221 'gn_release_simulate_arm64_msan': [
216 'gn', 'release_bot', 'simulate_arm64', 'msan', 'swarming'], 222 'gn', 'release_bot', 'simulate_arm64', 'msan', 'swarming'],
217 'gn_release_simulate_arm64_msan_minimal_symbols': [ 223 'gn_release_simulate_arm64_msan_minimal_symbols': [
218 'gn', 'release_bot', 'simulate_arm64', 'msan', 'minimal_symbols', 224 'gn', 'release_bot', 'simulate_arm64', 'msan', 'minimal_symbols',
219 'swarming'], 225 'swarming'],
220 'gn_release_simulate_arm64_trybot': [ 226 'gn_release_simulate_arm64_trybot': [
221 'gn', 'release_trybot', 'simulate_arm64', 'swarming'], 227 'gn', 'release_trybot', 'simulate_arm64', 'swarming'],
222 228
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 'gn_release_x86_shared_verify_heap': [ 280 'gn_release_x86_shared_verify_heap': [
275 'gn', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'], 281 'gn', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'],
276 'gn_release_x86_trybot': [ 282 'gn_release_x86_trybot': [
277 'gn', 'release_trybot', 'x86', 'swarming'], 283 'gn', 'release_trybot', 'x86', 'swarming'],
278 284
279 # Gyp debug configs for arm. 285 # Gyp debug configs for arm.
280 'gyp_debug_arm': [ 286 'gyp_debug_arm': [
281 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], 287 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'],
282 288
283 # Gyp debug configs for simulators. 289 # Gyp debug configs for simulators.
284 'gyp_debug_simulate_arm': [
285 'gyp', 'debug_bot', 'simulate_arm', 'swarming'],
286 'gyp_debug_simulate_arm_asan_edge': [ 290 'gyp_debug_simulate_arm_asan_edge': [
287 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], 291 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'],
288 'gyp_debug_simulate_arm64_asan_edge': [ 292 'gyp_debug_simulate_arm64_asan_edge': [
289 'gyp', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'], 293 'gyp', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'],
290 'gyp_debug_simulate_mipsel_asan_edge': [ 294 'gyp_debug_simulate_mipsel_asan_edge': [
291 'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'], 295 'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'],
292 'gyp_debug_simulate_x87_no_snap': [ 296 'gyp_debug_simulate_x87_no_snap': [
293 'gyp', 'debug_bot', 'simulate_x87', 'swarming', 'v8_snapshot_none'], 297 'gyp', 'debug_bot', 'simulate_x87', 'swarming', 'v8_snapshot_none'],
294 298
295 # Gyp debug configs for x64. 299 # Gyp debug configs for x64.
(...skipping 24 matching lines...) Expand all
320 'gyp', 'release_bot', 'arm', 'android', 'crosscompile', 'swarming'], 324 'gyp', 'release_bot', 'arm', 'android', 'crosscompile', 'swarming'],
321 'gyp_release_android_arm64': [ 325 'gyp_release_android_arm64': [
322 'gyp', 'release_bot', 'arm64', 'android', 'crosscompile', 'swarming'], 326 'gyp', 'release_bot', 'arm64', 'android', 'crosscompile', 'swarming'],
323 327
324 # Gyp release configs for mips. 328 # Gyp release configs for mips.
325 'gyp_release_mips_no_snap_no_i18n': [ 329 'gyp_release_mips_no_snap_no_i18n': [
326 'gyp', 'release', 'mips', 'crosscompile', 'static', 'v8_no_i18n', 330 'gyp', 'release', 'mips', 'crosscompile', 'static', 'v8_no_i18n',
327 'v8_snapshot_none'], 331 'v8_snapshot_none'],
328 332
329 # Gyp release configs for simulators. 333 # Gyp release configs for simulators.
330 'gyp_release_simulate_arm': [
331 'gyp', 'release_bot', 'simulate_arm', 'swarming'],
332 'gyp_release_simulate_arm_trybot': [
333 'gyp', 'release_trybot', 'simulate_arm', 'swarming'],
334 'gyp_release_simulate_mipsel': [ 334 'gyp_release_simulate_mipsel': [
335 'gyp', 'release_bot', 'simulate_mipsel', 'swarming'], 335 'gyp', 'release_bot', 'simulate_mipsel', 'swarming'],
336 'gyp_release_simulate_mips64el': [ 336 'gyp_release_simulate_mips64el': [
337 'gyp', 'release_bot', 'simulate_mips64el', 'swarming'], 337 'gyp', 'release_bot', 'simulate_mips64el', 'swarming'],
338 'gyp_release_simulate_ppc': [ 338 'gyp_release_simulate_ppc': [
339 'gyp', 'release_bot', 'simulate_ppc', 'swarming'], 339 'gyp', 'release_bot', 'simulate_ppc', 'swarming'],
340 'gyp_release_simulate_ppc64': [ 340 'gyp_release_simulate_ppc64': [
341 'gyp', 'release_bot', 'simulate_ppc64', 'swarming'], 341 'gyp', 'release_bot', 'simulate_ppc64', 'swarming'],
342 'gyp_release_simulate_s390': [ 342 'gyp_release_simulate_s390': [
343 'gyp', 'release_bot', 'simulate_s390', 'swarming'], 343 'gyp', 'release_bot', 'simulate_s390', 'swarming'],
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'gn_args': 'target_cpu="x64"', 661 'gn_args': 'target_cpu="x64"',
662 'gyp_defines': 'target_arch=x64', 662 'gyp_defines': 'target_arch=x64',
663 }, 663 },
664 664
665 'x86': { 665 'x86': {
666 'gn_args': 'target_cpu="x86"', 666 'gn_args': 'target_cpu="x86"',
667 'gyp_defines': 'target_arch=ia32', 667 'gyp_defines': 'target_arch=ia32',
668 }, 668 },
669 }, 669 },
670 } 670 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698