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

Side by Side Diff: masters/master.chromium.android/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
« no previous file with comments | « no previous file | masters/master.chromium.android/master_site_config.py » ('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 "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/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 "Android Cronet KitKat Builder": { 15 "Android Cronet KitKat Builder": {
15 "recipe": "cronet", 16 "recipe": "cronet",
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 "webview_m": { 431 "webview_m": {
431 "slave_data": { 432 "slave_data": {
432 "os": "linux", 433 "os": "linux",
433 "version": "trusty", 434 "version": "trusty",
434 "bits": 64, 435 "bits": 64,
435 }, 436 },
436 "slaves": ["build37-b1"], 437 "slaves": ["build37-b1"],
437 }, 438 },
438 } 439 }
439 } 440 }
OLDNEW
« no previous file with comments | « no previous file | masters/master.chromium.android/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698