| 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 18 matching lines...) Expand all Loading... |
| 29 { 'name': 'CT-Perf-10k-Linux-RR-Serial-Trybot', | 29 { 'name': 'CT-Perf-10k-Linux-RR-Serial-Trybot', |
| 30 'recipe': 'skia/ct_perf', | 30 'recipe': 'skia/ct_perf', |
| 31 'do_trybot': True, | 31 'do_trybot': True, |
| 32 'trybot_only': True | 32 'trybot_only': True |
| 33 }, | 33 }, |
| 34 { 'name': 'CT-Perf-10k-Linux-RR-Parallel-Trybot', | 34 { 'name': 'CT-Perf-10k-Linux-RR-Parallel-Trybot', |
| 35 'recipe': 'skia/ct_perf', | 35 'recipe': 'skia/ct_perf', |
| 36 'do_trybot': True, | 36 'do_trybot': True, |
| 37 'trybot_only': True | 37 'trybot_only': True |
| 38 }, | 38 }, |
| 39 { 'name': 'CT-DM-10k-SKPs', |
| 40 'recipe': 'skia/ct_10k_skps_dm' |
| 41 }, |
| 39 ] | 42 ] |
| OLD | NEW |