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

Unified Diff: tools/mb/mb_config.pyl

Issue 2051073003: lkgr: src-side change to enable goma on the Win ASan 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 e9fc542bed2d4ad3192660e6f0c4b92f1557e81b..8f823689f7e98dfab44ae08541576bfa2c963227 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -342,10 +342,10 @@
'UBSan Release': 'gn_ubsan_release_bot',
'UBSan vptr Release': 'gn_ubsan_vptr_edge_release_bot',
'Win ASan Release Coverage':
- 'gyp_asan_edge_fuzzer_v8_heap_release_static_x86',
+ 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86',
'Win ASan Release Media':
- 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_static_x86',
- 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_static_x86',
+ 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86',
+ 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_bot_x86',
'Win SyzyASAN LKGR': 'gyp_syzyasan_no_pch_win_z7_x86',
},
@@ -1224,8 +1224,8 @@
'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid',
],
- 'gyp_asan_edge_fuzzer_v8_heap_release_static_x86': [
- 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release', 'static', 'x86',
+ 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86': [
+ 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'x86',
],
'gn_asan_edge_fuzzer_v8_heap_symbolized_release_bot_hybrid': [
@@ -1237,9 +1237,9 @@
'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 'release_bot',
],
- 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_static_x86': [
+ 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86': [
'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs',
- 'release', 'static', 'x86',
+ 'release_bot', 'x86',
],
'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot': [
@@ -1250,8 +1250,8 @@
'gyp', 'asan', 'fuzzer', 'v8_heap', 'release_bot',
],
- 'gyp_asan_fuzzer_v8_heap_release_static_x86': [
- 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release', 'static', 'x86',
+ 'gyp_asan_fuzzer_v8_heap_release_bot_x86': [
+ 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 'x86',
],
'gn_asan_lsan_edge_debug_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