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 10 # Change the default set of PreCQ builders. 11 pre-cq-configs: betty-arcnext-pre-cq betty-pre-cq moblab-generic-vm-pre-cq 12 13 # Allow union of pre-cq configs from subdirectory 14 union-pre-cq-sub-configs: yes 15 # Some sub-configs enalbe submit-in-pre-cq, but we do not want that option to be 16 # applied repo-wide. 17 submit-in-pre-cq: no 18