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

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

Issue 1926953002: [Android] Assign a dedicated machine for the mips builder on chromium.android. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: alphabetize 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: masters/master.chromium.android/builders.pyl
diff --git a/masters/master.chromium.android/builders.pyl b/masters/master.chromium.android/builders.pyl
index a02d4481d6428819471badb46e7e85fc319f2bb5..c887ac550d412b0faa9c37f2342ad1aa088b531c 100644
--- a/masters/master.chromium.android/builders.pyl
+++ b/masters/master.chromium.android/builders.pyl
@@ -81,7 +81,7 @@
"Android MIPS Builder (dbg)": {
"recipe": "chromium",
"scheduler": "android_commits",
- "slave_pools": ["builders"],
+ "slave_pools": ["mips_builder"],
"category": "2Builders",
"slavebuilddir": "android_build",
},
@@ -213,7 +213,6 @@
"slave37-c1",
"slave38-c1",
"slave39-c1",
- "slave75-c1",
],
},
"cronet_arm64": {
@@ -275,14 +274,6 @@
},
"slaves": ["build42-b1"],
},
- "marshmallow_64": {
- "slave_data": {
- "os": "linux",
- "version": "precise",
- "bits": "64",
- },
- "slaves": ["build38-b1"],
- },
"lollipop_consumer": {
"slave_data": {
"os": "linux",
@@ -315,6 +306,14 @@
},
"slaves": ["build43-b1"],
},
+ "marshmallow_64": {
+ "slave_data": {
+ "os": "linux",
+ "version": "precise",
+ "bits": "64",
+ },
+ "slaves": ["build38-b1"],
+ },
"marshmallow_tablet": {
"slave_data": {
"os": "linux",
@@ -323,6 +322,16 @@
},
"slaves": ["build44-b1"],
},
+ "mips_builder": {
+ "slave_data": {
+ "os": "linux",
+ "version": "trusty",
+ "bits": 64,
+ },
+ "slaves": [
+ "slave75-c1",
+ ],
+ },
"webview_cts": {
"slave_data": {
"os": "linux",
« 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