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

Unified Diff: infra/mb/mb_config.pyl

Issue 2188693002: [gn] Switch some sanitizers to gn Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/mb/mb_config.pyl
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl
index e4b751b9e097da84a376b2f509651571f76faecb..667659c6c268f9b8924d0569f0004de251ac29b5 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -55,15 +55,15 @@
'V8 Mac GC Stress': 'gn_debug_x86',
'V8 Mac64 ASAN': 'gyp_release_x64_asan',
# Sanitizers.
- 'V8 Linux64 ASAN': 'gyp_release_x64_asan',
- 'V8 Linux64 TSAN': 'gyp_release_x64_tsan',
+ 'V8 Linux64 ASAN': 'gn_release_x64_asan',
+ 'V8 Linux64 TSAN': 'gn_release_x64_tsan',
'V8 Linux - arm64 - sim - MSAN': 'gn_release_simulate_arm64_msan',
# Clusterfuzz.
'V8 Linux64 ASAN no inline - release builder':
- 'gyp_release_x64_asan_symbolized_edge_verify_heap',
- 'V8 Linux64 ASAN - debug builder': 'gyp_debug_x64_asan_edge',
+ 'gn_release_x64_asan_symbolized_edge_verify_heap',
+ 'V8 Linux64 ASAN - debug builder': 'gn_debug_x64_asan_edge',
'V8 Linux64 ASAN arm64 - debug builder':
- 'gyp_debug_simulate_arm64_asan_edge',
+ 'gn_debug_simulate_arm64_asan_edge',
'V8 Linux ASAN arm - debug builder':
'gyp_debug_simulate_arm_asan_edge',
'V8 Linux ASAN mipsel - debug builder':
@@ -153,11 +153,11 @@
'v8_linux64_gyp_rel_ng': 'gyp_release_x64',
'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot',
'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot',
- 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols',
+ 'v8_linux64_asan_rel_ng': 'gn_release_x64_asan_minimal_symbols',
'v8_linux64_msan_rel': 'gn_release_simulate_arm64_msan_minimal_symbols',
'v8_linux64_sanitizer_coverage_rel':
'gyp_release_x64_asan_minimal_symbols_coverage',
- 'v8_linux64_tsan_rel': 'gyp_release_x64_tsan_minimal_symbols',
+ 'v8_linux64_tsan_rel': 'gn_release_x64_tsan_minimal_symbols',
'v8_win_dbg': 'gyp_debug_x86_trybot',
'v8_win_compile_dbg': 'gyp_debug_x86_trybot',
'v8_win_rel_ng': 'gyp_release_x86_trybot',
@@ -206,6 +206,8 @@
# GN debug configs for simulators.
'gn_debug_simulate_arm64': [
'gn', 'debug_bot', 'simulate_arm64', 'swarming'],
+ 'gn_debug_simulate_arm64_asan_edge': [
+ 'gn', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'],
'gn_debug_simulate_arm64_no_snap': [
'gn', 'debug_bot', 'simulate_arm64', 'swarming', 'v8_snapshot_none'],
@@ -223,14 +225,28 @@
# GN release configs for x64.
'gn_release_x64': [
'gn', 'release_bot', 'x64', 'swarming'],
+ 'gn_release_x64_asan': [
+ 'gn', 'release_bot', 'x64', 'asan', 'lsan', 'swarming'],
+ 'gn_release_x64_asan_minimal_symbols': [
+ 'gn', 'release_bot', 'x64', 'asan', 'lsan', 'minimal_symbols',
+ 'swarming'],
+ 'gn_release_x64_asan_symbolized_edge_verify_heap': [
+ 'gn', 'release_bot', 'x64', 'asan', 'edge', 'lsan', 'symbolized',
+ 'v8_verify_heap'],
'gn_release_x64_internal': [
'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'],
'gn_release_x64_trybot': [
'gn', 'release_trybot', 'x64', 'swarming'],
+ 'gn_release_x64_tsan': [
+ 'gn', 'release_bot', 'x64', 'tsan', 'swarming'],
+ 'gn_release_x64_tsan_minimal_symbols': [
+ 'gn', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'],
# GN debug configs for x64.
'gn_debug_x64': [
'gn', 'debug_bot', 'x64', 'swarming'],
+ 'gn_debug_x64_asan_edge': [
+ 'gn', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'],
'gn_debug_x64_custom': [
'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'],
'gn_debug_x64_minimal_symbols': [
@@ -281,16 +297,12 @@
'gyp', 'debug_bot', 'simulate_arm', 'swarming'],
'gyp_debug_simulate_arm_asan_edge': [
'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'],
- 'gyp_debug_simulate_arm64_asan_edge': [
- 'gyp', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'],
'gyp_debug_simulate_mipsel_asan_edge': [
'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'],
'gyp_debug_simulate_x87_no_snap': [
'gyp', 'debug_bot', 'simulate_x87', 'swarming', 'v8_snapshot_none'],
# Gyp debug configs for x64.
- 'gyp_debug_x64_asan_edge': [
- 'gyp', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'],
'gyp_debug_x64_minimal_symbols': [
'gyp', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'],
@@ -345,15 +357,9 @@
'gyp', 'release_bot', 'x64', 'swarming'],
'gyp_release_x64_asan': [
'gyp', 'release_bot', 'x64', 'asan', 'lsan', 'swarming'],
- 'gyp_release_x64_asan_minimal_symbols': [
- 'gyp', 'release_bot', 'x64', 'asan', 'lsan', 'minimal_symbols',
- 'swarming'],
'gyp_release_x64_asan_minimal_symbols_coverage': [
'gyp', 'release_bot', 'x64', 'asan', 'bb', 'coverage', 'lsan',
'minimal_symbols', 'swarming'],
- 'gyp_release_x64_asan_symbolized_edge_verify_heap': [
- 'gyp', 'release_bot', 'x64', 'asan', 'edge', 'lsan', 'symbolized',
- 'v8_verify_heap'],
'gyp_release_x64_cfi_symbolized': [
'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'],
'gyp_release_x64_clang': [
@@ -362,10 +368,6 @@
'gyp', 'release_bot', 'x64', 'coverage', 'gcc'],
'gyp_release_x64_minimal_symbols': [
'gyp', 'release_bot', 'x64', 'minimal_symbols', 'swarming'],
- 'gyp_release_x64_tsan': [
- 'gyp', 'release_bot', 'x64', 'tsan', 'swarming'],
- 'gyp_release_x64_tsan_minimal_symbols': [
- 'gyp', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'],
'gyp_release_x64_trybot': [
'gyp', 'release_trybot', 'x64', 'swarming'],
« 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