| OLD | NEW |
| 1 { | 1 { |
| 2 "master_base_class": "Master1", | 2 "master_base_class": "Master1", |
| 3 "master_port": 20104, | 3 "master_port": 20104, |
| 4 "master_port_alt": 40104, | 4 "master_port_alt": 40104, |
| 5 "slave_port": 30104, | 5 "slave_port": 30104, |
| 6 "pubsub_service_account_file": "service-account-luci-milo.json", |
| 6 "templates": ["../master.chromium/templates"], | 7 "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 "Chromium Linux Goma Staging": { | 15 "Chromium Linux Goma Staging": { |
| 15 "recipe": "chromium", | 16 "recipe": "chromium", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 "win_win8": { | 62 "win_win8": { |
| 62 "slave_data": { | 63 "slave_data": { |
| 63 "bits": 64, | 64 "bits": 64, |
| 64 "os": "win", | 65 "os": "win", |
| 65 "version": "win8", | 66 "version": "win8", |
| 66 }, | 67 }, |
| 67 "slaves": ["vm9-m1"], | 68 "slaves": ["vm9-m1"], |
| 68 }, | 69 }, |
| 69 }, | 70 }, |
| 70 } | 71 } |
| OLD | NEW |