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

Unified Diff: tools/mb/mb_config.pyl

Issue 2217653002: Explicitly set is_clang=true on the lkgr win asan bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 bf1fc66640e53891fb6b8a787e40464c3da6a0cb..68ae657b47586b17646a943f62044970f32b1fef 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -1336,7 +1336,7 @@
],
'gn_asan_edge_fuzzer_v8_heap_release_bot_x86': [
- 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot',
+ 'gn', 'clang', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot',
'x86',
],
@@ -1356,12 +1356,12 @@
],
'gn_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86': [
- 'gn', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 'release_bot',
- 'x86',
+ 'gn', 'clang', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs',
+ 'release_bot', 'x86',
],
'gn_asan_fuzzer_v8_heap_release_bot_x86': [
- 'gn', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 'x86',
+ 'gn', 'clang', '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