mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-03 05:29:29 +00:00
Really, we only care if the chromeos-ec package fails to build and not if the test stages fail. The test stages don't actually test aganist our EC changes anways, so it's kind of a waste of time to run them. Besides, that's what FAFT is for. BUG=None BRANCH=None TEST=\_()_/ Change-Id: I6a1db02a05f17b276a16543ced58efa8a04fb997 Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/372325 Commit-Ready: Aseda Aboagye <aaboagye@chromium.org> Tested-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
18 lines
713 B
INI
18 lines
713 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]
|
|
|
|
# Board-specific compile-only-pre-cq, include boards that actually build
|
|
# chromeos-ec. We use the compile-only-pre-cq configs since the tests won't
|
|
# actually test against our EC changes. (That's what FAFT is for.)
|
|
pre-cq-configs: gru-compile-only-pre-cq reef-compile-only-pre-cq chell-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
|