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

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

Issue 1862713002: Convert Coverage flavor and bot to Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rename Created 4 years, 8 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
« no previous file with comments | « no previous file | masters/master.client.skia/builders.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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 { 'name': 'Test-Win-MSVC-ShuttleB-CPU-AVX2-x86-Release-Swarming', 69 { 'name': 'Test-Win-MSVC-ShuttleB-CPU-AVX2-x86-Release-Swarming',
70 'recipe': 'skia/swarm_trigger' }, 70 'recipe': 'skia/swarm_trigger' },
71 71
72 # TODO(borenet): The below are not yet enabled because the builder names 72 # TODO(borenet): The below are not yet enabled because the builder names
73 # already include an extra_config. We can't add 'Swarming' to the name and 73 # already include an extra_config. We can't add 'Swarming' to the name and
74 # still have a valid builder name. We need a solution for avoiding name 74 # still have a valid builder name. We need a solution for avoiding name
75 # collisions with the existing bots with the same names. 75 # collisions with the existing bots with the same names.
76 76
77 #{ 'name': 'Build-Ubuntu-GCC-x86_64-Release-CMake', 77 #{ 'name': 'Build-Ubuntu-GCC-x86_64-Release-CMake',
78 # 'recipe': 'skia/swarm_trigger' }, 78 # 'recipe': 'skia/swarm_trigger' },
79 #{ 'name': 'Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage',
80 # 'recipe': 'skia/swarm_trigger' },
81 ] 79 ]
OLDNEW
« no previous file with comments | « no previous file | masters/master.client.skia/builders.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698