| OLD | NEW | 
|    1 { |    1 { | 
|    2   "master_base_class": "Master1", |    2   "master_base_class": "Master1", | 
|    3   "master_port": 8052, |    3   "master_port": 8052, | 
|    4   "master_port_alt": 8252, |    4   "master_port_alt": 8252, | 
|    5   "slave_port": 8152, |    5   "slave_port": 8152, | 
|    6   "pubsub_service_account_file": "service-account-luci-milo.json", |    6   "pubsub_service_account_file": "service-account-luci-milo.json", | 
|    7   "templates": ["templates", "../master.chromium/templates"], |    7   "templates": ["templates", "../master.chromium/templates"], | 
|    8  |    8  | 
|    9   "default_remote_run_properties": { |    9   "default_remote_run_properties": { | 
|   10     "path_config": "kitchen", |   10     "path_config": "kitchen", | 
|   11   }, |   11   }, | 
|   12   "default_remote_run_repository": "https://chromium.googlesource.com/chromium/s
     rc.git", |   12   "default_remote_run_repository": "https://chromium.googlesource.com/chromium/t
     ools/build.git", | 
|   13  |   13  | 
|   14   "builders": { |   14   "builders": { | 
|   15     "Linux ChromiumOS Full": { |   15     "Linux ChromiumOS Full": { | 
|   16       "recipe": "chromium", |   16       "recipe": "chromium", | 
|   17       "remote_run_sync_revision": True, |   17       "remote_run_sync_revision": True, | 
|   18       "remote_run_use_gitiles": True, |   18       "remote_run_use_gitiles": True, | 
|   19       "use_remote_run": True, |   19       "use_remote_run": True, | 
|   20       "scheduler": "chromium", |   20       "scheduler": "chromium", | 
|   21       "slave_pools": ["linux_full"], |   21       "slave_pools": ["linux_full"], | 
|   22       "category": "1default", |   22       "category": "1default", | 
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  195       "slave_data": { |  195       "slave_data": { | 
|  196         "os": "linux", |  196         "os": "linux", | 
|  197         "version": "precise", |  197         "version": "precise", | 
|  198         "bits": 64, |  198         "bits": 64, | 
|  199       }, |  199       }, | 
|  200       "slaves": ["slave25-c1"], |  200       "slaves": ["slave25-c1"], | 
|  201     }, |  201     }, | 
|  202   }, |  202   }, | 
|  203 } |  203 } | 
|  204  |  204  | 
| OLD | NEW |