summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid James <davidjames@chromium.org>2013-10-31 20:26:32 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-11-01 14:08:36 +0000
commit6aa0a79f283b03df20af11d3776a10da67b112d6 (patch)
tree2cac97d4fa29ec9827a4fe1066399109b394c1da
parenta9a3fd427c27346bcf40edc5c152e9a0f7482703 (diff)
downloadchrome-ec-6aa0a79f283b03df20af11d3776a10da67b112d6.tar.gz
Ignore failures in HWTest and VMTest in the commit queue.
Right now, firmware changes are rejected if the HWTest or VMTest stages fail. This is unnecessary as firmware changes are very unlikely to break these stages. BUG=chromium:285940 BRANCH=none TEST=none, this is just copied from the coreboot repository Change-Id: Id7ccff542b8abada41072ef26cd2b7d3ae179fd3 Signed-off-by: David James <davidjames@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/175410 Reviewed-by: Randall Spangler <rspangler@chromium.org>
-rw-r--r--COMMIT-QUEUE.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/COMMIT-QUEUE.ini b/COMMIT-QUEUE.ini
new file mode 100644
index 0000000000..96600d2ea2
--- /dev/null
+++ b/COMMIT-QUEUE.ini
@@ -0,0 +1,12 @@
+# 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