| 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",
|
|
|