mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 18:25:05 +00:00
Right now, firmware changes are rejected if the HWTest or VMTest stages fail. This is unnecessary as firmware changes are very unlikely to break these stages. BUG=chromium:285940 BRANCH=none TEST=none, this is just copied from the coreboot repository Change-Id: Id7ccff542b8abada41072ef26cd2b7d3ae179fd3 Signed-off-by: David James <davidjames@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/175410 Reviewed-by: Randall Spangler <rspangler@chromium.org>
13 lines
403 B
INI
13 lines
403 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]
|
|
|
|
# Stages to ignore in the commit queue. If these steps break, your CL will be
|
|
# submitted anyway. Use with caution.
|
|
ignored-stages: HWTest VMTest
|