| OLD | NEW |
| 1 { | 1 { |
| 2 "master_base_class": "Master1", | 2 "master_base_class": "Master1", |
| 3 "master_port": 20101, | 3 "master_port": 20101, |
| 4 "master_port_alt": 40101, | 4 "master_port_alt": 40101, |
| 5 "slave_port": 30101, | 5 "slave_port": 30101, |
| 6 "pubsub_service_account_file": "service-account-luci-milo.json", |
| 6 "templates": ["templates", "../master.chromium/templates"], | 7 "templates": ["templates", "../master.chromium/templates"], |
| 7 | 8 |
| 8 "default_remote_run_properties": { | 9 "default_remote_run_properties": { |
| 9 "path_config": "kitchen", | 10 "path_config": "kitchen", |
| 10 }, | 11 }, |
| 11 "default_remote_run_repository": "https://chromium.googlesource.com/chromium/t
ools/build.git", | 12 "default_remote_run_repository": "https://chromium.googlesource.com/chromium/t
ools/build.git", |
| 12 | 13 |
| 13 "builders": { | 14 "builders": { |
| 14 "Android Cronet KitKat Builder": { | 15 "Android Cronet KitKat Builder": { |
| 15 "recipe": "cronet", | 16 "recipe": "cronet", |
| (...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 "webview_m": { | 431 "webview_m": { |
| 431 "slave_data": { | 432 "slave_data": { |
| 432 "os": "linux", | 433 "os": "linux", |
| 433 "version": "trusty", | 434 "version": "trusty", |
| 434 "bits": 64, | 435 "bits": 64, |
| 435 }, | 436 }, |
| 436 "slaves": ["build37-b1"], | 437 "slaves": ["build37-b1"], |
| 437 }, | 438 }, |
| 438 } | 439 } |
| 439 } | 440 } |
| OLD | NEW |