| 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' }, | 6 { 'name': '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', |
| 9 'scheduler': 'skia_nightly' }, | 9 'scheduler': 'skia_nightly' }, |
| 10 { 'name': 'Housekeeper-Weekly-RecreateSKPs', | 10 { 'name': 'Housekeeper-Weekly-RecreateSKPs', |
| 11 'recipe': 'skia/recreate_skps', 'do_trybot': False, | 11 'recipe': 'skia/recreate_skps', |
| 12 'scheduler': 'skia_weekly' }, | 12 'scheduler': 'skia_weekly' }, |
| 13 { 'name': 'Infra-PerCommit' }, | 13 { 'name': 'Infra-PerCommit' }, |
| 14 { 'name': 'skia_presubmit-Trybot', | 14 { 'name': 'skia_presubmit-Trybot', |
| 15 'recipe': 'run_presubmit', | 15 'recipe': 'run_presubmit', |
| 16 'properties': { | 16 'properties': { |
| 17 'repo_name': 'skia', | 17 'repo_name': 'skia', |
| 18 }, | 18 }, |
| 19 'do_trybot': True, | 19 'do_trybot': True, |
| 20 'trybot_only': True }, | 20 'trybot_only': True }, |
| 21 { 'name': 'CT-Perf-10k-Linux-Repaint-Serial-Trybot', | 21 { 'name': 'CT-Perf-10k-Linux-Repaint-Serial-Trybot', |
| 22 'recipe': 'skia/ct_perf', | 22 'recipe': 'skia/ct_perf', |
| 23 'do_trybot': True, | 23 'do_trybot': True, |
| 24 'trybot_only': True | 24 'trybot_only': True |
| 25 }, | 25 }, |
| 26 { 'name': 'CT-Perf-10k-Linux-RR-Serial-Trybot', | 26 { 'name': 'CT-Perf-10k-Linux-RR-Serial-Trybot', |
| 27 'recipe': 'skia/ct_perf', | 27 'recipe': 'skia/ct_perf', |
| 28 'do_trybot': True, | 28 'do_trybot': True, |
| 29 'trybot_only': True | 29 'trybot_only': True |
| 30 }, | 30 }, |
| 31 { 'name': 'CT-Perf-10k-Linux-RR-Parallel-Trybot', | 31 { 'name': 'CT-Perf-10k-Linux-RR-Parallel-Trybot', |
| 32 'recipe': 'skia/ct_perf', | 32 'recipe': 'skia/ct_perf', |
| 33 'do_trybot': True, | 33 'do_trybot': True, |
| 34 'trybot_only': True | 34 'trybot_only': True |
| 35 }, | 35 }, |
| 36 { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs', | 36 { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs', |
| 37 'recipe': 'skia/ct_skps', | 37 'recipe': 'skia/ct_skps', |
| 38 'scheduler': 'skia_weekly' | 38 'scheduler': 'skia_weekly' |
| 39 }, | 39 }, |
| 40 ] | 40 ] |
| OLD | NEW |