summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAseda Aboagye <aaboagye@google.com>2016-09-09 15:36:53 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-09-09 19:20:12 -0700
commitf96c663e02e3acb803f78bc8a7fb76cec4d47dff (patch)
tree91cc04135004048b128b17f85d2eab54a726142c
parent31fa74cf7d6d40f55bcc54b237e4e47d39024740 (diff)
downloadchrome-ec-f96c663e02e3acb803f78bc8a7fb76cec4d47dff.tar.gz
COMMIT-QUEUE.ini: Fix typo.
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>
-rw-r--r--COMMIT-QUEUE.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/COMMIT-QUEUE.ini b/COMMIT-QUEUE.ini
index 6f0a858f0c..632ac8527d 100644
--- a/COMMIT-QUEUE.ini
+++ b/COMMIT-QUEUE.ini
@@ -10,7 +10,7 @@
# 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-only-pre-cq
+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.