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

Side by Side Diff: masters/master.client.skia.fyi/builders.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
« no previous file with comments | « no previous file | masters/master.client.skia.fyi/slaves.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 builders = [ 5 builders = [
6 { 'name': 'Housekeeper-PerCommit', 'recipe': 'skia/housekeeper_percommit' }, 6 { 'name': 'Housekeeper-PerCommit', 'recipe': 'skia/housekeeper_percommit' },
7 { 'name': 'Housekeeper-Nightly-RecreateSKPs_Canary', 7 { 'name': 'Housekeeper-Nightly-RecreateSKPs_Canary',
8 'recipe': 'skia/recreate_skps', 'do_trybot': False, 8 'recipe': 'skia/recreate_skps', 'do_trybot': False,
9 'scheduler': 'skia_nightly' }, 9 'scheduler': 'skia_nightly' },
10 { 'name': 'Housekeeper-Weekly-RecreateSKPs', 10 { 'name': 'Housekeeper-Weekly-RecreateSKPs',
(...skipping 18 matching lines...) Expand all
29 { 'name': 'CT-Perf-10k-Linux-RR-Serial-Trybot', 29 { 'name': 'CT-Perf-10k-Linux-RR-Serial-Trybot',
30 'recipe': 'skia/ct_perf', 30 'recipe': 'skia/ct_perf',
31 'do_trybot': True, 31 'do_trybot': True,
32 'trybot_only': True 32 'trybot_only': True
33 }, 33 },
34 { 'name': 'CT-Perf-10k-Linux-RR-Parallel-Trybot', 34 { 'name': 'CT-Perf-10k-Linux-RR-Parallel-Trybot',
35 'recipe': 'skia/ct_perf', 35 'recipe': 'skia/ct_perf',
36 'do_trybot': True, 36 'do_trybot': True,
37 'trybot_only': True 37 'trybot_only': True
38 }, 38 },
39 { 'name': 'CT-DM-10k-SKPs',
40 'recipe': 'skia/ct_10k_skps_dm'
41 },
39 ] 42 ]
OLDNEW
« no previous file with comments | « no previous file | masters/master.client.skia.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698