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

Side by Side Diff: masters/master.chromium.tools.build/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": 20103, 3 "master_port": 20103,
4 "master_port_alt": 40103, 4 "master_port_alt": 40103,
5 "slave_port": 30103, 5 "slave_port": 30103,
6 "pubsub_service_account_file": "service-account-luci-milo.json",
6 "templates": ["templates", "../master.chromium/templates"], 7 "templates": ["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/infra/infr a.git", 12 "default_remote_run_repository": "https://chromium.googlesource.com/infra/infr a.git",
12 13
13 "builders": { 14 "builders": {
14 "v8-linux-end-to-end": { 15 "v8-linux-end-to-end": {
15 "auto_reboot": False, 16 "auto_reboot": False,
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "win64": { 90 "win64": {
90 "slave_data": { 91 "slave_data": {
91 "bits": 64, 92 "bits": 64,
92 "os": "win", 93 "os": "win",
93 "version": "win7", 94 "version": "win7",
94 }, 95 },
95 "slaves": ["vm20-m1"], 96 "slaves": ["vm20-m1"],
96 }, 97 },
97 }, 98 },
98 } 99 }
OLDNEW
« no previous file with comments | « masters/master.chromium.swarm/master_site_config.py ('k') | masters/master.chromium.tools.build/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698