Shuqian Zhao | f6be78a | 2015-09-24 13:52:10 -0700 | [diff] [blame] | 1 | # Copyright 2015 The Chromium OS Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | # Per-project Commit Queue settings. |
| 6 | # Documentation: http://goo.gl/5J7oND |
| 7 | |
| 8 | [GENERAL] |
| 9 | |
Don Garrett | 47cba56 | 2018-02-02 13:27:38 -0800 | [diff] [blame] | 10 | # Change the default set of PreCQ builders. |
Prathmesh Prabhu | 49c5418 | 2018-02-08 21:54:25 +0000 | [diff] [blame] | 11 | pre-cq-configs: betty-pre-cq moblab-generic-vm-pre-cq |
Don Garrett | 47cba56 | 2018-02-02 13:27:38 -0800 | [diff] [blame] | 12 | |
Shuqian Zhao | f6be78a | 2015-09-24 13:52:10 -0700 | [diff] [blame] | 13 | subsystem:all |
Prathmesh Prabhu | 536a63d | 2018-01-06 10:06:51 -0800 | [diff] [blame] | 14 | # Allow union of pre-cq configs from subdirectory |
| 15 | union-pre-cq-sub-configs: yes |
Prathmesh Prabhu | d5b440e | 2018-01-12 11:25:57 -0800 | [diff] [blame] | 16 | # Some sub-configs enalbe submit-in-pre-cq, but we do not want that option to be |
| 17 | # applied repo-wide. |
| 18 | submit-in-pre-cq: no |