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

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

Issue 2044423002: master.tryserver.infra: set path_config=kitchen for remote_run builders (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: presubmit 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_properties": {
16 "path_config": "kitchen",
17 },
15 "default_remote_run_repository": "https://chromium.googlesource.com/infra/infr a.git", 18 "default_remote_run_repository": "https://chromium.googlesource.com/infra/infr a.git",
16 19
17 "builders": { 20 "builders": {
18 "Build Presubmit": { 21 "Build Presubmit": {
19 "category": "Build", 22 "category": "Build",
20 "recipe": "run_presubmit", 23 "recipe": "run_presubmit",
21 "properties": { 24 "properties": {
22 "repo_name": "build", 25 "repo_name": "build",
23 "runhooks": True, 26 "runhooks": True,
24 }, 27 },
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "win64_slave_pool": { 283 "win64_slave_pool": {
281 "slave_data": { 284 "slave_data": {
282 "bits": 64, 285 "bits": 64,
283 "os": "win", 286 "os": "win",
284 "version": "win7", 287 "version": "win7",
285 }, 288 },
286 "slaves": ["vm253-m4"], 289 "slaves": ["vm253-m4"],
287 }, 290 },
288 }, 291 },
289 } 292 }
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