OLD | NEW |
1 { | 1 { |
2 "master_base_class": "Master4a", | 2 "master_base_class": "Master4a", |
3 "master_port": 21401, | 3 "master_port": 21401, |
4 "master_port_alt": 41401, | 4 "master_port_alt": 41401, |
5 "slave_port": 31401, | 5 "slave_port": 31401, |
6 "templates": ["templates", "../master.chromium/templates"], | 6 "templates": ["templates", "../master.chromium/templates"], |
7 | 7 |
8 "service_account_file": "service-account-chromium-tryserver.json", | 8 "service_account_file": "service-account-chromium-tryserver.json", |
9 "buildbucket_bucket": "master.tryserver.chromium.android", | 9 "buildbucket_bucket": "master.tryserver.chromium.android", |
10 | 10 |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 "scheduler": None, | 110 "scheduler": None, |
111 "slavebuilddir": "android", | 111 "slavebuilddir": "android", |
112 "slave_pools": ["slaves_with_devices"], | 112 "slave_pools": ["slaves_with_devices"], |
113 }, | 113 }, |
114 "android_cronet_tester": { | 114 "android_cronet_tester": { |
115 "builder_timeout_s": 6900, # 60 * 115 | 115 "builder_timeout_s": 6900, # 60 * 115 |
116 "recipe": "cronet", | 116 "recipe": "cronet", |
117 "scheduler": None, | 117 "scheduler": None, |
118 "slave_pools": ["slaves_with_devices"], | 118 "slave_pools": ["slaves_with_devices"], |
119 }, | 119 }, |
120 "android_deterministic": { | |
121 "builder_timeout_s": 6900, # 60 * 115 | |
122 "recipe": "deterministic_build", | |
123 "scheduler": None, | |
124 "slave_pools": ["slaves_with_devices"], | |
125 }, | |
126 "linux_android_dbg_ng": { | 120 "linux_android_dbg_ng": { |
127 "builder_timeout_s": 6900, # 60 * 115 | 121 "builder_timeout_s": 6900, # 60 * 115 |
128 "recipe": "chromium_trybot", | 122 "recipe": "chromium_trybot", |
129 "scheduler": None, | 123 "scheduler": None, |
130 "slavebuilddir": "android", | 124 "slavebuilddir": "android", |
131 "slave_pools": ["slaves_with_devices"], | 125 "slave_pools": ["slaves_with_devices"], |
132 }, | 126 }, |
133 | 127 |
134 "linux_android_rel_ng": { | 128 "linux_android_rel_ng": { |
135 "builder_timeout_s": 6900, # 60 * 115 | 129 "builder_timeout_s": 6900, # 60 * 115 |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 "bits": 64, | 372 "bits": 64, |
379 }, | 373 }, |
380 "slaves": [ | 374 "slaves": [ |
381 "build199-a4", | 375 "build199-a4", |
382 "build38-b4", | 376 "build38-b4", |
383 "build97-b4", | 377 "build97-b4", |
384 ], | 378 ], |
385 }, | 379 }, |
386 } | 380 } |
387 } | 381 } |
OLD | NEW |