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

Unified Diff: tools/mb/mb_config.pyl

Issue 2581933002: Add mb configs for ClangToTAndroid, ClangToTAndroid64 bots (Closed)
Patch Set: Created 4 years 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 0a3d9416b78d28baab80db8425c9bb9d777829cd..ac00827de9cd690fe781feafba60ad6f53f72aad 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -130,6 +130,8 @@
'CrWinGoma(dll)': 'shared_release_bot_x86',
'ClangToTAndroidASan': 'android_clang_tot_asan',
'ClangToTAndroid (dbg)': 'android_clang_tot_dbg',
+ 'ClangToTAndroid': 'android_clang_tot_release',
+ 'ClangToTAndroid64': 'android_clang_tot_release_arm64',
'ClangToTAndroid x64': 'android_clang_tot_x64',
'ClangToTLinux': 'clang_tot_linux_full_symbols_shared_release',
'ClangToTLinux (dbg)': 'clang_tot_shared_debug',
@@ -693,6 +695,14 @@
'android_without_codecs', 'clang_tot', 'shared', 'debug',
],
+ 'android_clang_tot_release': [
+ 'android_without_codecs', 'clang_tot', 'release',
+ ],
+
+ 'android_clang_tot_release_arm64': [
+ 'android_without_codecs', 'clang_tot', 'release', 'arm64',
+ ],
+
'android_clang_tot_x64': [
'android_without_codecs', 'clang_tot', 'shared', 'x64', 'release',
'dcheck_always_on',
« 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