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

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

Issue 2342403003: chromium.android: Add 3 more GCE bots to the builders pool. (Closed)
Patch Set: Created 4 years, 3 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 98166b897675342c41e037a777202a67a73320c0..28e54348992e05e2ac85c0f508380df6ba920687 100644
--- a/masters/master.chromium.android/builders.pyl
+++ b/masters/master.chromium.android/builders.pyl
@@ -189,7 +189,7 @@
"remote_run_use_gitiles": True,
"use_remote_run": True,
"scheduler": "android_commits",
- "slave_pools": ["builders"],
+ "slave_pools": ["main_n5x_builder"],
"category": "4Swarming",
"slavebuilddir": "android_build",
},
@@ -305,8 +305,9 @@
"slave38-c1",
"slave39-c1",
"slave41-c1",
- "slave46-c1",
- "slave76-c1",
+ "slave125-c1",
+ "slave126-c1",
+ "slave127-c1",
],
},
"cronet_arm64": {
@@ -429,13 +430,21 @@
},
"slaves": ["build43-b1"],
},
+ "main_n5x_builder": {
+ "slave_data": {
+ "os": "linux",
+ "version": "trusty",
+ "bits": "64",
+ },
+ "slaves": ["slave76-c1"],
+ },
"marshmallow_64": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": "64",
},
- "slaves": ["build38-b1"],
bpastene 2016/09/16 18:55:11 Will throw into swarming (and reflash (with my 'el
+ "slaves": ["slave46-c1"],
},
"marshmallow_tablet": {
"slave_data": {
« 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