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

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

Issue 1863713002: Change WebView Perf builder after lab move (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | 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 3
4 # Copyright 2014 The Chromium Authors. All rights reserved. 4 # Copyright 2014 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # See master.experimental/slaves.cfg for documentation. 8 # See master.experimental/slaves.cfg for documentation.
9 9
10 slaves = [ 10 slaves = [
(...skipping 24 matching lines...) Expand all
35 { 35 {
36 'master': 'ChromiumPerfFyi', 36 'master': 'ChromiumPerfFyi',
37 'hostname': 'build19-a1', 37 'hostname': 'build19-a1',
38 'builder': 'android_nexus5_oilpan_perf', 38 'builder': 'android_nexus5_oilpan_perf',
39 'os': 'linux', 39 'os': 'linux',
40 'version': 'precise', 40 'version': 'precise',
41 'bits': '64', 41 'bits': '64',
42 }, 42 },
43 { 43 {
44 'master': 'ChromiumPerfFyi', 44 'master': 'ChromiumPerfFyi',
45 'hostname': 'build15-a1', 45 'hostname': 'build58-b1',
46 'builder': 'android_webview_aosp_perf', 46 'builder': 'android_webview_aosp_perf',
47 'os': 'linux', 47 'os': 'linux',
48 'version': 'precise', 48 'version': 'precise',
49 'bits': '64', 49 'bits': '64',
50 }, 50 },
51 { 51 {
52 'master': 'ChromiumPerfFyi', 52 'master': 'ChromiumPerfFyi',
53 'hostname': 'build131-a1', 53 'hostname': 'build131-a1',
54 'builder': 'Win 7 Intel GPU Perf (Xeon)', 54 'builder': 'Win 7 Intel GPU Perf (Xeon)',
55 'os': 'win', 55 'os': 'win',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 }, 122 },
123 { 123 {
124 'master': 'ChromiumPerfFyi', 124 'master': 'ChromiumPerfFyi',
125 'hostname': 'slave50-c1', 125 'hostname': 'slave50-c1',
126 'builder': 'Linux CT Top1K RR Perf', 126 'builder': 'Linux CT Top1K RR Perf',
127 'os': 'linux', 127 'os': 'linux',
128 'version': 'trusty', 128 'version': 'trusty',
129 'bits': '64', 129 'bits': '64',
130 }, 130 },
131 ] 131 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698