mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
- Remove submodules, since CrOS glues repos together using portage - Add COMMIT-QUEUE.ini, PRESUBMIT.cfg, .checkpatch.conf from 2016.02 Change-Id: I06b428191699034bf20b086ce88b7b27c3deb41b Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/327003 Reviewed-by: Stefan Reinauer <reinauer@google.com>
12 lines
403 B
INI
12 lines
403 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]
|
|
|
|
# Stages to ignore in the commit queue. If these steps break, your CL will be
|
|
# submitted anyway. Use with caution.
|
|
ignored-stages: HWTest VMTest
|