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', |
11 'recipe': 'skia/recreate_skps', 'do_trybot': False, | 11 'recipe': 'skia/recreate_skps', 'do_trybot': False, |
12 'scheduler': 'skia_nightly' }, | 12 'scheduler': 'skia_nightly' }, |
13 { 'name': 'Housekeeper-Weekly-RecreateSKPs', | 13 { 'name': 'Housekeeper-Weekly-RecreateSKPs', |
14 'recipe': 'skia/recreate_skps', 'do_trybot': False, | 14 'recipe': 'skia/recreate_skps', 'do_trybot': False, |
15 'scheduler': 'skia_weekly' }, | 15 'scheduler': 'skia_weekly' }, |
16 { 'name': 'Infra-PerCommit', | 16 { 'name': 'Infra-PerCommit', |
17 'recipe': 'skia/infra', | 17 'recipe': 'skia/infra', |
18 'scheduler': 'infra_percommit' }, | 18 'scheduler': 'infra_percommit' }, |
19 { 'name': 'skia_presubmit', | |
20 'recipe': 'run_presubmit', | |
21 'properties': { | |
22 'repo_name': 'skia', | |
23 }, | |
24 'do_trybot': True }, | |
borenet
2015/05/12 16:33:50
Just so you're aware, this will create two bots:
-
Adrian Kuegel
2015/05/18 11:44:26
I was not actually aware of this, I only wanted to
borenet
2015/05/18 12:05:49
Yeah, the skia_master_utils were created under the
| |
19 ] | 25 ] |
OLD | NEW |