OLD | NEW |
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 Loading... |
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 ] |
OLD | NEW |