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

Unified Diff: tools/mb/mb_config.pyl

Issue 2143363003: Add a new mb_config.pyl entry for Cronet Release ASAN bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 46fde1348d55ab34a30fe7f4281ae8ece5f75afe..ca197f46a22c229c8be34a01a9278f4a03c02e8e 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -29,6 +29,8 @@
'Android Cronet Builder':
'android_cronet_gn_release_bot_minimal_symbols',
'Android Cronet Builder (dbg)': 'android_cronet_gn_debug_static_bot',
+ 'Android Cronet Builder Asan':
+ 'android_cronet_gn_release_bot_minimal_symbols_clang_asan',
'Android Cronet Data Reduction Proxy Builder':
'android_cronet_data_reduction_proxy_gn_release_bot_minimal_symbols',
'Android Cronet MIPS Builder':
@@ -965,6 +967,11 @@
'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'armv6'
],
+ 'android_cronet_gn_release_bot_minimal_symbols_clang_asan': [
+ 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'arm', 'clang',
+ 'asan'
+ ],
+
'android_cronet_gn_release_bot_minimal_symbols_mipsel': [
'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'mipsel'
],
« 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