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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 "category": "Luci-py", | 56 "category": "Luci-py", |
57 "recipe": "run_presubmit", | 57 "recipe": "run_presubmit", |
58 "properties": { | 58 "properties": { |
59 "repo_name": "luci_py", | 59 "repo_name": "luci_py", |
60 "runhooks": True, | 60 "runhooks": True, |
61 }, | 61 }, |
62 "scheduler": None, | 62 "scheduler": None, |
63 "slave_pools": ["trusty64_slave_pool"], | 63 "slave_pools": ["trusty64_slave_pool"], |
64 "slavebuilddir": "presubmit_lucipy", | 64 "slavebuilddir": "presubmit_lucipy", |
65 }, | 65 }, |
| 66 "Luci-GAE Presubmit": { |
| 67 "category": "Luci-GAE", |
| 68 "recipe": "infra/luci_gae", |
| 69 "scheduler": None, |
| 70 "slave_pools": ["trusty64_slave_pool"], |
| 71 "slavebuilddir": "presubmit_lucigae", |
| 72 }, |
66 "Luci-GAE Linux Trusty 64 Tester": { | 73 "Luci-GAE Linux Trusty 64 Tester": { |
67 "category": "Luci-GAE", | 74 "category": "Luci-GAE", |
68 "recipe": "infra/luci_gae", | 75 "recipe": "infra/luci_gae", |
69 "scheduler": None, | 76 "scheduler": None, |
70 "slave_pools": ["trusty64_slave_pool"], | 77 "slave_pools": ["trusty64_slave_pool"], |
71 "slavebuilddir": "luci-gae", | 78 "slavebuilddir": "luci-gae", |
72 }, | 79 }, |
73 "Luci-go Presubmit": { | 80 "Luci-go Presubmit": { |
74 "category": "Luci-go", | 81 "category": "Luci-go", |
75 "recipe": "infra/luci_go", | 82 "recipe": "infra/luci_go", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 "win64_slave_pool": { | 144 "win64_slave_pool": { |
138 "slave_data": { | 145 "slave_data": { |
139 "bits": 64, | 146 "bits": 64, |
140 "os": "win", | 147 "os": "win", |
141 "version": "win7", | 148 "version": "win7", |
142 }, | 149 }, |
143 "slaves": ["vm253-m4"], | 150 "slaves": ["vm253-m4"], |
144 }, | 151 }, |
145 }, | 152 }, |
146 } | 153 } |
OLD | NEW |