mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 16:41:55 +00:00
For some reason, chell-pre-cq is very flaky (fails in VMTest login_CryptohomeIncognito for reasons not related to EC changes). Since pre-submit hook forces us to compile test changes on all platforms anyway, let's skip chell-pre-cq to unblock developers. BRANCH=none BUG=chromium:631640 TEST=chell-pre-cq is not run on EC changes. Change-Id: I98cb68709bb4305069e5e67874c1847b2a891fb7 Reviewed-on: https://chromium-review.googlesource.com/372618 Reviewed-by: Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Nicolas Boichat <drinkcat@chromium.org> Tested-by: Nicolas Boichat <drinkcat@chromium.org>
16 lines
515 B
INI
16 lines
515 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: 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
|