mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 02:35:28 +00:00
I mistakenly had `chell-no-vmtest-only-pre-cq`, but it turns out that's not a valid builder config. Just need to drop the "only" part. BUG=chromium:642503 BRANCH=None TEST=`cbuildbot --list --all | grep chell-no-vmtest-pre-cq` Change-Id: I7787eead0c864ba2fe2978bd5679917bef4fa3b2 Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/383878 Commit-Ready: Aseda Aboagye <aaboagye@chromium.org> Tested-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Brian Norris <briannorris@chromium.org>
18 lines
707 B
INI
18 lines
707 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 no-vmtest-pre-cq, include boards that actually build
|
|
# chromeos-ec. We use the no-vmtest-pre-cq configs since the tests won't
|
|
# actually test against our EC changes. (That's what FAFT is for)
|
|
pre-cq-configs: gru-no-vmtest-pre-cq reef-no-vmtest-pre-cq chell-no-vmtest-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 ImageTest VMTest
|