summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2019-10-06 14:00:42 -0600
committerJason Clinton <jclinton@chromium.org>2019-10-06 22:47:47 +0000
commit437e7346ab38a1eca1bb8526ae03b120635f03e9 (patch)
tree1c8469d9be6b10cfc4118b30bceaee391126410f /Makefile.rules
parentfaacff7deeed02905e31174463c613633062e762 (diff)
downloadchrome-ec-437e7346ab38a1eca1bb8526ae03b120635f03e9.tar.gz
Temporarily disable jerry due to CQ outages
jerry is out of RO flash space and causing CQ outages. disable from buildall until it gets a proper fix. BUG=chromium:1011621 TEST=buildall Change-Id: I09c6d2729660d94c0462b0ed5795b977ace90a3a Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1844145 Reviewed-by: Jason Clinton <jclinton@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org> Commit-Queue: Jason Clinton <jclinton@chromium.org>
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index df8c047afd..c2282cba90 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -18,6 +18,10 @@ host-srcs := $(foreach u,$(host-util-bin),$(sort $($(u)-objs:%.o=util/%.c) $(wil
# Don't do a build test on the following boards:
skip_boards = OWNERS host kevin gru
+
+# crbug.com/1011621: jerry is out of RO space, temporarily disable
+skip_boards += jerry
+
boards := $(filter-out $(skip_boards),$(notdir $(wildcard board/* private*/board/*)))
# Create output directories if necessary