| 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/. |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 appNames = [ | 73 appNames = [ |
| 74 "logserverd", | 74 "logserverd", |
| 75 "pulld", | 75 "pulld", |
| 76 "skfe-config", | 76 "skfe-config", |
| 77 ] | 77 ] |
| 78 | 78 |
| 79 [servers.skia-perf] | 79 [servers.skia-perf] |
| 80 appNames = [ | 80 appNames = [ |
| 81 "logserver", | 81 "logserver", |
| 82 "pull", | 82 "pull", |
| 83 "skiaperf", | 83 "skiaperfd", |
| 84 ] | 84 ] |
| 85 | 85 |
| 86 [servers.skia-gold-prod] | 86 [servers.skia-gold-prod] |
| 87 appNames = [ | 87 appNames = [ |
| 88 "logserverd", | 88 "logserverd", |
| 89 "pulld", | 89 "pulld", |
| 90 "skiacorrectness-prod", | 90 "skiacorrectness-prod", |
| 91 ] | 91 ] |
| 92 | 92 |
| 93 [servers.skia-gold-stage] | 93 [servers.skia-gold-stage] |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 "logserverd", | 180 "logserverd", |
| 181 "pulld", | 181 "pulld", |
| 182 ] | 182 ] |
| 183 | 183 |
| 184 [servers.skia-tracedb] | 184 [servers.skia-tracedb] |
| 185 appNames = [ | 185 appNames = [ |
| 186 "logserverd", | 186 "logserverd", |
| 187 "pulld", | 187 "pulld", |
| 188 "traceserverd", | 188 "traceserverd", |
| 189 ] | 189 ] |
| OLD | NEW |