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

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

Issue 2083153003: [mb] Switch mac bots to mb (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@mb25
Patch Set: 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 | « 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 11 matching lines...) Expand all
22 'V8 Linux64 - custom snapshot - debug builder': 'gyp_debug_x64_custom', 22 'V8 Linux64 - custom snapshot - debug builder': 'gyp_debug_x64_custom',
23 'V8 Linux64 - internal snapshot': 'gyp_release_x64_internal', 23 'V8 Linux64 - internal snapshot': 'gyp_release_x64_internal',
24 # Windows. 24 # Windows.
25 'V8 Win32 - builder': 'gyp_release_x86_minimal_symbols', 25 'V8 Win32 - builder': 'gyp_release_x86_minimal_symbols',
26 'V8 Win32 - debug builder': 'gyp_debug_x86_minimal_symbols', 26 'V8 Win32 - debug builder': 'gyp_debug_x86_minimal_symbols',
27 'V8 Win32 - nosnap - shared': 27 'V8 Win32 - nosnap - shared':
28 'gyp_release_x86_no_snap_shared_minimal_symbols', 28 'gyp_release_x86_no_snap_shared_minimal_symbols',
29 'V8 Win64': 'gyp_release_x64_minimal_symbols', 29 'V8 Win64': 'gyp_release_x64_minimal_symbols',
30 'V8 Win64 - debug': 'gyp_debug_x64_minimal_symbols', 30 'V8 Win64 - debug': 'gyp_debug_x64_minimal_symbols',
31 'V8 Win64 - clang': 'gyp_release_x64_clang', 31 'V8 Win64 - clang': 'gyp_release_x64_clang',
32 # Mac.
33 'V8 Mac': 'gyp_release_x86',
34 'V8 Mac - debug': 'gyp_debug_x86',
35 'V8 Mac64': 'gyp_release_x64',
36 'V8 Mac64 - debug': 'gyp_debug_x64',
37 'V8 Mac GC Stress': 'gyp_debug_x86',
38 'V8 Mac64 ASAN': 'gyp_release_x64_asan',
32 # Sanitizers. 39 # Sanitizers.
33 'V8 Linux64 ASAN': 'gyp_release_x64_asan', 40 'V8 Linux64 ASAN': 'gyp_release_x64_asan',
34 'V8 Linux64 TSAN': 'gyp_release_x64_tsan', 41 'V8 Linux64 TSAN': 'gyp_release_x64_tsan',
35 'V8 Linux - arm64 - sim - MSAN': 'gyp_release_simulate_arm64_msan', 42 'V8 Linux - arm64 - sim - MSAN': 'gyp_release_simulate_arm64_msan',
36 # Clusterfuzz. 43 # Clusterfuzz.
37 'V8 Linux64 ASAN no inline - release builder': 44 'V8 Linux64 ASAN no inline - release builder':
38 'gyp_release_x64_asan_symbolized_edge_verify_heap', 45 'gyp_release_x64_asan_symbolized_edge_verify_heap',
39 'V8 Linux64 ASAN - debug builder': 'gyp_debug_x64_asan_edge', 46 'V8 Linux64 ASAN - debug builder': 'gyp_debug_x64_asan_edge',
40 'V8 Linux64 ASAN arm64 - debug builder': 47 'V8 Linux64 ASAN arm64 - debug builder':
41 'gyp_debug_simulate_arm64_asan_edge', 48 'gyp_debug_simulate_arm64_asan_edge',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'v8_linux64_msan_rel': 'gyp_release_simulate_arm64_msan_minimal_symbols', 109 'v8_linux64_msan_rel': 'gyp_release_simulate_arm64_msan_minimal_symbols',
103 'v8_linux64_sanitizer_coverage_rel': 110 'v8_linux64_sanitizer_coverage_rel':
104 'gyp_release_x64_asan_minimal_symbols_coverage', 111 'gyp_release_x64_asan_minimal_symbols_coverage',
105 'v8_linux64_tsan_rel': 'gyp_release_x64_tsan_minimal_symbols', 112 'v8_linux64_tsan_rel': 'gyp_release_x64_tsan_minimal_symbols',
106 'v8_win_dbg': 'gyp_debug_x86_trybot', 113 'v8_win_dbg': 'gyp_debug_x86_trybot',
107 'v8_win_compile_dbg': 'gyp_debug_x86_trybot', 114 'v8_win_compile_dbg': 'gyp_debug_x86_trybot',
108 'v8_win_rel_ng': 'gyp_release_x86_trybot', 115 'v8_win_rel_ng': 'gyp_release_x86_trybot',
109 'v8_win_nosnap_shared_rel_ng': 116 'v8_win_nosnap_shared_rel_ng':
110 'gyp_release_x86_no_snap_shared_minimal_symbols', 117 'gyp_release_x86_no_snap_shared_minimal_symbols',
111 'v8_win64_dbg': 'gyp_debug_x64_minimal_symbols', 118 'v8_win64_dbg': 'gyp_debug_x64_minimal_symbols',
112 'v8_win64_rel_ng': 'gyp_release_x64_trybot', 119 'v8_win64_rel_ng': 'gyp_release_x64_trybot',
120 'v8_mac_rel_ng': 'gyp_release_x86_trybot',
121 'v8_mac_dbg': 'gyp_debug_x86_trybot',
122 'v8_mac_gc_stress_dbg': 'gyp_debug_x86_trybot',
123 'v8_mac64_rel': 'gyp_release_x64_trybot',
124 'v8_mac64_dbg': 'gyp_debug_x64_minimal_symbols',
125 'v8_mac64_asan_rel': 'gyp_release_x64_asan',
113 }, 126 },
114 }, 127 },
115 128
116 129
117 # To ease readability, config values are ordered by: 130 # To ease readability, config values are ordered by:
118 # gyp/gn, release/debug, arch type, other values alphabetically. 131 # gyp/gn, release/debug, arch type, other values alphabetically.
119 'configs': { 132 'configs': {
120 # GN release configs for x64. 133 # GN release configs for x64.
121 'gn_release_x64': [ 134 'gn_release_x64': [
122 'gn', 'release_bot', 'x64', 'swarming'], 135 'gn', 'release_bot', 'x64', 'swarming'],
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 'gn_args': 'target_cpu="x64"', 497 'gn_args': 'target_cpu="x64"',
485 'gyp_defines': 'target_arch=x64', 498 'gyp_defines': 'target_arch=x64',
486 }, 499 },
487 500
488 'x86': { 501 'x86': {
489 'gn_args': 'target_cpu="x86"', 502 'gn_args': 'target_cpu="x86"',
490 'gyp_defines': 'target_arch=ia32', 503 'gyp_defines': 'target_arch=ia32',
491 }, 504 },
492 }, 505 },
493 } 506 }
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