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", |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 "bits": 64, | 178 "bits": 64, |
179 }, | 179 }, |
180 "slaves": ["build43-m1"], | 180 "slaves": ["build43-m1"], |
181 }, | 181 }, |
182 "linux_dbg_tests_1": { | 182 "linux_dbg_tests_1": { |
183 "slave_data": { | 183 "slave_data": { |
184 "os": "linux", | 184 "os": "linux", |
185 "version": "precise", | 185 "version": "precise", |
186 "bits": 64, | 186 "bits": 64, |
187 }, | 187 }, |
188 "slaves": ["vm913-m1"], | 188 "slaves": ["slave117-c1", "slave118-c1"], |
189 }, | 189 }, |
190 | 190 |
191 "linux_simplechrome_x86_generic": { | 191 "linux_simplechrome_x86_generic": { |
192 "slave_data": { | 192 "slave_data": { |
193 "os": "linux", | 193 "os": "linux", |
194 "version": "precise", | 194 "version": "precise", |
195 "bits": 64, | 195 "bits": 64, |
196 }, | 196 }, |
197 "slaves": ["slave23-c1"], | 197 "slaves": ["slave23-c1"], |
198 }, | 198 }, |
199 "linux_simplechrome_amd64_generic": { | 199 "linux_simplechrome_amd64_generic": { |
200 "slave_data": { | 200 "slave_data": { |
201 "os": "linux", | 201 "os": "linux", |
202 "version": "precise", | 202 "version": "precise", |
203 "bits": 64, | 203 "bits": 64, |
204 }, | 204 }, |
205 "slaves": ["slave24-c1"], | 205 "slaves": ["slave24-c1"], |
206 }, | 206 }, |
207 "linux_simplechrome_daisy": { | 207 "linux_simplechrome_daisy": { |
208 "slave_data": { | 208 "slave_data": { |
209 "os": "linux", | 209 "os": "linux", |
210 "version": "precise", | 210 "version": "precise", |
211 "bits": 64, | 211 "bits": 64, |
212 }, | 212 }, |
213 "slaves": ["slave25-c1"], | 213 "slaves": ["slave25-c1"], |
214 }, | 214 }, |
215 }, | 215 }, |
216 } | 216 } |
217 | 217 |
OLD | NEW |