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

Side by Side Diff: push/skiapush.conf

Issue 819473004: Set up the nginx servers for handling *.skia.org traffic. (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
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/.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698