| OLD | NEW |
| 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 prober and logserver can be | 14 # For example this section would indicated that prober 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 # "prober", | 20 # "prober", |
| 21 # ] | 21 # ] |
| 22 | 22 |
| 23 [servers.skia-monitoring] | 23 [servers.skia-monitoring] |
| 24 appNames = [ | 24 appNames = [ |
| 25 "grafanad", | 25 "grafanad", |
| 26 "grafana-configd", | 26 "grafana-configd", |
| 27 "influxdbd", | 27 "influxdbd", |
| 28 "influxdb-configd", | 28 "influxdb-configd", |
| 29 "logserverd", | 29 "logserverd", |
| 30 "logmetrics", |
| 30 "proberd", | 31 "proberd", |
| 31 "pulld", | 32 "pulld", |
| 32 ] | 33 ] |
| 33 | 34 |
| 34 [servers.skia-monitoring-staging] | 35 [servers.skia-monitoring-staging] |
| 35 appNames = [ | 36 appNames = [ |
| 36 "grafanad", | 37 "grafanad", |
| 37 "grafana-configd", | 38 "grafana-configd", |
| 38 "influxdbd", | 39 "influxdbd", |
| 39 "influxdb-configd", | 40 "influxdb-configd", |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 "pulld", | 226 "pulld", |
| 226 "skdebuggerd", | 227 "skdebuggerd", |
| 227 ] | 228 ] |
| 228 | 229 |
| 229 [servers.skia-fiddle] | 230 [servers.skia-fiddle] |
| 230 appNames = [ | 231 appNames = [ |
| 231 "logserverd", | 232 "logserverd", |
| 232 "pulld", | 233 "pulld", |
| 233 "fiddle", | 234 "fiddle", |
| 234 ] | 235 ] |
| OLD | NEW |