| OLD | NEW |
| 1 { | 1 { |
| 2 "master_base_class": "Master1", | 2 "master_base_class": "Master1", |
| 3 "master_port": 20103, | 3 "master_port": 20103, |
| 4 "master_port_alt": 40103, | 4 "master_port_alt": 40103, |
| 5 "slave_port": 30103, | 5 "slave_port": 30103, |
| 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/infra/infr
a.git", | 12 "default_remote_run_repository": "https://chromium.googlesource.com/infra/infr
a.git", |
| 12 | 13 |
| 13 "builders": { | 14 "builders": { |
| 14 "v8-linux-end-to-end": { | 15 "v8-linux-end-to-end": { |
| 15 "auto_reboot": False, | 16 "auto_reboot": False, |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 "win64": { | 90 "win64": { |
| 90 "slave_data": { | 91 "slave_data": { |
| 91 "bits": 64, | 92 "bits": 64, |
| 92 "os": "win", | 93 "os": "win", |
| 93 "version": "win7", | 94 "version": "win7", |
| 94 }, | 95 }, |
| 95 "slaves": ["vm20-m1"], | 96 "slaves": ["vm20-m1"], |
| 96 }, | 97 }, |
| 97 }, | 98 }, |
| 98 } | 99 } |
| OLD | NEW |