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

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

Issue 2436863004: Add new chromium recipe builder to chromium.perf (Closed)
Patch Set: Remove old file. Created 4 years, 2 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 19 matching lines...) Expand all
30 else: 30 else:
31 for index, hostname in enumerate(hostnames): 31 for index, hostname in enumerate(hostnames):
32 indexed_name = '%s (%d)' % (name, index + 1) 32 indexed_name = '%s (%d)' % (name, index + 1)
33 _AddSlave(indexed_name, os, version, hostname, bits) 33 _AddSlave(indexed_name, os, version, hostname, bits)
34 34
35 35
36 _AddBuildSlaves( 36 _AddBuildSlaves(
37 'Android Builder', 'linux', 'trusty', 37 'Android Builder', 'linux', 'trusty',
38 ['slave%d-c1' % x for x in [53, 54, 78, 79, 80, 81]]) 38 ['slave%d-c1' % x for x in [53, 54, 78, 79, 80, 81]])
39 _AddBuildSlaves( 39 _AddBuildSlaves(
40 'Android Temporary Compile', 'linux', 'trusty', ['slaveXXX-c1'])
sullivan 2016/10/20 19:56:11 Why Android Compile in the previous one and Tempor
41 _AddBuildSlaves(
40 'Android arm64 Builder', 'linux', 'trusty', 42 'Android arm64 Builder', 'linux', 'trusty',
41 ['slave%d-c1' % x for x in [7, 55, 56, 82, 83, 84]]) 43 ['slave%d-c1' % x for x in [7, 55, 56, 82, 83, 84]])
42 _AddBuildSlaves( 44 _AddBuildSlaves(
43 'Win Builder', 'win', 'win7', 45 'Win Builder', 'win', 'win7',
44 ['build%d-m1' % x for x in 46 ['build%d-m1' % x for x in
45 [7, 13, 14, 20, 24, 34, 58, 59, 63, 65, 66, 47 [7, 13, 14, 20, 24, 34, 58, 59, 63, 65, 66,
46 71, 72, 74, 84, 87, 111, 112, 113, 114, 118, 121]]) 48 71, 72, 74, 84, 87, 111, 112, 113, 114, 118, 121]])
47 _AddBuildSlaves( 49 _AddBuildSlaves(
48 'Win x64 Builder', 'win', 'win7', 50 'Win x64 Builder', 'win', 'win7',
49 ['build%d-m1' % x for x in [131, 137, 170, 171] + range(190, 208)]) 51 ['build%d-m1' % x for x in [131, 137, 170, 171] + range(190, 208)])
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'Mac Retina Perf', 'mac', '10.9', 124 'Mac Retina Perf', 'mac', '10.9',
123 ['build4-b1', 'build5-b1', 'build6-b1', 'build7-b1', 'build8-b1']) 125 ['build4-b1', 'build5-b1', 'build6-b1', 'build7-b1', 'build8-b1'])
124 _AddTestSlaves( 126 _AddTestSlaves(
125 'Mac HDD Perf', 'mac', '10.10', 127 'Mac HDD Perf', 'mac', '10.10',
126 ['build24-b1', 'build25-b1', 'build26-b1', 'build27-b1', 'build28-b1']) 128 ['build24-b1', 'build25-b1', 'build26-b1', 'build27-b1', 'build28-b1'])
127 129
128 130
129 _AddTestSlaves( 131 _AddTestSlaves(
130 'Linux Perf', 'linux', 'precise', 132 'Linux Perf', 'linux', 'precise',
131 ['build148-m1', 'build149-m1', 'build150-m1', 'build151-m1', 'build152-m1']) 133 ['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