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 TEST=Run it with my CL to ignore HWTest and VMTest Change-Id: I4910b45df4c0a53f7d198f8f48454921d0198d7f Reviewed-on: https://chromium-review.googlesource.com/175016 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Aviv Keshet <akeshet@chromium.org> Reviewed-by: Scott Zawalski <scottz@chromium.org> Commit-Queue: David James <davidjames@chromium.org> Tested-by: David James <davidjames@chromium.org> Reviewed-by: Matt Tennant <mtennant@chromium.org>
9 lines
327 B
INI
9 lines
327 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.
|
|
|
|
[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
|