OLD | NEW |
1 { | 1 { |
2 "master_base_class": "Master4a", | 2 "master_base_class": "Master4a", |
3 "master_classname": "InfraTryServer", | 3 "master_classname": "InfraTryServer", |
4 "master_port": 21402, | 4 "master_port": 21402, |
5 "master_port_alt": 41402, | 5 "master_port_alt": 41402, |
6 "slave_port": 31402, | 6 "slave_port": 31402, |
7 "templates": [ | 7 "templates": [ |
8 "../master.chromium.infra/templates", | 8 "../master.chromium.infra/templates", |
9 "../master.chromium/templates", | 9 "../master.chromium/templates", |
10 ], | 10 ], |
11 | 11 |
12 "service_account_file": "service-account-chromium-tryserver.json", | 12 "service_account_file": "service-account-chromium-tryserver.json", |
13 "buildbucket_bucket": "master.tryserver.infra", | 13 "buildbucket_bucket": "master.tryserver.infra", |
14 | 14 |
| 15 "default_remote_run_properties": { |
| 16 "path_config": "kitchen", |
| 17 }, |
15 "default_remote_run_repository": "https://chromium.googlesource.com/infra/infr
a.git", | 18 "default_remote_run_repository": "https://chromium.googlesource.com/infra/infr
a.git", |
16 | 19 |
17 "builders": { | 20 "builders": { |
18 "Build Presubmit": { | 21 "Build Presubmit": { |
19 "category": "Build", | 22 "category": "Build", |
20 "recipe": "run_presubmit", | 23 "recipe": "run_presubmit", |
21 "properties": { | 24 "properties": { |
22 "repo_name": "build", | 25 "repo_name": "build", |
23 "runhooks": True, | 26 "runhooks": True, |
24 }, | 27 }, |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 "win64_slave_pool": { | 283 "win64_slave_pool": { |
281 "slave_data": { | 284 "slave_data": { |
282 "bits": 64, | 285 "bits": 64, |
283 "os": "win", | 286 "os": "win", |
284 "version": "win7", | 287 "version": "win7", |
285 }, | 288 }, |
286 "slaves": ["vm253-m4"], | 289 "slaves": ["vm253-m4"], |
287 }, | 290 }, |
288 }, | 291 }, |
289 } | 292 } |
OLD | NEW |