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

Side by Side Diff: masters/master.tryserver.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 # -*- 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 _AddSlaves('winx64ati_perf_bisect', 'win', 'win7', 'build%d-m4', 77 _AddSlaves('winx64ati_perf_bisect', 'win', 'win7', 'build%d-m4',
78 [102, 103, 104]) 78 [102, 103, 104])
79 _AddSlaves('winx64nvidia_perf_bisect', 'win', 'win7', 'build%d-m4', 79 _AddSlaves('winx64nvidia_perf_bisect', 'win', 'win7', 'build%d-m4',
80 [96, 97, 98, 157]) 80 [96, 97, 98, 157])
81 _AddSlaves('winx64intel_perf_bisect', 'win', 'win7', 'build%d-m4', 81 _AddSlaves('winx64intel_perf_bisect', 'win', 'win7', 'build%d-m4',
82 [227, 228, 229]) 82 [227, 228, 229])
83 _AddSlaves('winx64_10_perf_bisect', 'win', 'win10', 'build%d-m4', 83 _AddSlaves('winx64_10_perf_bisect', 'win', 'win10', 'build%d-m4',
84 [230, 231, 232, 233, 234]) 84 [230, 231, 232, 233, 234])
85 _AddSlaves('winx64_zen_perf_bisect', 'win', 'win10', 'build%d-b4', 85 _AddSlaves('winx64_zen_perf_bisect', 'win', 'win10', 'build%d-b4',
86 [49, 50, 51, 52, 53, 54]) 86 [49, 50, 51, 52, 53, 54])
87 _AddSlaves('winx64_high_dpi_perf_bisect', 'win', 'win10', 'build%d-b4',
88 [180, 181, 182, 183, 184])
87 89
88 _AddSlaves('android_s5_perf_cq', 'linux', 'trusty', 'build%d-b4', [45]) 90 _AddSlaves('android_s5_perf_cq', 'linux', 'trusty', 'build%d-b4', [45])
89 _AddSlaves('linux_perf_cq', 'linux', 'precise', 'build%d-m4', [239]) 91 _AddSlaves('linux_perf_cq', 'linux', 'precise', 'build%d-m4', [239])
90 _AddSlaves('mac_retina_perf_cq', 'mac', '10.10', 'build%d-b4', [30]) 92 _AddSlaves('mac_retina_perf_cq', 'mac', '10.10', 'build%d-b4', [30])
91 _AddSlaves('winx64_10_perf_cq', 'win', 'win7', 'build%d-m4', [235]) 93 _AddSlaves('winx64_10_perf_cq', 'win', 'win7', 'build%d-m4', [235])
92 94
93 _AddSlaves('linux_fyi_perf_bisect', 'linux', 'precise', 'slave%d-c4', [906]) 95 _AddSlaves('linux_fyi_perf_bisect', 'linux', 'precise', 'slave%d-c4', [906])
94 _AddSlaves('mac_fyi_perf_bisect', 'mac', '10.10', 'vm%d-m4', [1107]) 96 _AddSlaves('mac_fyi_perf_bisect', 'mac', '10.10', 'vm%d-m4', [1107])
95 _AddSlaves('win_fyi_perf_bisect', 'win', 'win7', 'vm%d-m4', [1106]) 97 _AddSlaves('win_fyi_perf_bisect', 'win', 'win7', 'vm%d-m4', [1106])
96 _AddSlaves('android_fyi_perf_bisect', 'linux', 'trusty', 'build%d-b4', [113]) 98 _AddSlaves('android_fyi_perf_bisect', 'linux', 'trusty', 'build%d-b4', [113])
97 99
98 _AddSlaves('android_webview_arm64_aosp_perf_bisect', 'linux', 'trusty', 100 _AddSlaves('android_webview_arm64_aosp_perf_bisect', 'linux', 'trusty',
99 'build%d-b4', [122]) 101 'build%d-b4', [122])
OLDNEW
« no previous file with comments | « masters/master.tryserver.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