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

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

Issue 1787173003: Add builder for recipe roll tryjob. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | no next file » | 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 ],
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "properties": {
martiniss 2016/03/12 18:33:47 What are these properties supposed to do? They don
estaab 2016/03/12 18:39:54 Sorry, bad copy paste.
225 "repo_name": "build",
226 "runhooks": True,
227 },
228 "scheduler": None,
229 "slave_pools": ["trusty64_slave_pool"],
230 "slavebuilddir": "recipe_roll_tryjob",
231 },
232
221 "gerrit-test-cq-normal": { 233 "gerrit-test-cq-normal": {
222 "category": "Gerrit CQ", 234 "category": "Gerrit CQ",
223 "recipe": "infra/gerrit_cq_test", 235 "recipe": "infra/gerrit_cq_test",
224 "scheduler": None, 236 "scheduler": None,
225 "slave_pools": ["trusty64_slave_pool"], 237 "slave_pools": ["trusty64_slave_pool"],
226 "slavebuilddir": "gerrit-test-cq-normal", 238 "slavebuilddir": "gerrit-test-cq-normal",
227 }, 239 },
228 }, 240 },
229 241
230 "schedulers": {}, 242 "schedulers": {},
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 "win64_slave_pool": { 275 "win64_slave_pool": {
264 "slave_data": { 276 "slave_data": {
265 "bits": 64, 277 "bits": 64,
266 "os": "win", 278 "os": "win",
267 "version": "win7", 279 "version": "win7",
268 }, 280 },
269 "slaves": ["vm253-m4"], 281 "slaves": ["vm253-m4"],
270 }, 282 },
271 }, 283 },
272 } 284 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698