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