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

Unified Diff: tools/mb/mb_config.pyl

Issue 1856183002: [Android] Add mb configurations for the android bots on chromium.gpu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 42e77ce35f94695fe0e114d42d29b70aece21cda..481e4775502461194888d73f85064a7944f2bede 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -214,9 +214,9 @@
},
'chromium.gpu': {
- 'Android Debug (Nexus 5)': 'tbd',
- 'Android Debug (Nexus 6)': 'tbd',
- 'Android Debug (Nexus 9)': 'tbd',
+ 'Android Debug (Nexus 5)': 'android_gyp_debug_static_bot',
+ 'Android Debug (Nexus 6)': 'android_gyp_debug_static_bot',
+ 'Android Debug (Nexus 9)': 'android_gyp_debug_static_bot_arm64',
'GPU Mac Builder': 'tbd',
'GPU Mac Builder (dbg)': 'tbd',
@@ -1013,6 +1013,10 @@
'android', 'gyp', 'debug_static_bot',
],
+ 'android_gyp_debug_static_bot_arm64': [
+ 'android', 'gyp', 'debug_static_bot', 'arm64',
+ ],
+
'android_gyp_debug_static_bot_x86': [
'android', 'gyp', 'debug_static_bot', 'x86',
],
« 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