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

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

Issue 1912243002: Adding new pool with dedicated nexus4 device (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: 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.tryserver.chromium.android/builders.pyl
diff --git a/masters/master.tryserver.chromium.android/builders.pyl b/masters/master.tryserver.chromium.android/builders.pyl
index aa4e7eca03c54b3bae6e75eaf602d99ff9c65059..3c71762cf7ce8bd04dec24c47ad87a68b889c07c 100644
--- a/masters/master.tryserver.chromium.android/builders.pyl
+++ b/masters/master.tryserver.chromium.android/builders.pyl
@@ -116,7 +116,6 @@
"slavebuilddir": "android",
"slave_pools": ["slaves_with_devices"],
},
-
"linux_android_rel_ng": {
"builder_timeout_s": 6900, # 60 * 115
"recipe": "chromium_trybot",
@@ -171,7 +170,7 @@
"recipe": "findit/chromium/compile",
"scheduler": None,
"slavebuilddir": "android_chromium_variable_nexus4",
- "slave_pools": ["ccompute_optional_bots"],
+ "slave_pools": ["slaves_with_nexus4_devices"],
},
"android_chromium_variable_archive": {
"builder_timeout_s": 6900, # 60 * 115
@@ -397,5 +396,15 @@
"build97-b4",
],
},
+ "slaves_with_nexus4_devices": {
+ "slave_data": {
+ "os": "linux",
+ "version": "precise",
+ "bits": 64,
+ },
+ "slaves": [
+ "build35-b4",
+ ],
+ }
}
}
« 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