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

Side by Side Diff: masters/master.chromium.perf/slaves.cfg

Issue 1748003002: Move android webview perf bot from fyi to main perf waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « masters/master.chromium.perf/master.cfg ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # See master.experimental/slaves.cfg for documentation. 5 # See master.experimental/slaves.cfg for documentation.
6 6
7 7
8 slaves = [] 8 slaves = []
9 9
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 _AddTestSlaves( 51 _AddTestSlaves(
52 'Android Galaxy S5 Perf', 'linux', 'trusty', 52 'Android Galaxy S5 Perf', 'linux', 'trusty',
53 ['build21-b1', 'build22-b1', 'build23-b1']) 53 ['build21-b1', 'build22-b1', 'build23-b1'])
54 _AddTestSlaves( 54 _AddTestSlaves(
55 'Android Nexus5 Perf', 'linux', 'trusty', 55 'Android Nexus5 Perf', 'linux', 'trusty',
56 ['build13-b1', 'build14-b1', 'build48-b1']) 56 ['build13-b1', 'build14-b1', 'build48-b1'])
57 _AddTestSlaves( 57 _AddTestSlaves(
58 'Android Nexus5X Perf', 'linux', 'trusty', 58 'Android Nexus5X Perf', 'linux', 'trusty',
59 ['build55-b1', 'build56-b1', 'build57-b1']) 59 ['build55-b1', 'build56-b1', 'build57-b1'])
60 _AddTestSlaves( 60 _AddTestSlaves(
61 'Android Nexus5 Perf', 'linux', 'trusty',
mikecase (-- gone --) 2016/03/10 02:22:01 Need to be 'Android Nexus5 WebView Perf' I think.
62 ['build15-a1'])
63 _AddTestSlaves(
61 'Android Nexus6 Perf', 'linux', 'trusty', 64 'Android Nexus6 Perf', 'linux', 'trusty',
62 ['build15-b1', 'build16-b1', 'build45-b1']) 65 ['build15-b1', 'build16-b1', 'build45-b1'])
63 _AddTestSlaves( 66 _AddTestSlaves(
64 'Android Nexus7v2 Perf', 'linux', 'trusty', 67 'Android Nexus7v2 Perf', 'linux', 'trusty',
65 ['build9-b1', 'build10-b1', 'build49-b1']) 68 ['build9-b1', 'build10-b1', 'build49-b1'])
66 _AddTestSlaves( 69 _AddTestSlaves(
67 'Android Nexus9 Perf', 'linux', 'trusty', 70 'Android Nexus9 Perf', 'linux', 'trusty',
68 ['build11-b1', 'build12-b1', 'build46-b1']) 71 ['build11-b1', 'build12-b1', 'build46-b1'])
69 _AddTestSlaves( 72 _AddTestSlaves(
70 'Android One Perf', 'linux', 'trusty', 73 'Android One Perf', 'linux', 'trusty',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'Mac Retina Perf', 'mac', '10.9', 113 'Mac Retina Perf', 'mac', '10.9',
111 ['build4-b1', 'build5-b1', 'build6-b1', 'build7-b1', 'build8-b1']) 114 ['build4-b1', 'build5-b1', 'build6-b1', 'build7-b1', 'build8-b1'])
112 _AddTestSlaves( 115 _AddTestSlaves(
113 'Mac HDD Perf', 'mac', '10.10', 116 'Mac HDD Perf', 'mac', '10.10',
114 ['build24-b1', 'build25-b1', 'build26-b1', 'build27-b1', 'build28-b1']) 117 ['build24-b1', 'build25-b1', 'build26-b1', 'build27-b1', 'build28-b1'])
115 118
116 119
117 _AddTestSlaves( 120 _AddTestSlaves(
118 'Linux Perf', 'linux', 'precise', 121 'Linux Perf', 'linux', 'precise',
119 ['build148-m1', 'build149-m1', 'build150-m1', 'build151-m1', 'build152-m1']) 122 ['build148-m1', 'build149-m1', 'build150-m1', 'build151-m1', 'build152-m1'])
OLDNEW
« no previous file with comments | « masters/master.chromium.perf/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698