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

Unified Diff: tools/mb/mb_config.pyl

Issue 2423653002: Add mb config and testing spec for new android clang x86 tester. (Closed)
Patch Set: remove media_mojo_unittests Created 4 years, 2 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 | « testing/buildbot/chromium.fyi.json ('k') | 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 5e0d52ce5d9e8fea228c135c33bd2ec17739aa6a..eb5a74de606d51ae422ebb9c0175fb6bb2c6e6d0 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -130,6 +130,7 @@
'CrWinGoma(dll)': 'shared_release_bot_x86',
'ClangToTAndroidASan': 'android_clang_tot_asan',
'ClangToTAndroid (dbg)': 'android_clang_tot_dbg',
+ 'ClangToTAndroid x64': 'android_clang_tot_x64',
'ClangToTLinux': 'clang_tot_linux_full_symbols_shared_release',
'ClangToTLinux (dbg)': 'clang_tot_shared_debug',
'ClangToTLinuxASan': 'clang_tot_asan_lsan_static_release',
@@ -693,6 +694,10 @@
'android_without_codecs', 'clang_tot', 'shared', 'debug',
],
+ 'android_clang_tot_x64': [
+ 'android_without_codecs', 'clang_tot', 'shared', 'x64',
+ ],
+
'android_cronet_data_reduction_proxy_release_bot_minimal_symbols_arm_no_neon': [
'android', 'cronet', 'data_reduction_proxy', 'release_bot', 'minimal_symbols', 'arm_no_neon',
],
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698