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

Unified Diff: tools/mb/mb_config.pyl

Issue 2302353003: [Android] Add configurations for cronet continuous builder + trybot. (Closed)
Patch Set: 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
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 5c07baa40ab5896fc0eeb7d7640d765845cba665..9c7380d3f47c6700a69f151a20f28029442ac328 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'
xunjieli 2016/09/02 18:21:02 Do we need 'arm_no_neon' here? What architecture w
jbudorick 2016/09/02 18:27:19 For now, the build products from this bot will not
+ ],
+
'android_gn_debug_bot': [
'android', 'gn', 'debug_bot',
],
« testing/buildbot/chromium.android.json ('K') | « testing/buildbot/chromium.android.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698