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

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

Issue 1748003002: Move android webview perf bot from fyi to main perf waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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 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',
46 'builder': 'android_webview_aosp_perf',
47 'os': 'linux',
48 'version': 'precise',
49 'bits': '64',
50 },
51 {
52 'master': 'ChromiumPerfFyi',
53 'hostname': 'build131-a1', 45 'hostname': 'build131-a1',
54 'builder': 'Win 7 Intel GPU Perf (Xeon)', 46 'builder': 'Win 7 Intel GPU Perf (Xeon)',
55 'os': 'win', 47 'os': 'win',
56 'version': 'win7', 48 'version': 'win7',
57 'bits': '64', 49 'bits': '64',
58 }, 50 },
59 { 51 {
60 'master': 'ChromiumPerfFyi', 52 'master': 'ChromiumPerfFyi',
61 'hostname': 'build64-a1', 53 'hostname': 'build64-a1',
62 'builder': 'Linux Oilpan Perf (1)', 54 'builder': 'Linux Oilpan Perf (1)',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 }, 114 },
123 { 115 {
124 'master': 'ChromiumPerfFyi', 116 'master': 'ChromiumPerfFyi',
125 'hostname': 'slave50-c1', 117 'hostname': 'slave50-c1',
126 'builder': 'Linux CT Top1K RR Perf', 118 'builder': 'Linux CT Top1K RR Perf',
127 'os': 'linux', 119 'os': 'linux',
128 'version': 'trusty', 120 'version': 'trusty',
129 'bits': '64', 121 'bits': '64',
130 }, 122 },
131 ] 123 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698