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

Side by Side Diff: masters/master.chromium.android/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 | « no previous file | masters/master.chromium.chrome/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": 20101, 3 "master_port": 20101,
4 "master_port_alt": 40101, 4 "master_port_alt": 40101,
5 "slave_port": 30101, 5 "slave_port": 30101,
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 "Android Cronet Builder": { 15 "Android Cronet Builder": {
16 "recipe": "chromium", 16 "recipe": "chromium",
17 "scheduler": "android_commits", 17 "scheduler": "android_commits",
18 "slave_pools": ["builders"], 18 "slave_pools": ["builders"],
19 "slavebuilddir": "cronet", 19 "slavebuilddir": "cronet",
20 "category": "0Cronet", 20 "category": "0Cronet",
21 }, 21 },
22 "Android Cronet KitKat Builder": { 22 "Android Cronet KitKat Builder": {
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 "webview_m": { 483 "webview_m": {
484 "slave_data": { 484 "slave_data": {
485 "os": "linux", 485 "os": "linux",
486 "version": "trusty", 486 "version": "trusty",
487 "bits": 64, 487 "bits": 64,
488 }, 488 },
489 "slaves": ["build37-b1"], 489 "slaves": ["build37-b1"],
490 }, 490 },
491 } 491 }
492 } 492 }
OLDNEW
« no previous file with comments | « no previous file | masters/master.chromium.chrome/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698