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

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

Issue 2628483003: [foozzie] Add correctness-fuzzer-archive builder's mb config (Closed)
Patch Set: Created 3 years, 11 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'V8 Mac - debug': 'gn_debug_x86', 59 'V8 Mac - debug': 'gn_debug_x86',
60 'V8 Mac64': 'gn_release_x64', 60 'V8 Mac64': 'gn_release_x64',
61 'V8 Mac64 - debug': 'gn_debug_x64', 61 'V8 Mac64 - debug': 'gn_debug_x64',
62 'V8 Mac GC Stress': 'gn_debug_x86', 62 'V8 Mac GC Stress': 'gn_debug_x86',
63 'V8 Mac64 ASAN': 'gn_release_x64_asan_no_lsan', 63 'V8 Mac64 ASAN': 'gn_release_x64_asan_no_lsan',
64 # Sanitizers. 64 # Sanitizers.
65 'V8 Linux64 ASAN': 'gn_release_x64_asan', 65 'V8 Linux64 ASAN': 'gn_release_x64_asan',
66 'V8 Linux64 TSAN': 'gn_release_x64_tsan', 66 'V8 Linux64 TSAN': 'gn_release_x64_tsan',
67 'V8 Linux - arm64 - sim - MSAN': 'gn_release_simulate_arm64_msan', 67 'V8 Linux - arm64 - sim - MSAN': 'gn_release_simulate_arm64_msan',
68 # Clusterfuzz. 68 # Clusterfuzz.
69 'V8 Linux64 - release builder': 'gn_release_x64_correctness_fuzzer',
69 'V8 Linux64 ASAN no inline - release builder': 70 'V8 Linux64 ASAN no inline - release builder':
70 'gn_release_x64_asan_symbolized_edge_verify_heap', 71 'gn_release_x64_asan_symbolized_edge_verify_heap',
71 'V8 Linux64 ASAN - debug builder': 'gn_debug_x64_asan_edge', 72 'V8 Linux64 ASAN - debug builder': 'gn_debug_x64_asan_edge',
72 'V8 Linux64 ASAN arm64 - debug builder': 73 'V8 Linux64 ASAN arm64 - debug builder':
73 'gn_debug_simulate_arm64_asan_edge', 74 'gn_debug_simulate_arm64_asan_edge',
74 'V8 Linux ASAN arm - debug builder': 75 'V8 Linux ASAN arm - debug builder':
75 'gn_debug_simulate_arm_asan_edge', 76 'gn_debug_simulate_arm_asan_edge',
76 'V8 Linux ASAN mipsel - debug builder': 77 'V8 Linux ASAN mipsel - debug builder':
77 'gn_debug_simulate_mipsel_asan_edge', 78 'gn_debug_simulate_mipsel_asan_edge',
78 # Misc. 79 # Misc.
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'gn_release_x64_asan_minimal_symbols': [ 279 'gn_release_x64_asan_minimal_symbols': [
279 'gn', 'release_bot', 'x64', 'asan', 'lsan', 'minimal_symbols', 280 'gn', 'release_bot', 'x64', 'asan', 'lsan', 'minimal_symbols',
280 'swarming'], 281 'swarming'],
281 'gn_release_x64_asan_no_lsan': [ 282 'gn_release_x64_asan_no_lsan': [
282 'gn', 'release_bot', 'x64', 'asan', 'swarming'], 283 'gn', 'release_bot', 'x64', 'asan', 'swarming'],
283 'gn_release_x64_asan_symbolized_edge_verify_heap': [ 284 'gn_release_x64_asan_symbolized_edge_verify_heap': [
284 'gn', 'release_bot', 'x64', 'asan', 'edge', 'lsan', 'symbolized', 285 'gn', 'release_bot', 'x64', 'asan', 'edge', 'lsan', 'symbolized',
285 'v8_verify_heap'], 286 'v8_verify_heap'],
286 'gn_release_x64_clang': [ 287 'gn_release_x64_clang': [
287 'gn', 'release_bot', 'x64', 'clang', 'swarming'], 288 'gn', 'release_bot', 'x64', 'clang', 'swarming'],
289 'gn_release_x64_correctness_fuzzer' : [
290 'gn', 'release_bot', 'x64', 'v8_correctness_fuzzer'],
288 'gn_release_x64_internal': [ 291 'gn_release_x64_internal': [
289 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], 292 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'],
290 'gn_release_x64_minimal_symbols': [ 293 'gn_release_x64_minimal_symbols': [
291 'gn', 'release_bot', 'x64', 'minimal_symbols', 'swarming'], 294 'gn', 'release_bot', 'x64', 'minimal_symbols', 'swarming'],
292 'gn_release_x64_trybot': [ 295 'gn_release_x64_trybot': [
293 'gn', 'release_trybot', 'x64', 'swarming'], 296 'gn', 'release_trybot', 'x64', 'swarming'],
294 'gn_release_x64_tsan': [ 297 'gn_release_x64_tsan': [
295 'gn', 'release_bot', 'x64', 'tsan', 'swarming'], 298 'gn', 'release_bot', 'x64', 'tsan', 'swarming'],
296 'gn_release_x64_tsan_minimal_symbols': [ 299 'gn_release_x64_tsan_minimal_symbols': [
297 'gn', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'], 300 'gn', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'],
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 'valgrind': { 620 'valgrind': {
618 'gn_args': 'v8_has_valgrind=true', 621 'gn_args': 'v8_has_valgrind=true',
619 'gyp_defines': 'has_valgrind=1', 622 'gyp_defines': 'has_valgrind=1',
620 }, 623 },
621 624
622 'v8_no_i18n': { 625 'v8_no_i18n': {
623 'gn_args': 'v8_enable_i18n_support=false icu_use_data_file=false', 626 'gn_args': 'v8_enable_i18n_support=false icu_use_data_file=false',
624 'gyp_defines': 'v8_enable_i18n_support=0 icu_use_data_file_flag=0', 627 'gyp_defines': 'v8_enable_i18n_support=0 icu_use_data_file_flag=0',
625 }, 628 },
626 629
630 'v8_correctness_fuzzer': {
631 'gn_args': 'v8_correctness_fuzzer=true',
632 },
633
627 'v8_disable_inspector': { 634 'v8_disable_inspector': {
628 'gn_args': 'v8_enable_inspector=false', 635 'gn_args': 'v8_enable_inspector=false',
629 'gyp_defines': 'v8_enable_inspector=0 ', 636 'gyp_defines': 'v8_enable_inspector=0 ',
630 }, 637 },
631 638
632 'v8_enable_disassembler': { 639 'v8_enable_disassembler': {
633 'gn_args': 'v8_enable_disassembler=true', 640 'gn_args': 'v8_enable_disassembler=true',
634 'gyp_defines': 'v8_enable_disassembler=1', 641 'gyp_defines': 'v8_enable_disassembler=1',
635 }, 642 },
636 643
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 'gn_args': 'target_cpu="x64"', 698 'gn_args': 'target_cpu="x64"',
692 'gyp_defines': 'target_arch=x64', 699 'gyp_defines': 'target_arch=x64',
693 }, 700 },
694 701
695 'x86': { 702 'x86': {
696 'gn_args': 'target_cpu="x86"', 703 'gn_args': 'target_cpu="x86"',
697 'gyp_defines': 'target_arch=ia32', 704 'gyp_defines': 'target_arch=ia32',
698 }, 705 },
699 }, 706 },
700 } 707 }
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