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

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

Issue 2308683002: [Android] Set up continuous builder + trybot for cronet. (Closed)
Patch Set: update expectations 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 b84c53c4107c22abdb0dae86582cd8ad374d34bf..0d586764475a2ee69aa52199c366d4cbccf430f1 100644
--- a/masters/master.tryserver.chromium.android/builders.pyl
+++ b/masters/master.tryserver.chromium.android/builders.pyl
@@ -125,6 +125,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"],
+ },
"android_cronet_tester": {
"builder_timeout_s": 6900, # 60 * 115
"recipe": "cronet",
« no previous file with comments | « masters/master.chromium.android/builders.pyl ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_android.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698