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

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

Issue 2291123003: Enable milo pubsub on public buildbot chromium/os masters (Closed)
Patch Set: Revert alt_port changes and chromiumos.tryserver changes Created 4 years, 3 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
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 "templates": ["../master.chromium/templates"], 7 "templates": ["../master.chromium/templates"],
7 8
8 "default_remote_run_properties": { 9 "default_remote_run_properties": {
9 "path_config": "kitchen", 10 "path_config": "kitchen",
10 }, 11 },
11 "default_remote_run_repository": "https://chromium.googlesource.com/chromium/t ools/build.git", 12 "default_remote_run_repository": "https://chromium.googlesource.com/chromium/t ools/build.git",
12 13
13 "builders": { 14 "builders": {
14 "Chromium Linux Goma Staging": { 15 "Chromium Linux Goma Staging": {
15 "recipe": "chromium", 16 "recipe": "chromium",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "win_win8": { 62 "win_win8": {
62 "slave_data": { 63 "slave_data": {
63 "bits": 64, 64 "bits": 64,
64 "os": "win", 65 "os": "win",
65 "version": "win8", 66 "version": "win8",
66 }, 67 },
67 "slaves": ["vm9-m1"], 68 "slaves": ["vm9-m1"],
68 }, 69 },
69 }, 70 },
70 } 71 }
OLDNEW
« no previous file with comments | « masters/master.chromium.gatekeeper/master_site_config.py ('k') | masters/master.chromium.goma/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698