Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: masters/master.tryserver.infra/builders.pyl

Issue 2050683002: build: switch master.tryserver.infra to use recipes from infra repo (part #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | scripts/master/master_gen.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 ],
11 11
12 "service_account_file": "service-account-chromium-tryserver.json", 12 "service_account_file": "service-account-chromium-tryserver.json",
13 "buildbucket_bucket": "master.tryserver.infra", 13 "buildbucket_bucket": "master.tryserver.infra",
14 14
15 "default_remote_run_repository": "https://chromium.googlesource.com/infra/infr a.git",
16
15 "builders": { 17 "builders": {
16 "Build Presubmit": { 18 "Build Presubmit": {
17 "category": "Build", 19 "category": "Build",
18 "recipe": "run_presubmit", 20 "recipe": "run_presubmit",
19 "properties": { 21 "properties": {
20 "repo_name": "build", 22 "repo_name": "build",
21 "runhooks": True, 23 "runhooks": True,
22 }, 24 },
23 "scheduler": None, 25 "scheduler": None,
24 "slave_pools": ["trusty64_slave_pool"], 26 "slave_pools": ["trusty64_slave_pool"],
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "repo_name": "luci_py", 152 "repo_name": "luci_py",
151 "runhooks": True, 153 "runhooks": True,
152 }, 154 },
153 "scheduler": None, 155 "scheduler": None,
154 "slave_pools": ["trusty64_slave_pool"], 156 "slave_pools": ["trusty64_slave_pool"],
155 "slavebuilddir": "presubmit_lucipy", 157 "slavebuilddir": "presubmit_lucipy",
156 }, 158 },
157 159
158 "Luci-GAE Presubmit": { 160 "Luci-GAE Presubmit": {
159 "category": "Luci-GAE", 161 "category": "Luci-GAE",
160 "recipe": "infra/luci_gae", 162 "use_remote_run": True,
163 "recipe": "luci_gae",
161 "scheduler": None, 164 "scheduler": None,
162 "slave_pools": ["trusty64_slave_pool"], 165 "slave_pools": ["trusty64_slave_pool"],
163 "slavebuilddir": "presubmit_lucigae", 166 "slavebuilddir": "presubmit_lucigae",
164 }, 167 },
165 168
166 "Luci-GAE Linux Trusty 64 Tester": { 169 "Luci-GAE Linux Trusty 64 Tester": {
167 "category": "Luci-GAE", 170 "category": "Luci-GAE",
168 "recipe": "infra/luci_gae", 171 "use_remote_run": True,
172 "recipe": "luci_gae",
169 "scheduler": None, 173 "scheduler": None,
170 "slave_pools": ["trusty64_slave_pool"], 174 "slave_pools": ["trusty64_slave_pool"],
171 "slavebuilddir": "luci-gae", 175 "slavebuilddir": "luci-gae",
172 }, 176 },
173 "Luci-go Presubmit": { 177 "Luci-go Presubmit": {
174 "category": "Luci-go", 178 "category": "Luci-go",
175 "recipe": "infra/luci_go", 179 "use_remote_run": True,
180 "recipe": "luci_go",
176 "scheduler": None, 181 "scheduler": None,
177 "slave_pools": ["trusty64_slave_pool"], 182 "slave_pools": ["trusty64_slave_pool"],
178 "slavebuilddir": "presubmit_lucigo", 183 "slavebuilddir": "presubmit_lucigo",
179 }, 184 },
180 "Luci-go Linux Trusty 64 Tester": { 185 "Luci-go Linux Trusty 64 Tester": {
181 "category": "Luci-go", 186 "category": "Luci-go",
182 "recipe": "infra/luci_go", 187 "use_remote_run": True,
188 "recipe": "luci_go",
183 "scheduler": None, 189 "scheduler": None,
184 "slave_pools": ["trusty64_slave_pool"], 190 "slave_pools": ["trusty64_slave_pool"],
185 "slavebuilddir": "luci-go", 191 "slavebuilddir": "luci-go",
186 }, 192 },
187 "Luci-go Linux Precise 32 Tester": { 193 "Luci-go Linux Precise 32 Tester": {
188 "category": "Luci-go", 194 "category": "Luci-go",
189 "recipe": "infra/luci_go", 195 "use_remote_run": True,
196 "recipe": "luci_go",
190 "scheduler": None, 197 "scheduler": None,
191 "slave_pools": ["precise32_slave_pool"], 198 "slave_pools": ["precise32_slave_pool"],
192 "slavebuilddir": "luci-go", 199 "slavebuilddir": "luci-go",
193 }, 200 },
194 "Luci-go Mac Tester": { 201 "Luci-go Mac Tester": {
195 "category": "Luci-go", 202 "category": "Luci-go",
196 "recipe": "infra/luci_go", 203 "use_remote_run": True,
204 "recipe": "luci_go",
197 "scheduler": None, 205 "scheduler": None,
198 "slave_pools": ["mac_slave_pool"], 206 "slave_pools": ["mac_slave_pool"],
199 "slavebuilddir": "luci-go", 207 "slavebuilddir": "luci-go",
200 }, 208 },
201 "Luci-go Win Tester": { 209 "Luci-go Win Tester": {
202 "category": "Luci-go", 210 "category": "Luci-go",
203 "recipe": "infra/luci_go", 211 "use_remote_run": True,
212 "recipe": "luci_go",
204 "scheduler": None, 213 "scheduler": None,
205 "slave_pools": ["win64_slave_pool"], 214 "slave_pools": ["win64_slave_pool"],
206 "slavebuilddir": "luci-go", 215 "slavebuilddir": "luci-go",
207 }, 216 },
208 217
209 "Recipes-py Presubmit": { 218 "Recipes-py Presubmit": {
210 "category": "Recipes-py", 219 "category": "Recipes-py",
211 "recipe": "run_presubmit", 220 "recipe": "run_presubmit",
212 "properties": { 221 "properties": {
213 "repo_name": "recipes_py", 222 "repo_name": "recipes_py",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "win64_slave_pool": { 280 "win64_slave_pool": {
272 "slave_data": { 281 "slave_data": {
273 "bits": 64, 282 "bits": 64,
274 "os": "win", 283 "os": "win",
275 "version": "win7", 284 "version": "win7",
276 }, 285 },
277 "slaves": ["vm253-m4"], 286 "slaves": ["vm253-m4"],
278 }, 287 },
279 }, 288 },
280 } 289 }
OLDNEW
« no previous file with comments | « no previous file | scripts/master/master_gen.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698