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

Unified Diff: masters/master.chromium.android/builders.pyl

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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/amp/example.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.android/builders.pyl
diff --git a/masters/master.chromium.android/builders.pyl b/masters/master.chromium.android/builders.pyl
index e4e7096d4f754478edf97673eae8a594c0b9e759..c187658026266ee6b5cb0d73318cd88f66f24af7 100644
--- a/masters/master.chromium.android/builders.pyl
+++ b/masters/master.chromium.android/builders.pyl
@@ -79,21 +79,21 @@
"category": "1Webview",
},
"Android MIPS Builder (dbg)": {
- "recipe": "android/builder",
+ "recipe": "chromium",
"scheduler": "android_commits",
"slave_pools": ["builders"],
"category": "2Builders",
"slavebuilddir": "android_build",
},
"Android x64 Builder (dbg)": {
- "recipe": "android/builder",
+ "recipe": "chromium",
"scheduler": "android_commits",
"slave_pools": ["builders"],
"category": "2Builders",
"slavebuilddir": "android_build",
},
"Android x86 Builder (dbg)": {
- "recipe": "android/builder",
+ "recipe": "chromium",
"scheduler": "android_commits",
"slave_pools": ["builders"],
"category": "2Builders",
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/amp/example.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698