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

Unified Diff: tools/mb/mb_config.pyl

Issue 1830423002: [Android] Add mb_config entries for Android bots on chromium.fyi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dpranke comments Created 4 years, 9 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 | « 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 7e66f4d5efd0b844976711640d9c32f4b591dc5b..278a91759fadc18d18e4b3a374d2a4c49929a416 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -84,13 +84,14 @@
},
'chromium.fyi': {
- 'Android Asan Builder Tests (dbg)': 'tbd',
- 'Android Builder (dbg)': 'tbd',
- 'Android ChromeDriver Tests (dbg)': 'tbd',
- 'Android Cloud Tests': 'tbd',
- 'Android Remoting Tests': 'tbd',
- 'Android Tests (trial)(dbg)': 'tbd',
- 'Android Tests (x86 emulator)': 'tbd',
+ 'Android Asan Builder Tests (dbg)':
+ 'android_asan_gyp_debug_bot_minimal_symbols',
+ 'Android Builder (dbg)': 'android_gyp_debug_static_bot',
+ 'Android ChromeDriver Tests (dbg)': 'none',
+ 'Android Cloud Tests': 'android_gyp_debug_static_bot_x86',
+ 'Android Remoting Tests': 'none',
+ 'Android Tests (trial)(dbg)': 'none',
+ 'Android Tests (x86 emulator)': 'android_gyp_debug_static_bot_x86',
'Blink Linux LSan ASan': 'tbd',
'Browser Side Navigation Linux': 'tbd',
'Chromium Builder': 'tbd',
@@ -836,6 +837,10 @@
# is not necessarily so (i.e., we might have mac, win, and linux
# bots all using the 'gn_release_bot' config).
'configs': {
+ 'android_asan_gyp_debug_bot_minimal_symbols': [
+ 'android', 'asan', 'gyp', 'debug_bot_minimal_symbols',
+ ],
+
'android_cast_gyp_debug_static_bot': [
'android', 'cast', 'gyp', 'debug_static_bot',
],
@@ -942,6 +947,14 @@
'android', 'gn', 'release_trybot',
],
+ 'android_gyp_debug_static_bot': [
+ 'android', 'gyp', 'debug_static_bot',
+ ],
+
+ 'android_gyp_debug_static_bot_x86': [
+ 'android', 'gyp', 'debug_static_bot', 'x86',
+ ],
+
'android_without_codecs_gyp_release_bot_minimal_symbols': [
'android_without_codecs', 'gyp', 'release_bot_minimal_symbols',
],
« 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