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

Unified Diff: tools/mb/mb_config.pyl

Issue 2572233003: [Android] Add mb configurations for the ndk-next builders. (Closed)
Patch Set: 80 char 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..d18db5ff6ce57a9fce8e5c7a5185e87532bd9afc 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -48,6 +48,19 @@
'Android x86 Builder (dbg)': 'android_debug_static_bot_x86',
},
+ 'chromium.android.fyi': {
+ 'NDK Next MIPS Builder':
+ 'android_ndk_next_release_bot_minimal_symbols_mipsel',
+ 'NDK Next arm Builder':
+ 'android_ndk_next_release_bot_minimal_symbols',
+ 'NDK Next arm64 Builder':
+ 'android_ndk_next_release_bot_minimal_symbols_arm64',
+ 'NDK Next x64 Builder':
+ 'android_ndk_next_release_bot_minimal_symbols_x64',
+ 'NDK Next x86 Builder':
+ 'android_ndk_next_release_bot_minimal_symbols_x86',
+ },
+
'chromium.chrome': {
'Google Chrome ChromeOS': 'official_goma_chromeos',
'Google Chrome Linux x64': 'official_goma',
@@ -826,6 +839,26 @@
'android', 'debug_trybot', 'x86',
],
+ 'android_ndk_next_release_bot_minimal_symbols': [
+ 'android', 'ndk_next', 'release_bot', 'minimal_symbols',
+ ],
+
+ 'android_ndk_next_release_bot_minimal_symbols_arm64': [
+ 'android', 'ndk_next', 'release_bot', 'minimal_symbols', 'arm64',
+ ],
+
+ 'android_ndk_next_release_bot_minimal_symbols_mipsel': [
+ 'android', 'ndk_next', 'release_bot', 'minimal_symbols', 'mipsel',
+ ],
+
+ 'android_ndk_next_release_bot_minimal_symbols_x64': [
+ 'android', 'ndk_next', 'release_bot', 'minimal_symbols', 'x64',
+ ],
+
+ 'android_ndk_next_release_bot_minimal_symbols_x86': [
+ 'android', 'ndk_next', 'release_bot', 'minimal_symbols', 'x86',
+ ],
+
'android_release_bot_minimal_symbols': [
'android', 'release_bot', 'minimal_symbols',
],
@@ -1704,6 +1737,10 @@
'gn_args': 'is_msan=true msan_track_origins=0 use_prebuilt_instrumented_libraries=true',
},
+ 'ndk_next': {
+ 'gn_args': 'android_ndk_version=r13b android_ndk_major_version=13',
+ },
+
'no_pch': {
'gn_args': 'enable_precompiled_headers=false',
},
« 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