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

Side by Side Diff: masters/master.client.skia.fyi/slaves.cfg

Issue 1441173003: CT Skia recipe to run DM on the top 10k SKPs using swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@ct-swarming-perf
Patch Set: Fix Created 5 years 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 5
6 slaves = [ 6 slaves = [
7 { 7 {
8 'master': 'SkiaFYI', 8 'master': 'SkiaFYI',
9 'hostname': 'skiabot-linux-housekeeper-000', 9 'hostname': 'skiabot-linux-housekeeper-000',
10 'builder': [ 10 'builder': [
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'hostname': 'skiabot-ct-trybot-001', 82 'hostname': 'skiabot-ct-trybot-001',
83 'builder': [ 83 'builder': [
84 'CT-Perf-10k-Linux-Repaint-Serial-Trybot', 84 'CT-Perf-10k-Linux-Repaint-Serial-Trybot',
85 'CT-Perf-10k-Linux-RR-Parallel-Trybot', 85 'CT-Perf-10k-Linux-RR-Parallel-Trybot',
86 'CT-Perf-10k-Linux-RR-Serial-Trybot', 86 'CT-Perf-10k-Linux-RR-Serial-Trybot',
87 ], 87 ],
88 'os': 'linux', 88 'os': 'linux',
89 'version': 'precise', 89 'version': 'precise',
90 'bits': '64', 90 'bits': '64',
91 }, 91 },
92 {
93 'master': 'SkiaFYI',
94 'hostname': 'skiabot-ct-dm-000',
95 'builder': [
96 'CT-DM-10k-SKPs',
97 ],
98 'os': 'linux',
99 'version': 'precise',
100 'bits': '64',
101 },
92 ] 102 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698