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

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: Rebase expectations due to step name change 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-001', 9 'hostname': 'skiabot-linux-housekeeper-001',
10 'builder': [ 10 'builder': [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'hostname': 'skiabot-ct-trybot-001', 72 'hostname': 'skiabot-ct-trybot-001',
73 'builder': [ 73 'builder': [
74 'CT-Perf-10k-Linux-Repaint-Serial-Trybot', 74 'CT-Perf-10k-Linux-Repaint-Serial-Trybot',
75 'CT-Perf-10k-Linux-RR-Parallel-Trybot', 75 'CT-Perf-10k-Linux-RR-Parallel-Trybot',
76 'CT-Perf-10k-Linux-RR-Serial-Trybot', 76 'CT-Perf-10k-Linux-RR-Serial-Trybot',
77 ], 77 ],
78 'os': 'linux', 78 'os': 'linux',
79 'version': 'precise', 79 'version': 'precise',
80 'bits': '64', 80 'bits': '64',
81 }, 81 },
82 {
83 'master': 'SkiaFYI',
84 'hostname': 'skiabot-ct-dm-000',
85 'builder': [
86 'CT-DM-10k-SKPs',
87 ],
88 'os': 'linux',
89 'version': 'precise',
90 'bits': '64',
91 },
82 ] 92 ]
OLDNEW
« no previous file with comments | « masters/master.client.skia.fyi/builders.cfg ('k') | scripts/slave/recipe_modules/ct_swarming/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698