| OLD | NEW |
| 1 { | 1 { |
| 2 "master_base_class": "Master4a", | 2 "master_base_class": "Master4a", |
| 3 "master_classname": "InfraTryServer", | 3 "master_classname": "InfraTryServer", |
| 4 "master_port": 21402, | 4 "master_port": 21402, |
| 5 "master_port_alt": 41402, | 5 "master_port_alt": 41402, |
| 6 "slave_port": 31402, | 6 "slave_port": 31402, |
| 7 "templates": [ | 7 "templates": [ |
| 8 "../master.chromium.infra/templates", | 8 "../master.chromium.infra/templates", |
| 9 "../master.chromium/templates", | 9 "../master.chromium/templates", |
| 10 ], | 10 ], |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 "recipe": "run_presubmit", | 211 "recipe": "run_presubmit", |
| 212 "properties": { | 212 "properties": { |
| 213 "repo_name": "recipes_py", | 213 "repo_name": "recipes_py", |
| 214 "runhooks": True, | 214 "runhooks": True, |
| 215 }, | 215 }, |
| 216 "scheduler": None, | 216 "scheduler": None, |
| 217 "slave_pools": ["trusty64_slave_pool"], | 217 "slave_pools": ["trusty64_slave_pool"], |
| 218 "slavebuilddir": "presubmit_recipespy", | 218 "slavebuilddir": "presubmit_recipespy", |
| 219 }, | 219 }, |
| 220 | 220 |
| 221 "Recipe Roll Downstream Tester": { |
| 222 "category": "Recipe Roll Tryjob", |
| 223 "recipe": "infra/recipe_roll_tryjob", |
| 224 "scheduler": None, |
| 225 "slave_pools": ["trusty64_slave_pool"], |
| 226 "slavebuilddir": "recipe_roll_tryjob", |
| 227 }, |
| 228 |
| 221 "gerrit-test-cq-normal": { | 229 "gerrit-test-cq-normal": { |
| 222 "category": "Gerrit CQ", | 230 "category": "Gerrit CQ", |
| 223 "recipe": "infra/gerrit_cq_test", | 231 "recipe": "infra/gerrit_cq_test", |
| 224 "scheduler": None, | 232 "scheduler": None, |
| 225 "slave_pools": ["trusty64_slave_pool"], | 233 "slave_pools": ["trusty64_slave_pool"], |
| 226 "slavebuilddir": "gerrit-test-cq-normal", | 234 "slavebuilddir": "gerrit-test-cq-normal", |
| 227 }, | 235 }, |
| 228 }, | 236 }, |
| 229 | 237 |
| 230 "schedulers": {}, | 238 "schedulers": {}, |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 "win64_slave_pool": { | 271 "win64_slave_pool": { |
| 264 "slave_data": { | 272 "slave_data": { |
| 265 "bits": 64, | 273 "bits": 64, |
| 266 "os": "win", | 274 "os": "win", |
| 267 "version": "win7", | 275 "version": "win7", |
| 268 }, | 276 }, |
| 269 "slaves": ["vm253-m4"], | 277 "slaves": ["vm253-m4"], |
| 270 }, | 278 }, |
| 271 }, | 279 }, |
| 272 } | 280 } |
| OLD | NEW |