| 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 "templates": ["templates", "../master.chromium/templates"], | 6 "templates": ["templates", "../master.chromium/templates"], |
| 7 | 7 |
| 8 "builders": { | 8 "builders": { |
| 9 "v8-linux-end-to-end": { | 9 "v8-linux-end-to-end": { |
| 10 "auto_reboot": False, | 10 "auto_reboot": False, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 "scheduler": "build", | 27 "scheduler": "build", |
| 28 "slave_pools": ["trusty_64"], | 28 "slave_pools": ["trusty_64"], |
| 29 }, | 29 }, |
| 30 "cipd-test-end-to-end_win64": { | 30 "cipd-test-end-to-end_win64": { |
| 31 "auto_reboot": False, | 31 "auto_reboot": False, |
| 32 "category": "continuous", | 32 "category": "continuous", |
| 33 "recipe": "infra/cipd_test", | 33 "recipe": "infra/cipd_test", |
| 34 "scheduler": "build", | 34 "scheduler": "build", |
| 35 "slave_pools": ["win7_64"], | 35 "slave_pools": ["win7_64"], |
| 36 }, | 36 }, |
| 37 "recipe-simulation_mac": { |
| 38 "auto_reboot": False, |
| 39 "category": "continuous", |
| 40 "recipe": "infra/recipe_simulation", |
| 41 "scheduler": "build", |
| 42 "slave_pools": ["mac10.10"], |
| 43 }, |
| 44 "recipe-simulation_trusty64": { |
| 45 "auto_reboot": False, |
| 46 "category": "continuous", |
| 47 "recipe": "infra/recipe_simulation", |
| 48 "scheduler": "build", |
| 49 "slave_pools": ["trusty_64"], |
| 50 }, |
| 51 "recipe-simulation_win64": { |
| 52 "auto_reboot": False, |
| 53 "category": "continuous", |
| 54 "recipe": "infra/recipe_simulation", |
| 55 "scheduler": "build", |
| 56 "slave_pools": ["win7_64"], |
| 57 }, |
| 37 }, | 58 }, |
| 38 | 59 |
| 39 "schedulers": { | 60 "schedulers": { |
| 40 "build": { | 61 "build": { |
| 41 "type": "git_poller", | 62 "type": "git_poller", |
| 42 "git_repo_url": "https://chromium.googlesource.com/chromium/tools/build", | 63 "git_repo_url": "https://chromium.googlesource.com/chromium/tools/build", |
| 43 }, | 64 }, |
| 44 }, | 65 }, |
| 45 | 66 |
| 46 "slave_pools": { | 67 "slave_pools": { |
| (...skipping 16 matching lines...) Expand all Loading... |
| 63 "win7_64": { | 84 "win7_64": { |
| 64 "slave_data": { | 85 "slave_data": { |
| 65 "bits": 64, | 86 "bits": 64, |
| 66 "os": "win", | 87 "os": "win", |
| 67 "version": "win7", | 88 "version": "win7", |
| 68 }, | 89 }, |
| 69 "slaves": ["vm20-m1"], | 90 "slaves": ["vm20-m1"], |
| 70 }, | 91 }, |
| 71 }, | 92 }, |
| 72 } | 93 } |
| OLD | NEW |