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

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

Issue 2275143002: [perf] Add Win 10 High-DPI Perf bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 3 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 # 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 ['build17-b1', 'build18-b1', 'build47-b1']) 77 ['build17-b1', 'build18-b1', 'build47-b1'])
78 _AddTestSlaves( 78 _AddTestSlaves(
79 'Android Nexus5X WebView Perf', 'linux', 'trusty', 79 'Android Nexus5X WebView Perf', 'linux', 'trusty',
80 ['build58-b1', 'build76-b1', 'build77-b1']) 80 ['build58-b1', 'build76-b1', 'build77-b1'])
81 81
82 82
83 _AddTestSlaves( 83 _AddTestSlaves(
84 'Win Zenbook Perf', 'win', 'win10', 84 'Win Zenbook Perf', 'win', 'win10',
85 ['build30-b1', 'build31-b1', 'build32-b1', 'build33-b1', 'build34-b1']) 85 ['build30-b1', 'build31-b1', 'build32-b1', 'build33-b1', 'build34-b1'])
86 _AddTestSlaves( 86 _AddTestSlaves(
87 'Win 10 High-DPI Perf', 'win', 'win10',
88 ['build117-b1', 'build118-b1', 'build119-b1', 'build120-b1', 'build121-b1'])
89 _AddTestSlaves(
87 'Win 10 Perf', 'win', 'win10', 90 'Win 10 Perf', 'win', 'win10',
88 ['build132-m1', 'build133-m1', 'build134-m1', 'build135-m1', 'build136-m1']) 91 ['build132-m1', 'build133-m1', 'build134-m1', 'build135-m1', 'build136-m1'])
89 _AddTestSlaves( 92 _AddTestSlaves(
90 'Win 8 Perf', 'win', 'win8', 93 'Win 8 Perf', 'win', 'win8',
91 ['build143-m1', 'build144-m1', 'build145-m1', 'build146-m1', 'build147-m1']) 94 ['build143-m1', 'build144-m1', 'build145-m1', 'build146-m1', 'build147-m1'])
92 _AddTestSlaves( 95 _AddTestSlaves(
93 'Win 7 Perf', 'win', 'win7', 96 'Win 7 Perf', 'win', 'win7',
94 ['build185-m1', 'build186-m1', 'build187-m1', 'build188-m1', 'build189-m1']) 97 ['build185-m1', 'build186-m1', 'build187-m1', 'build188-m1', 'build189-m1'])
95 _AddTestSlaves( 98 _AddTestSlaves(
96 'Win 7 x64 Perf', 'win', 'win7', 99 'Win 7 x64 Perf', 'win', 'win7',
(...skipping 19 matching lines...) Expand all
116 'Mac Retina Perf', 'mac', '10.9', 119 'Mac Retina Perf', 'mac', '10.9',
117 ['build4-b1', 'build5-b1', 'build6-b1', 'build7-b1', 'build8-b1']) 120 ['build4-b1', 'build5-b1', 'build6-b1', 'build7-b1', 'build8-b1'])
118 _AddTestSlaves( 121 _AddTestSlaves(
119 'Mac HDD Perf', 'mac', '10.10', 122 'Mac HDD Perf', 'mac', '10.10',
120 ['build24-b1', 'build25-b1', 'build26-b1', 'build27-b1', 'build28-b1']) 123 ['build24-b1', 'build25-b1', 'build26-b1', 'build27-b1', 'build28-b1'])
121 124
122 125
123 _AddTestSlaves( 126 _AddTestSlaves(
124 'Linux Perf', 'linux', 'precise', 127 'Linux Perf', 'linux', 'precise',
125 ['build148-m1', 'build149-m1', 'build150-m1', 'build151-m1', 'build152-m1']) 128 ['build148-m1', 'build149-m1', 'build150-m1', 'build151-m1', 'build152-m1'])
OLDNEW
« no previous file with comments | « masters/master.chromium.perf/master.cfg ('k') | masters/master.tryserver.chromium.perf/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698