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

Unified Diff: tools/mb/mb_config.pyl

Issue 2302353003: [Android] Add configurations for cronet continuous builder + trybot. (Closed)
Patch Set: xunjieli comments Created 4 years, 3 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.android.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 5c07baa40ab5896fc0eeb7d7640d765845cba665..71122bac20fd11bcd599f3157ce08aeefff95f26 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -30,6 +30,8 @@
'android_cronet_gn_debug_static_bot_arm64',
'Android Cronet ARMv6 Builder':
'android_cronet_gn_release_bot_minimal_symbols_armv6',
+ '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',
@@ -791,6 +793,7 @@
'android_compile_x64_dbg': 'android_gn_debug_trybot_x64',
'android_compile_x86_dbg': 'android_gn_debug_trybot_x86',
'android_coverage': 'android_gn_debug_trybot_java_coverage',
+ 'android_cronet_builder': 'android_cronet_gn_release_trybot',
# TODO(crbug/597596): Switch this back to debug_trybot when cronet's
# shared library loading is fixed.
'android_cronet_tester': 'android_cronet_gn_debug_static_bot',
@@ -1098,6 +1101,10 @@
'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'x86'
],
+ 'android_cronet_gn_release_trybot': [
+ 'android', 'cronet', 'gn', 'release_trybot', 'arm_no_neon'
Dirk Pranke 2016/09/02 20:24:52 This should have 'arm_no_neon' in the config name,
jbudorick 2016/09/02 22:46:18 Done & modified the other uses of arm_no_neon simi
+ ],
+
'android_gn_debug_bot': [
'android', 'gn', 'debug_bot',
],
« no previous file with comments | « testing/buildbot/chromium.android.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698