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

Unified Diff: scripts/slave/recipes/android/builder.py

Issue 1642553003: [Android] Switch the x86, x64, and mips builders on chromium.android to mb. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 11 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: scripts/slave/recipes/android/builder.py
diff --git a/scripts/slave/recipes/android/builder.py b/scripts/slave/recipes/android/builder.py
index 6e1d02b62b8b6ed08f47a0484206b56234dd74a0..e4939cc6468043720ffc11a6986943ad5ff6a792 100644
--- a/scripts/slave/recipes/android/builder.py
+++ b/scripts/slave/recipes/android/builder.py
@@ -27,17 +27,17 @@ def FYIStep():
BUILDERS = freeze({
'chromium.android': {
'Android x64 Builder (dbg)': {
- 'recipe_config': 'x64_builder',
+ 'recipe_config': 'x64_builder_mb',
'check_licenses': FYIStep,
'gclient_apply_config': ['android', 'chrome_internal'],
},
'Android x86 Builder (dbg)' : {
- 'recipe_config': 'x86_builder',
+ 'recipe_config': 'x86_builder_mb',
'check_licenses': FYIStep,
'gclient_apply_config': ['android', 'chrome_internal'],
},
'Android MIPS Builder (dbg)': {
- 'recipe_config': 'mipsel_builder',
+ 'recipe_config': 'mipsel_builder_mb',
'check_licenses': FYIStep,
'gclient_apply_config': ['android', 'chrome_internal'],
},

Powered by Google App Engine
This is Rietveld 408576698