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

Side by Side Diff: masters/master.tryserver.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 | « masters/master.chromium.perf/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 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 # Copyright 2014 The Chromium Authors. All rights reserved. 3 # Copyright 2014 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 # See master.experimental/slaves.cfg for documentation. 7 # See master.experimental/slaves.cfg for documentation.
8 8
9 9
10 slaves = [] 10 slaves = []
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 48
49 _AddSlaves('linux_perf_bisect_builder', 'linux', 'precise', 'build%d-m4', 49 _AddSlaves('linux_perf_bisect_builder', 'linux', 'precise', 'build%d-m4',
50 [26, 27, 28, 29]) 50 [26, 27, 28, 29])
51 _AddSlaves('linux_perf_bisect', 'linux', 'precise', 'build%d-m4', 51 _AddSlaves('linux_perf_bisect', 'linux', 'precise', 'build%d-m4',
52 [176, 177, 178, 238]) 52 [176, 177, 178, 238])
53 53
54 54
55 _AddSlaves('mac_perf_bisect_builder', 'mac', '10.9', 'vm%d-m4', 55 _AddSlaves('mac_perf_bisect_builder', 'mac', '10.9', 'vm%d-m4',
56 [889, 890, 891 ,892]) 56 [889, 890, 891 ,892])
57 _AddSlaves('mac_10_11_perf_bisect', 'mac', '10.11', 'build%d-a4', 57 _AddSlaves('mac_10_11_perf_bisect', 'mac', '10.11', 'build%d-b4',
58 [195, 229, 230]) 58 [165, 166, 167])
59 _AddSlaves('mac_10_10_perf_bisect', 'mac', '10.10', 'build%d-m4', 59 _AddSlaves('mac_10_10_perf_bisect', 'mac', '10.10', 'build%d-m4',
60 [224, 225, 226]) 60 [224, 225, 226])
61 _AddSlaves('mac_retina_perf_bisect', 'mac', '10.9', 'build%d-b4', 61 _AddSlaves('mac_retina_perf_bisect', 'mac', '10.9', 'build%d-b4',
62 [27, 28, 29]) 62 [27, 28, 29])
63 _AddSlaves('mac_hdd_perf_bisect', 'mac', '10.10', 'build%d-b4', 63 _AddSlaves('mac_hdd_perf_bisect', 'mac', '10.10', 'build%d-b4',
64 [31, 32, 33]) 64 [31, 32, 33])
65 65
66 66
67 _AddSlaves('win_perf_bisect_builder', 'win', 'win7', 'build%d-m4', 67 _AddSlaves('win_perf_bisect_builder', 'win', 'win7', 'build%d-m4',
68 [36, 37, 38, 39], bits=32) 68 [36, 37, 38, 39], bits=32)
(...skipping 21 matching lines...) Expand all
90 _AddSlaves('mac_retina_perf_cq', 'mac', '10.10', 'build%d-b4', [30]) 90 _AddSlaves('mac_retina_perf_cq', 'mac', '10.10', 'build%d-b4', [30])
91 _AddSlaves('winx64_10_perf_cq', 'win', 'win7', 'build%d-m4', [235]) 91 _AddSlaves('winx64_10_perf_cq', 'win', 'win7', 'build%d-m4', [235])
92 92
93 _AddSlaves('linux_fyi_perf_bisect', 'linux', 'precise', 'slave%d-c4', [906]) 93 _AddSlaves('linux_fyi_perf_bisect', 'linux', 'precise', 'slave%d-c4', [906])
94 _AddSlaves('mac_fyi_perf_bisect', 'mac', '10.10', 'vm%d-m4', [1107]) 94 _AddSlaves('mac_fyi_perf_bisect', 'mac', '10.10', 'vm%d-m4', [1107])
95 _AddSlaves('win_fyi_perf_bisect', 'win', 'win7', 'vm%d-m4', [1106]) 95 _AddSlaves('win_fyi_perf_bisect', 'win', 'win7', 'vm%d-m4', [1106])
96 _AddSlaves('android_fyi_perf_bisect', 'linux', 'trusty', 'build%d-b4', [113]) 96 _AddSlaves('android_fyi_perf_bisect', 'linux', 'trusty', 'build%d-b4', [113])
97 97
98 _AddSlaves('android_webview_arm64_aosp_perf_bisect', 'linux', 'trusty', 98 _AddSlaves('android_webview_arm64_aosp_perf_bisect', 'linux', 'trusty',
99 'build%d-b4', [122]) 99 'build%d-b4', [122])
OLDNEW
« no previous file with comments | « masters/master.chromium.perf/slaves.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698