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

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

Issue 2119703003: slaves.cfg changes for perf bot migration (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | masters/master.tryserver.chromium.perf/slaves.cfg » ('j') | 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 _AddTestSlaves( 98 _AddTestSlaves(
99 'Win 7 Nvidia GPU Perf', 'win', 'win7', 99 'Win 7 Nvidia GPU Perf', 'win', 'win7',
100 ['build92-m1', 'build93-m1', 'build94-m1', 'build95-m1', 'build96-m1']) 100 ['build92-m1', 'build93-m1', 'build94-m1', 'build95-m1', 'build96-m1'])
101 _AddTestSlaves( 101 _AddTestSlaves(
102 'Win 7 Low-End Perf', 'win', 'win7', 102 'Win 7 Low-End Perf', 'win', 'win7',
103 ['chromeperf40', 'chromeperf41'], bits=32) 103 ['chromeperf40', 'chromeperf41'], bits=32)
104 104
105 105
106 _AddTestSlaves( 106 _AddTestSlaves(
107 'Mac 10.11 Perf', 'mac', '10.11', 107 'Mac 10.11 Perf', 'mac', '10.11',
108 ['build58-a1', 'build59-a1', 'build60-a1', 'build61-a1', 'build62-a1']) 108 ['build102-b1', 'build103-b1', 'build104-b1', 'build105-b1', 'build106-b1'])
109 _AddTestSlaves( 109 _AddTestSlaves(
110 'Mac 10.10 Perf', 'mac', '10.10', 110 'Mac 10.10 Perf', 'mac', '10.10',
111 ['build158-m1', 'build159-m1', 'build160-m1', 'build161-m1', 'build162-m1']) 111 ['build158-m1', 'build159-m1', 'build160-m1', 'build161-m1', 'build162-m1'])
112 _AddTestSlaves( 112 _AddTestSlaves(
113 'Mac Retina Perf', 'mac', '10.9', 113 'Mac Retina Perf', 'mac', '10.9',
114 ['build4-b1', 'build5-b1', 'build6-b1', 'build7-b1', 'build8-b1']) 114 ['build4-b1', 'build5-b1', 'build6-b1', 'build7-b1', 'build8-b1'])
115 _AddTestSlaves( 115 _AddTestSlaves(
116 'Mac HDD Perf', 'mac', '10.10', 116 'Mac HDD Perf', 'mac', '10.10',
117 ['build24-b1', 'build25-b1', 'build26-b1', 'build27-b1', 'build28-b1']) 117 ['build24-b1', 'build25-b1', 'build26-b1', 'build27-b1', 'build28-b1'])
118 118
119 119
120 _AddTestSlaves( 120 _AddTestSlaves(
121 'Linux Perf', 'linux', 'precise', 121 'Linux Perf', 'linux', 'precise',
122 ['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 | « no previous file | masters/master.tryserver.chromium.perf/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698