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

Unified Diff: tools/mb/mb_config.pyl

Issue 2047323003: Do not build the IPC fuzzer on chromium.lkgr debug bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index dd5a4229df5aab87cbeff94a60946245a77fe087..79c55d8c75b1456d6dbc72de19c98ed04e2a6eff 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -314,14 +314,14 @@
},
'chromium.lkgr': {
- 'ASAN Debug': 'gn_asan_lsan_edge_fuzzer_debug_bot',
+ 'ASAN Debug': 'gn_asan_lsan_edge_debug_bot',
'ASAN Release (symbolized)':
'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot',
'ASAN Release Media':
'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot',
'ASAN Release': 'gn_asan_lsan_edge_fuzzer_v8_heap_release_bot',
'ASan Debug (32-bit x86 with V8-ARM)':
- 'gn_asan_edge_fuzzer_v8_heap_debug_bot_hybrid',
+ 'gn_asan_edge_v8_heap_debug_bot_hybrid',
'ASan Release (32-bit x86 with V8-ARM)':
'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid',
'ASan Release (32-bit x86 with V8-ARM, symbolized)':
@@ -1218,8 +1218,8 @@
'release_bot', 'hybrid',
],
- 'gn_asan_edge_fuzzer_v8_heap_debug_bot_hybrid': [
- 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'debug_bot', 'hybrid',
+ 'gn_asan_edge_v8_heap_debug_bot_hybrid': [
+ 'gn', 'asan', 'edge', 'v8_heap', 'debug_bot', 'hybrid',
],
'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [
@@ -1256,8 +1256,8 @@
'gyp', 'asan', 'fuzzer', 'v8_heap', 'release', 'static', 'x86',
],
- 'gn_asan_lsan_edge_fuzzer_debug_bot': [
- 'gn', 'asan', 'lsan', 'edge', 'fuzzer', 'debug_bot',
+ 'gn_asan_lsan_edge_debug_bot': [
+ 'gn', 'asan', 'lsan', 'edge', 'debug_bot',
],
'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [
« 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