mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 16:41:55 +00:00
Include pre-cq build targets that actually build chromeos-ec. BUG=chrome-os-partner:56196 BRANCH=None TEST=Pass pre-cq, verify chosen targets are included. Change-Id: I175f627c23247bbd269dead8610979118cab8ac7 Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/368893 Commit-Ready: Douglas Anderson <dianders@chromium.org> Tested-by: Shawn N <shawnn@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
16 lines
528 B
INI
16 lines
528 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 pre-cq, include boards that actually build chromeos-ec
|
|
pre-cq-configs: chell-pre-cq gru-pre-cq reef-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
|