mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
The strago build is not well kept after, as it is not used in production; celes, however, is. BUG=chromium:734103 TEST=None Change-Id: Ifdd44d9e5165ff60a013bf610695f65e1ac65b03 Reviewed-on: https://chromium-review.googlesource.com/540139 Commit-Ready: Bernie Thompson <bhthompson@chromium.org> Tested-by: Bernie Thompson <bhthompson@chromium.org> Reviewed-by: Richard Barnette <jrbarnette@google.com>
27 lines
951 B
INI
27 lines
951 B
INI
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# Per-project Commit Queue settings.
|
|
# Documentation: http://goo.gl/4rZhAx
|
|
|
|
[GENERAL]
|
|
|
|
# This list should be regularly updated to contain a representative of every
|
|
# (base) mainboard from the last ~2 years. These boards also need to have the
|
|
# "bootimage" use flag set in their ToT overlay for this to make sense.
|
|
# Keep in sync with depthcharge.
|
|
pre-cq-configs: eve-compile-only-pre-cq
|
|
reef-compile-only-pre-cq
|
|
gru-compile-only-pre-cq
|
|
kevin-compile-only-pre-cq
|
|
elm-compile-only-pre-cq
|
|
chell-compile-only-pre-cq
|
|
celes-compile-only-pre-cq
|
|
jecht-compile-only-pre-cq
|
|
samus-compile-only-pre-cq
|
|
peppy-compile-only-pre-cq
|
|
|
|
# Stages to ignore in the commit queue. If these steps break, your CL will be
|
|
# submitted anyway. Use with caution.
|
|
ignored-stages: HWTest VMTest
|