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

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

Issue 1759553007: Move depot_tools presubmit trybot from chromium.linux to infra. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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 | Annotate | Revision Log
« no previous file with comments | « masters/master.tryserver.chromium.linux/slaves.cfg ('k') | 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "recipe": "infra/build_repo_real_try", 51 "recipe": "infra/build_repo_real_try",
52 "properties": { 52 "properties": {
53 "repo_name": "build", 53 "repo_name": "build",
54 "runhooks": True, 54 "runhooks": True,
55 }, 55 },
56 "scheduler": None, 56 "scheduler": None,
57 "slave_pools": ["win64_slave_pool"], 57 "slave_pools": ["win64_slave_pool"],
58 "slavebuilddir": "build_try_recipe_test", 58 "slavebuilddir": "build_try_recipe_test",
59 }, 59 },
60 60
61 "Depot Tools Presubmit": {
62 "category": "Depot Tools",
63 "recipe": "run_presubmit",
64 "properties": {
65 "repo_name": "depot_tools",
66 },
67 "scheduler": None,
68 "slave_pools": ["trusty64_slave_pool"],
69 "slavebuilddir": "presubmit_depot_tools",
70 },
71
61 "Try Recipe Mac": { 72 "Try Recipe Mac": {
62 "category": "Try Recipe", 73 "category": "Try Recipe",
63 "recipe": "infra/try_recipe", 74 "recipe": "infra/try_recipe",
64 "properties": { 75 "properties": {
65 "repo_name": "build", 76 "repo_name": "build",
66 "runhooks": True, 77 "runhooks": True,
67 }, 78 },
68 "scheduler": None, 79 "scheduler": None,
69 "slave_pools": ["mac_slave_pool"], 80 "slave_pools": ["mac_slave_pool"],
70 "slavebuilddir": "try_recipe", 81 "slavebuilddir": "try_recipe",
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "version": "precise", 237 "version": "precise",
227 }, 238 },
228 "slaves": ["vm252-m4"], 239 "slaves": ["vm252-m4"],
229 }, 240 },
230 "trusty64_slave_pool": { 241 "trusty64_slave_pool": {
231 "slave_data": { 242 "slave_data": {
232 "bits": 64, 243 "bits": 64,
233 "os": "linux", 244 "os": "linux",
234 "version": "trusty", 245 "version": "trusty",
235 }, 246 },
236 "slaves": ["slave864-c4", "slave872-c4", "slave912-c4", "slave913-c4"], 247 "slaves": [
248 "slave426-c4",
249 "slave864-c4",
250 "slave872-c4",
251 "slave912-c4",
252 "slave913-c4"
253 ],
237 }, 254 },
238 "mac_slave_pool": { 255 "mac_slave_pool": {
239 "slave_data": { 256 "slave_data": {
240 "bits": 64, 257 "bits": 64,
241 "os": "mac", 258 "os": "mac",
242 "version": "10.9", 259 "version": "10.9",
243 }, 260 },
244 "slaves": ["vm608-m4"], 261 "slaves": ["vm608-m4"],
245 }, 262 },
246 "win64_slave_pool": { 263 "win64_slave_pool": {
247 "slave_data": { 264 "slave_data": {
248 "bits": 64, 265 "bits": 64,
249 "os": "win", 266 "os": "win",
250 "version": "win7", 267 "version": "win7",
251 }, 268 },
252 "slaves": ["vm253-m4"], 269 "slaves": ["vm253-m4"],
253 }, 270 },
254 }, 271 },
255 } 272 }
OLDNEW
« no previous file with comments | « masters/master.tryserver.chromium.linux/slaves.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698