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

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

Issue 1999793004: Move beefy slaves from a canary LTO Linux Perf to the real Linux Perf builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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.fyi/slaves.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 27 matching lines...) Expand all
38 _AddBuildSlaves('Android arm64 Builder', 'linux', 'trusty', 38 _AddBuildSlaves('Android arm64 Builder', 'linux', 'trusty',
39 ['slave7-c1', 'slave55-c1', 'slave56-c1']) 39 ['slave7-c1', 'slave55-c1', 'slave56-c1'])
40 _AddBuildSlaves('Win Builder', 'win', 'win7', 40 _AddBuildSlaves('Win Builder', 'win', 'win7',
41 ['build20-m1', 'build21-m1']) 41 ['build20-m1', 'build21-m1'])
42 _AddBuildSlaves('Win x64 Builder', 'win', 'win7', 42 _AddBuildSlaves('Win x64 Builder', 'win', 'win7',
43 ['build34-m1', 'build131-m1']) 43 ['build34-m1', 'build131-m1'])
44 _AddBuildSlaves('Mac Builder', 'mac', '10.9', 44 _AddBuildSlaves('Mac Builder', 'mac', '10.9',
45 ['vm108-m1', 'vm109-m1', 'vm110-m1', 'vm111-m1', 'vm112-m1', 45 ['vm108-m1', 'vm109-m1', 'vm110-m1', 'vm111-m1', 'vm112-m1',
46 'vm691-m1', 'vm692-m1']) 46 'vm691-m1', 'vm692-m1'])
47 _AddBuildSlaves( 47 _AddBuildSlaves(
48 'Linux Builder', 'linux', 'precise', 48 'Linux Builder', 'linux', 'trusty',
49 ['slave21-c1', 'slave22-c1', 'slave48-c1', 'slave49-c1', 'slave52-c1']) 49 ['slave%d-c1' % x for x in range(78, 108)])
50
51 50
52 _AddTestSlaves( 51 _AddTestSlaves(
53 'Android Galaxy S5 Perf', 'linux', 'trusty', 52 'Android Galaxy S5 Perf', 'linux', 'trusty',
54 ['build21-b1', 'build22-b1', 'build23-b1']) 53 ['build21-b1', 'build22-b1', 'build23-b1'])
55 _AddTestSlaves( 54 _AddTestSlaves(
56 'Android Nexus5 Perf', 'linux', 'trusty', 55 'Android Nexus5 Perf', 'linux', 'trusty',
57 ['build13-b1', 'build14-b1', 'build48-b1']) 56 ['build13-b1', 'build14-b1', 'build48-b1'])
58 _AddTestSlaves( 57 _AddTestSlaves(
59 'Android Nexus5X Perf', 'linux', 'trusty', 58 'Android Nexus5X Perf', 'linux', 'trusty',
60 ['build55-b1', 'build56-b1', 'build57-b1']) 59 ['build55-b1', 'build56-b1', 'build57-b1'])
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'Mac Retina Perf', 'mac', '10.9', 113 'Mac Retina Perf', 'mac', '10.9',
115 ['build4-b1', 'build5-b1', 'build6-b1', 'build7-b1', 'build8-b1']) 114 ['build4-b1', 'build5-b1', 'build6-b1', 'build7-b1', 'build8-b1'])
116 _AddTestSlaves( 115 _AddTestSlaves(
117 'Mac HDD Perf', 'mac', '10.10', 116 'Mac HDD Perf', 'mac', '10.10',
118 ['build24-b1', 'build25-b1', 'build26-b1', 'build27-b1', 'build28-b1']) 117 ['build24-b1', 'build25-b1', 'build26-b1', 'build27-b1', 'build28-b1'])
119 118
120 119
121 _AddTestSlaves( 120 _AddTestSlaves(
122 'Linux Perf', 'linux', 'precise', 121 'Linux Perf', 'linux', 'precise',
123 ['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.fyi/slaves.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698