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

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: 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 builders = [ 5 builders = [
6 { 'name': 'Housekeeper-PerCommit', 'recipe': 'skia/housekeeper_percommit' }, 6 { 'name': 'Housekeeper-PerCommit', 'recipe': 'skia/housekeeper_percommit' },
7 { 'name': 'Housekeeper-Periodic-AutoRoll', 'recipe': 'skia/autoroll', 7 { 'name': 'Housekeeper-Periodic-AutoRoll', 'recipe': 'skia/autoroll',
8 'do_trybot': False, 'scheduler': 'skia_periodic_15mins', 8 'do_trybot': False, 'scheduler': 'skia_periodic_15mins',
9 'cc': ['borenet@google.com'] }, 9 'cc': ['borenet@google.com'] },
10 { 'name': 'Housekeeper-Nightly-RecreateSKPs_Canary', 10 { 'name': 'Housekeeper-Nightly-RecreateSKPs_Canary',
(...skipping 21 matching lines...) Expand all
32 { 'name': 'CT-Perf-10k-Linux-RR-Serial-Trybot', 32 { 'name': 'CT-Perf-10k-Linux-RR-Serial-Trybot',
33 'recipe': 'skia/ct_perf', 33 'recipe': 'skia/ct_perf',
34 'do_trybot': True, 34 'do_trybot': True,
35 'trybot_only': True 35 'trybot_only': True
36 }, 36 },
37 { 'name': 'CT-Perf-10k-Linux-RR-Parallel-Trybot', 37 { 'name': 'CT-Perf-10k-Linux-RR-Parallel-Trybot',
38 'recipe': 'skia/ct_perf', 38 'recipe': 'skia/ct_perf',
39 'do_trybot': True, 39 'do_trybot': True,
40 'trybot_only': True 40 'trybot_only': True
41 }, 41 },
42 { 'name': 'CT-DM-10k-SKPs',
43 'recipe': 'skia/ct_10k_skps_dm'
44 },
42 ] 45 ]
OLDNEW
« no previous file with comments | « no previous file | masters/master.client.skia.fyi/slaves.cfg » ('j') | scripts/slave/recipe_modules/ct_swarming/api.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698