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

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

Issue 1828583002: Adding Findit variable builders corresponding to those in chromium.webkit (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Fixing syntax mistake Created 4 years, 9 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 | masters/master.tryserver.chromium.linux/master.cfg » ('j') | 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 74c3a150d4b7b76954f0d5ca757cfda2ad0892e2..1d9b1776a5deded27b71a8257f3773afa2f89d08 100644
--- a/masters/master.tryserver.chromium.android/builders.pyl
+++ b/masters/master.tryserver.chromium.android/builders.pyl
@@ -152,6 +152,13 @@
"slavebuilddir": "android_chromium_variable",
"slave_pools": ["ccompute_optional_bots"],
},
+ "android_chromium_variable_nexus4": {
+ "builder_timeout_s": 6900, # 60 * 115
+ "recipe": "findit/chromium/compile",
+ "scheduler": None,
+ "slavebuilddir": "android_chromium_variable_nexus4",
+ "slave_pools": ["ccompute_optional_bots"],
+ },
"android_chromium_variable_archive": {
"builder_timeout_s": 6900, # 60 * 115
"recipe": "findit/chromium/compile",
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698