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

Side by Side Diff: masters/master.chromium.chromiumos/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.chrome/master.cfg ('k') | masters/master.chromium.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": 8052, 3 "master_port": 8052,
4 "master_port_alt": 8252, 4 "master_port_alt": 8252,
5 "slave_port": 8152, 5 "slave_port": 8152,
6 "pubsub_service_account_file": "service-account-luci-milo.json", 6 "pubsub_service_account_file": "service-account-luci-milo.json",
7 "templates": ["templates", "../master.chromium/templates"], 7 "templates": ["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 "Linux ChromiumOS Full": { 15 "Linux ChromiumOS Full": {
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", 20 "scheduler": "chromium",
21 "slave_pools": ["linux_full"], 21 "slave_pools": ["linux_full"],
22 "category": "1default", 22 "category": "1default",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "slave_data": { 195 "slave_data": {
196 "os": "linux", 196 "os": "linux",
197 "version": "precise", 197 "version": "precise",
198 "bits": 64, 198 "bits": 64,
199 }, 199 },
200 "slaves": ["slave25-c1"], 200 "slaves": ["slave25-c1"],
201 }, 201 },
202 }, 202 },
203 } 203 }
204 204
OLDNEW
« no previous file with comments | « masters/master.chromium.chrome/master.cfg ('k') | masters/master.chromium.fyi/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698