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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 "logserver", | 50 "logserver", |
51 "pull", | 51 "pull", |
52 ] | 52 ] |
53 | 53 |
54 [servers.skia-docs] | 54 [servers.skia-docs] |
55 appNames = [ | 55 appNames = [ |
56 "docserver", | 56 "docserver", |
57 "logserver", | 57 "logserver", |
58 "pull", | 58 "pull", |
59 ] | 59 ] |
| 60 |
| 61 [servers.skia-skfe-1] |
| 62 appNames = [ |
| 63 "logserver", |
| 64 "pull", |
| 65 "skfe-config", |
| 66 ] |
| 67 |
| 68 [servers.skia-skfe-2] |
| 69 appNames = [ |
| 70 "logserver", |
| 71 "pull", |
| 72 "skfe-config", |
| 73 ] |
OLD | NEW |