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

Side by Side Diff: push/skiapush.conf

Issue 836723005: Fixes needed to get alertserver back to running. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 11 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 | « alertserver/go/alertserver/main.go ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This configuration file controls which applications 1 # This configuration file controls which applications
2 # can be pushed to which servers. 2 # can be pushed to which servers.
3 # 3 #
4 # Each server is configured at [servers.{servername}] 4 # Each server is configured at [servers.{servername}]
5 # where {servername} is the GCE name of the server. 5 # where {servername} is the GCE name of the server.
6 # The only supported value is appNames which is a list 6 # The only supported value is appNames which is a list
7 # of applications that can be installed on the server. 7 # of applications that can be installed on the server.
8 # 8 #
9 # The names in appName should match up with the directory 9 # The names in appName should match up with the directory
10 # names in gs://skia-push/debs/. 10 # names in gs://skia-push/debs/.
11 # 11 #
12 [servers] 12 [servers]
13 13
14 # For example this section would indicated that grains and logserver can be 14 # For example this section would indicated that grains and logserver can be
15 # deployed to server skia-testing-b. 15 # deployed to server skia-testing-b.
16 # 16 #
17 # [servers.skia-testing-b] 17 # [servers.skia-testing-b]
18 # appNames = [ 18 # appNames = [
19 # "logserver", 19 # "logserver",
20 # "grains", 20 # "grains",
21 # ] 21 # ]
22 22
23 [servers.skia-monitoring] 23 [servers.skia-monitoring]
24 appNames = [ 24 appNames = [
25 "nginx-monitoring", 25 "alertserver",
26 "datahopper", 26 "datahopper",
27 "grains", 27 "grains",
28 "influxdb", 28 "influxdb",
29 "influxdb-config", 29 "influxdb-config",
30 "logserver", 30 "logserver",
31 "nginx-monitoring",
31 "prober", 32 "prober",
32 "pull", 33 "pull",
33 ] 34 ]
34 35
35 [servers.skia-push] 36 [servers.skia-push]
36 appNames = [ 37 appNames = [
37 "logserver", 38 "logserver",
38 "pull", 39 "pull",
39 "push", 40 "push",
40 ] 41 ]
(...skipping 23 matching lines...) Expand all
64 "pull", 65 "pull",
65 "skfe-config", 66 "skfe-config",
66 ] 67 ]
67 68
68 [servers.skia-skfe-2] 69 [servers.skia-skfe-2]
69 appNames = [ 70 appNames = [
70 "logserver", 71 "logserver",
71 "pull", 72 "pull",
72 "skfe-config", 73 "skfe-config",
73 ] 74 ]
OLDNEW
« no previous file with comments | « alertserver/go/alertserver/main.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698