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

Side by Side Diff: masters/master.chromium.goma/builders.pyl

Issue 2445193002: Change all remote run builders to use tools/build. (Closed)
Patch Set: Add recipes Created 4 years, 1 month 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 | « masters/master.chromium.fyi/master.cfg ('k') | masters/master.chromium.gpu.fyi/master.cfg » ('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": "Master1", 2 "master_base_class": "Master1",
3 "master_port": 20104, 3 "master_port": 20104,
4 "master_port_alt": 40104, 4 "master_port_alt": 40104,
5 "slave_port": 30104, 5 "slave_port": 30104,
6 "pubsub_service_account_file": "service-account-luci-milo.json", 6 "pubsub_service_account_file": "service-account-luci-milo.json",
7 "templates": ["../master.chromium/templates"], 7 "templates": ["../master.chromium/templates"],
8 8
9 "default_remote_run_properties": { 9 "default_remote_run_properties": {
10 "path_config": "kitchen", 10 "path_config": "kitchen",
11 }, 11 },
12 "default_remote_run_repository": "https://chromium.googlesource.com/chromium/s rc.git", 12 "default_remote_run_repository": "https://chromium.googlesource.com/chromium/t ools/build.git",
13 13
14 "builders": { 14 "builders": {
15 "Chromium Linux Goma Staging": { 15 "Chromium Linux Goma Staging": {
16 "recipe": "chromium", 16 "recipe": "chromium",
17 "remote_run_sync_revision": True, 17 "remote_run_sync_revision": True,
18 "remote_run_use_gitiles": True, 18 "remote_run_use_gitiles": True,
19 "use_remote_run": True, 19 "use_remote_run": True,
20 "scheduler": "chromium_src_commits", 20 "scheduler": "chromium_src_commits",
21 "slave_pools": ["linux_trusty"], 21 "slave_pools": ["linux_trusty"],
22 "category": "0builders", 22 "category": "0builders",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "win_win8": { 68 "win_win8": {
69 "slave_data": { 69 "slave_data": {
70 "bits": 64, 70 "bits": 64,
71 "os": "win", 71 "os": "win",
72 "version": "win8", 72 "version": "win8",
73 }, 73 },
74 "slaves": ["vm9-m1"], 74 "slaves": ["vm9-m1"],
75 }, 75 },
76 }, 76 },
77 } 77 }
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | masters/master.chromium.gpu.fyi/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698