| 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 "slavebuilddir": "android", | 145 "slavebuilddir": "android", |
| 146 "slave_pools": ["ccompute_android_launch"], | 146 "slave_pools": ["ccompute_android_launch"], |
| 147 }, | 147 }, |
| 148 "android_chromium_variable": { | 148 "android_chromium_variable": { |
| 149 "builder_timeout_s": 6900, # 60 * 115 | 149 "builder_timeout_s": 6900, # 60 * 115 |
| 150 "recipe": "findit/chromium/compile", | 150 "recipe": "findit/chromium/compile", |
| 151 "scheduler": None, | 151 "scheduler": None, |
| 152 "slavebuilddir": "android_chromium_variable", | 152 "slavebuilddir": "android_chromium_variable", |
| 153 "slave_pools": ["ccompute_optional_bots"], | 153 "slave_pools": ["ccompute_optional_bots"], |
| 154 }, | 154 }, |
| 155 "android_chromium_variable_nexus4": { |
| 156 "builder_timeout_s": 6900, # 60 * 115 |
| 157 "recipe": "findit/chromium/compile", |
| 158 "scheduler": None, |
| 159 "slavebuilddir": "android_chromium_variable_nexus4", |
| 160 "slave_pools": ["ccompute_optional_bots"], |
| 161 }, |
| 155 "android_chromium_variable_archive": { | 162 "android_chromium_variable_archive": { |
| 156 "builder_timeout_s": 6900, # 60 * 115 | 163 "builder_timeout_s": 6900, # 60 * 115 |
| 157 "recipe": "findit/chromium/compile", | 164 "recipe": "findit/chromium/compile", |
| 158 "scheduler": None, | 165 "scheduler": None, |
| 159 "slavebuilddir": "android_chromium_variable_archive", | 166 "slavebuilddir": "android_chromium_variable_archive", |
| 160 "slave_pools": ["ccompute_optional_bots"], | 167 "slave_pools": ["ccompute_optional_bots"], |
| 161 }, | 168 }, |
| 162 }, | 169 }, |
| 163 | 170 |
| 164 "schedulers": { }, | 171 "schedulers": { }, |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 "bits": 64, | 378 "bits": 64, |
| 372 }, | 379 }, |
| 373 "slaves": [ | 380 "slaves": [ |
| 374 "build199-a4", | 381 "build199-a4", |
| 375 "build38-b4", | 382 "build38-b4", |
| 376 "build97-b4", | 383 "build97-b4", |
| 377 ], | 384 ], |
| 378 }, | 385 }, |
| 379 } | 386 } |
| 380 } | 387 } |
| OLD | NEW |