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

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

Issue 2109293004: [gn] Switch basic linux32 bots to gn (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixes Created 4 years, 5 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 | « gni/v8.gni ('k') | 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': {
11 'client.dart.fyi': { 11 'client.dart.fyi': {
12 'v8-linux-release': 'gyp_release_x86_disassembler', 12 'v8-linux-release': 'gyp_release_x86_disassembler',
13 'v8-win-release': 'gyp_release_x86_disassembler', 13 'v8-win-release': 'gyp_release_x86_disassembler',
14 'v8-mac-release': 'gyp_release_x86_disassembler', 14 'v8-mac-release': 'gyp_release_x86_disassembler',
15 }, 15 },
16 'client.dynamorio': { 16 'client.dynamorio': {
17 'linux-v8-dr': 'gyp_release_x64', 17 'linux-v8-dr': 'gyp_release_x64',
18 }, 18 },
19 'client.v8': { 19 'client.v8': {
20 # Linux. 20 # Linux.
21 'V8 Linux - builder': 'gyp_release_x86_gcmole', 21 'V8 Linux - builder': 'gn_release_x86_gcmole',
22 'V8 Linux - debug builder': 'gyp_debug_x86', 22 'V8 Linux - debug builder': 'gn_debug_x86',
23 'V8 Linux - nosnap builder': 'gyp_release_x86_no_snap', 23 'V8 Linux - nosnap builder': 'gyp_release_x86_no_snap',
24 'V8 Linux - nosnap debug builder': 'gyp_debug_x86_no_snap', 24 'V8 Linux - nosnap debug builder': 'gyp_debug_x86_no_snap',
25 'V8 Linux - shared': 'gyp_release_x86_shared_verify_heap', 25 'V8 Linux - shared': 'gyp_release_x86_shared_verify_heap',
26 'V8 Linux - noi18n - debug': 'gyp_debug_x86_no_i18n', 26 'V8 Linux - noi18n - debug': 'gyp_debug_x86_no_i18n',
27 # Linux64. 27 # Linux64.
28 'V8 Linux64 - builder': 'gn_release_x64', 28 'V8 Linux64 - builder': 'gn_release_x64',
29 'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind', 29 'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind',
30 'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom', 30 'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom',
31 'V8 Linux64 - internal snapshot': 'gn_release_x64_internal', 31 'V8 Linux64 - internal snapshot': 'gn_release_x64_internal',
32 # Windows. 32 # Windows.
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'V8 ppc - sim - beta branch': 'gyp_release_simulate_ppc', 122 'V8 ppc - sim - beta branch': 'gyp_release_simulate_ppc',
123 'V8 ppc - sim - stable branch': 'gyp_release_simulate_ppc', 123 'V8 ppc - sim - stable branch': 'gyp_release_simulate_ppc',
124 'V8 ppc64 - sim - beta branch': 'gyp_release_simulate_ppc64', 124 'V8 ppc64 - sim - beta branch': 'gyp_release_simulate_ppc64',
125 'V8 ppc64 - sim - stable branch': 'gyp_release_simulate_ppc64', 125 'V8 ppc64 - sim - stable branch': 'gyp_release_simulate_ppc64',
126 'V8 s390 - sim - beta branch': 'gyp_release_simulate_s390', 126 'V8 s390 - sim - beta branch': 'gyp_release_simulate_s390',
127 'V8 s390 - sim - stable branch': 'gyp_release_simulate_s390', 127 'V8 s390 - sim - stable branch': 'gyp_release_simulate_s390',
128 'V8 s390x - sim - beta branch': 'gyp_release_simulate_s390x', 128 'V8 s390x - sim - beta branch': 'gyp_release_simulate_s390x',
129 'V8 s390x - sim - stable branch': 'gyp_release_simulate_s390x', 129 'V8 s390x - sim - stable branch': 'gyp_release_simulate_s390x',
130 }, 130 },
131 'tryserver.v8': { 131 'tryserver.v8': {
132 'v8_linux_rel_ng': 'gyp_release_x86_gcmole_trybot', 132 'v8_linux_rel_ng': 'gn_release_x86_gcmole_trybot',
133 'v8_linux_avx2_dbg': 'gyp_debug_x86_trybot', 133 'v8_linux_avx2_dbg': 'gn_debug_x86_trybot',
134 'v8_linux_nodcheck_rel_ng': 'gyp_release_x86_minimal_symbols', 134 'v8_linux_nodcheck_rel_ng': 'gn_release_x86_minimal_symbols',
135 'v8_linux_dbg_ng': 'gyp_debug_x86_trybot', 135 'v8_linux_dbg_ng': 'gn_debug_x86_trybot',
136 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot', 136 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot',
137 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot', 137 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot',
138 'v8_linux_nosnap_rel': 'gyp_release_x86_no_snap_trybot', 138 'v8_linux_nosnap_rel': 'gyp_release_x86_no_snap_trybot',
139 'v8_linux_nosnap_dbg': 'gyp_debug_x86_no_snap_trybot', 139 'v8_linux_nosnap_dbg': 'gyp_debug_x86_no_snap_trybot',
140 'v8_linux_gcc_compile_rel': 'gyp_release_x86_gcc_minimal_symbols', 140 'v8_linux_gcc_compile_rel': 'gyp_release_x86_gcc_minimal_symbols',
141 'v8_linux_gcc_rel': 'gyp_release_x86_gcc_minimal_symbols', 141 'v8_linux_gcc_rel': 'gyp_release_x86_gcc_minimal_symbols',
142 'v8_linux64_rel_ng': 'gn_release_x64_trybot', 142 'v8_linux64_rel_ng': 'gn_release_x64_trybot',
143 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', 143 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot',
144 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot', 144 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot',
145 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols', 145 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'gn', 'release_trybot', 'x64', 'swarming'], 186 'gn', 'release_trybot', 'x64', 'swarming'],
187 187
188 # GN debug configs for x64. 188 # GN debug configs for x64.
189 'gn_debug_x64_custom': [ 189 'gn_debug_x64_custom': [
190 'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'], 190 'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'],
191 'gn_debug_x64_trybot': [ 191 'gn_debug_x64_trybot': [
192 'gn', 'debug_trybot', 'x64', 'swarming'], 192 'gn', 'debug_trybot', 'x64', 'swarming'],
193 'gn_debug_x64_valgrind': [ 193 'gn_debug_x64_valgrind': [
194 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'], 194 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'],
195 195
196 # GN debug configs for x86.
197 'gn_debug_x86': [
198 'gn', 'debug_bot', 'x86', 'swarming'],
199 'gn_debug_x86_trybot': [
200 'gn', 'debug_trybot', 'x86', 'swarming'],
201
202 # GN release configs for x86.
203 'gn_release_x86_gcmole': [
204 'gn', 'release_bot', 'x86', 'gcmole', 'swarming'],
205 'gn_release_x86_gcmole_trybot': [
206 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'],
207 'gn_release_x86_minimal_symbols': [
208 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'],
209
196 # Gyp debug configs for arm. 210 # Gyp debug configs for arm.
197 'gyp_debug_arm': [ 211 'gyp_debug_arm': [
198 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], 212 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'],
199 213
200 # Gyp debug configs for simulators. 214 # Gyp debug configs for simulators.
201 'gyp_debug_simulate_arm': [ 215 'gyp_debug_simulate_arm': [
202 'gyp', 'debug_bot', 'simulate_arm', 'swarming'], 216 'gyp', 'debug_bot', 'simulate_arm', 'swarming'],
203 'gyp_debug_simulate_arm_asan_edge': [ 217 'gyp_debug_simulate_arm_asan_edge': [
204 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], 218 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'],
205 'gyp_debug_simulate_arm64': [ 219 'gyp_debug_simulate_arm64': [
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'gyp_release_x86': [ 327 'gyp_release_x86': [
314 'gyp', 'release_bot', 'x86', 'swarming'], 328 'gyp', 'release_bot', 'x86', 'swarming'],
315 'gyp_release_x86_disassembler': [ 329 'gyp_release_x86_disassembler': [
316 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'], 330 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'],
317 'gyp_release_x86_gcc': [ 331 'gyp_release_x86_gcc': [
318 'gyp', 'release_bot', 'x86', 'gcc'], 332 'gyp', 'release_bot', 'x86', 'gcc'],
319 'gyp_release_x86_gcc_minimal_symbols': [ 333 'gyp_release_x86_gcc_minimal_symbols': [
320 'gyp', 'release_bot', 'x86', 'gcc', 'minimal_symbols'], 334 'gyp', 'release_bot', 'x86', 'gcc', 'minimal_symbols'],
321 'gyp_release_x86_interpreted_regexp': [ 335 'gyp_release_x86_interpreted_regexp': [
322 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'], 336 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'],
323 'gyp_release_x86_gcmole': [
324 'gyp', 'release_bot', 'x86', 'gcmole', 'swarming'],
325 'gyp_release_x86_gcmole_trybot': [
326 'gyp', 'release_trybot', 'x86', 'gcmole', 'swarming'],
327 'gyp_release_x86_minimal_symbols': [ 337 'gyp_release_x86_minimal_symbols': [
328 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], 338 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'swarming'],
329 'gyp_release_x86_no_i18n_trybot': [ 339 'gyp_release_x86_no_i18n_trybot': [
330 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_no_i18n'], 340 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_no_i18n'],
331 'gyp_release_x86_no_snap': [ 341 'gyp_release_x86_no_snap': [
332 'gyp', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], 342 'gyp', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'],
333 'gyp_release_x86_no_snap_shared_minimal_symbols': [ 343 'gyp_release_x86_no_snap_shared_minimal_symbols': [
334 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'shared', 'swarming', 344 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'shared', 'swarming',
335 'v8_snapshot_none'], 345 'v8_snapshot_none'],
336 'gyp_release_x86_no_snap_trybot': [ 346 'gyp_release_x86_no_snap_trybot': [
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 'gn_args': 'sanitizer_coverage_flags="edge"', 421 'gn_args': 'sanitizer_coverage_flags="edge"',
412 'gyp_defines': 'sanitizer_coverage=edge', 422 'gyp_defines': 'sanitizer_coverage=edge',
413 }, 423 },
414 424
415 'gcc': { 425 'gcc': {
416 'gn_args': 'clang=false', 426 'gn_args': 'clang=false',
417 'gyp_defines': 'clang=0', 427 'gyp_defines': 'clang=0',
418 }, 428 },
419 429
420 'gcmole': { 430 'gcmole': {
421 # TODO(machenbach): Add this to gn. 431 'gn_args': 'v8_gcmole=true',
422 'gn_args': 'gcmole=true',
423 'gyp_defines': 'gcmole=1', 432 'gyp_defines': 'gcmole=1',
424 }, 433 },
425 434
426 'gn': {'type': 'gn'}, 435 'gn': {'type': 'gn'},
427 436
428 'goma': { 437 'goma': {
429 # The MB code will properly escape goma_dir if necessary in the GYP 438 # The MB code will properly escape goma_dir if necessary in the GYP
430 # code path; the GN code path needs no escaping. 439 # code path; the GN code path needs no escaping.
431 'gn_args': 'use_goma=true', 440 'gn_args': 'use_goma=true',
432 'gyp_defines': 'use_goma=1', 441 'gyp_defines': 'use_goma=1',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'gn_args': 'target_cpu="x64"', 624 'gn_args': 'target_cpu="x64"',
616 'gyp_defines': 'target_arch=x64', 625 'gyp_defines': 'target_arch=x64',
617 }, 626 },
618 627
619 'x86': { 628 'x86': {
620 'gn_args': 'target_cpu="x86"', 629 'gn_args': 'target_cpu="x86"',
621 'gyp_defines': 'target_arch=ia32', 630 'gyp_defines': 'target_arch=ia32',
622 }, 631 },
623 }, 632 },
624 } 633 }
OLDNEW
« no previous file with comments | « gni/v8.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698