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

Side by Side Diff: push/skiapush.conf

Issue 1473383002: Moved Perf to systemd and also move to using tracedb. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 ]
OLDNEW
« compute_engine_scripts/perf/vm_delete_instance.sh ('K') | « perf/sys/skiaperfd.service ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698