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

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

Issue 2494433002: Transferring Mac 10.10 to a host that just triggers bots. (Closed)
Patch Set: Adding expectations Created 4 years, 1 month 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 # 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'Win 7 Intel GPU Perf', 'win', 'win7', 110 'Win 7 Intel GPU Perf', 'win', 'win7',
111 ['build164-m1', 'build165-m1', 'build166-m1', 'build167-m1', 'build168-m1']) 111 ['build164-m1', 'build165-m1', 'build166-m1', 'build167-m1', 'build168-m1'])
112 _AddTestSlaves( 112 _AddTestSlaves(
113 'Win 7 Nvidia GPU Perf', 'win', 'win7', 113 'Win 7 Nvidia GPU Perf', 'win', 'win7',
114 ['build92-m1', 'build93-m1', 'build94-m1', 'build95-m1', 'build96-m1']) 114 ['build92-m1', 'build93-m1', 'build94-m1', 'build95-m1', 'build96-m1'])
115 115
116 116
117 _AddTestSlaves( 117 _AddTestSlaves(
118 'Mac 10.11 Perf', 'mac', '10.11', 118 'Mac 10.11 Perf', 'mac', '10.11',
119 ['build102-b1', 'build103-b1', 'build104-b1', 'build105-b1', 'build106-b1']) 119 ['build102-b1', 'build103-b1', 'build104-b1', 'build105-b1', 'build106-b1'])
120 _AddTestSlaves( 120 _AddTestSlaves('Mac 10.10 Perf', 'mac', '10.10', ['build209-m1'])
121 'Mac 10.10 Perf', 'mac', '10.10',
122 ['build158-m1', 'build159-m1', 'build160-m1', 'build161-m1', 'build162-m1'])
123 _AddTestSlaves( 121 _AddTestSlaves(
124 'Mac Retina Perf', 'mac', '10.9', 122 'Mac Retina Perf', 'mac', '10.9',
125 ['build4-b1', 'build5-b1', 'build6-b1', 'build7-b1', 'build8-b1']) 123 ['build4-b1', 'build5-b1', 'build6-b1', 'build7-b1', 'build8-b1'])
126 _AddTestSlaves( 124 _AddTestSlaves(
127 'Mac HDD Perf', 'mac', '10.10', 125 'Mac HDD Perf', 'mac', '10.10',
128 ['build24-b1', 'build25-b1', 'build26-b1', 'build27-b1', 'build28-b1']) 126 ['build24-b1', 'build25-b1', 'build26-b1', 'build27-b1', 'build28-b1'])
129 _AddTestSlaves('Mac Pro 10.11 Perf', 'mac', '10.11', ['vm67-m1']) 127 _AddTestSlaves('Mac Pro 10.11 Perf', 'mac', '10.11', ['vm67-m1'])
130 _AddTestSlaves('Mac Air 10.11 Perf', 'mac', '10.11', ['vm68-m1']) 128 _AddTestSlaves('Mac Air 10.11 Perf', 'mac', '10.11', ['vm68-m1'])
131 129
132 130
131
133 _AddTestSlaves( 132 _AddTestSlaves(
134 'Linux Perf', 'linux', 'precise', 133 'Linux Perf', 'linux', 'precise',
135 ['build148-m1', 'build149-m1', 'build150-m1', 'build151-m1', 'build152-m1']) 134 ['build148-m1', 'build149-m1', 'build150-m1', 'build151-m1', 'build152-m1'])
OLDNEW
« no previous file with comments | « masters/master.chromium.perf/master.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698