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

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

Issue 2308683002: [Android] Set up continuous builder + trybot for cronet. (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
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 7211a7b46acbd75b2844f6c9907aa92a9ab3d333..fe4f5b7a68d837d5ac8c8dde799087e364717113 100644
--- a/masters/master.tryserver.chromium.android/builders.pyl
+++ b/masters/master.tryserver.chromium.android/builders.pyl
@@ -103,6 +103,14 @@
"slavebuilddir": "android",
"slave_pools": ["slaves_with_devices"],
},
+ "android_cronet": {
+ "builder_timeout_s": 6900, # 60 * 115
+ "recipe": "chromium_trybot",
+ "use_remote_run": True,
+ "scheduler": None,
+ "slavebuildder": "cronet",
+ "slave_pools": ["ccompute_bots_cq"],
bpastene 2016/09/06 23:29:26 If this is going to be a full CQ builder, we may n
jbudorick 2016/09/06 23:31:06 It will be a full CQ builder eventually. I'm plann
+ },
"android_cronet_tester": {
"builder_timeout_s": 6900, # 60 * 115
"recipe": "cronet",

Powered by Google App Engine
This is Rietveld 408576698