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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 { 'name': 'Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming', | 43 { 'name': 'Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming', |
44 'recipe': 'skia/swarm_trigger' }, | 44 'recipe': 'skia/swarm_trigger' }, |
45 { 'name': 'Perf-Win-MSVC-ShuttleB-CPU-AVX2-x86-Release-Swarming', | 45 { 'name': 'Perf-Win-MSVC-ShuttleB-CPU-AVX2-x86-Release-Swarming', |
46 'recipe': 'skia/swarm_trigger' }, | 46 'recipe': 'skia/swarm_trigger' }, |
47 { 'name': 'Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming', | 47 { 'name': 'Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming', |
48 'recipe': 'skia/swarm_trigger' }, | 48 'recipe': 'skia/swarm_trigger' }, |
49 { 'name': 'Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-Swarming', | 49 { 'name': 'Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-Swarming', |
50 'recipe': 'skia/swarm_trigger' }, | 50 'recipe': 'skia/swarm_trigger' }, |
51 { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming', | 51 { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming', |
52 'recipe': 'skia/swarm_trigger' }, | 52 'recipe': 'skia/swarm_trigger' }, |
53 { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SwarmingASAN', | 53 { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingASAN', |
54 'recipe': 'skia/swarm_trigger' }, | 54 'recipe': 'skia/swarm_trigger' }, |
55 { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SwarmingMSAN', | 55 { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN', |
56 'recipe': 'skia/swarm_trigger' }, | 56 'recipe': 'skia/swarm_trigger' }, |
57 { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SwarmingTSAN', | 57 { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SwarmingTSAN', |
58 'recipe': 'skia/swarm_trigger' }, | 58 'recipe': 'skia/swarm_trigger' }, |
59 { 'name': 'Test-Win-MSVC-ShuttleB-CPU-AVX2-x86-Release-Swarming', | 59 { 'name': 'Test-Win-MSVC-ShuttleB-CPU-AVX2-x86-Release-Swarming', |
60 'recipe': 'skia/swarm_trigger' }, | 60 'recipe': 'skia/swarm_trigger' }, |
61 ] | 61 ] |
OLD | NEW |