From 1ad894c129de6dd03b832a6278a71be8daa4ab10 Mon Sep 17 00:00:00 2001 From: David James Date: Tue, 29 Oct 2013 10:21:33 -0700 Subject: [PATCH] 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 TEST=Run it with my CL to ignore HWTest and VMTest Change-Id: I4910b45df4c0a53f7d198f8f48454921d0198d7f Reviewed-on: https://chromium-review.googlesource.com/175016 Reviewed-by: Duncan Laurie Reviewed-by: Aviv Keshet Reviewed-by: Scott Zawalski Commit-Queue: David James Tested-by: David James Reviewed-by: Matt Tennant --- COMMIT-QUEUE.ini | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 COMMIT-QUEUE.ini diff --git a/COMMIT-QUEUE.ini b/COMMIT-QUEUE.ini new file mode 100644 index 0000000000..75e9cfe615 --- /dev/null +++ b/COMMIT-QUEUE.ini @@ -0,0 +1,9 @@ +# 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. + +[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