mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
DO NOT UPSTREAM: COMMIT-QUEUE: Configure pre-CQ for more coverage
The pre-CQ doesn't really do its job very well for firmware at the moment, since it only runs a couple of boards and misses a lot of our mainboard-specific code. This patch is an attempt to improve this by manually specifying a list of recent boards that are most likely to break from new patches. This list will have to be continuously updated as we are adding new baseboards. BRANCH=none BUG=chromium:701504 TEST=none Change-Id: I14cec82484e36b4163a33a485893b92ecd0a8c32 Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/455118 Commit-Ready: Stefan Reinauer <reinauer@chromium.org> Reviewed-by: Stefan Reinauer <reinauer@chromium.org> Reviewed-by: Don Garrett <dgarrett@chromium.org>
This commit is contained in:
parent
b136f18772
commit
b6e1e60bb9
1 changed files with 13 additions and 0 deletions
|
@ -7,6 +7,19 @@
|
|||
|
||||
[GENERAL]
|
||||
|
||||
# This list should be regularly updated to contain a representative of every
|
||||
# (base) mainboard from the last ~2 years. These boards also need to have the
|
||||
# "bootimage" use flag set in their ToT overlay for this to make sense.
|
||||
# Keep in sync with depthcharge.
|
||||
pre-cq-configs: eve-compile-only-pre-cq
|
||||
reef-compile-only-pre-cq
|
||||
gru-compile-only-pre-cq
|
||||
kevin-compile-only-pre-cq
|
||||
elm-compile-only-pre-cq
|
||||
chell-compile-only-pre-cq
|
||||
jecht-compile-only-pre-cq
|
||||
samus-compile-only-pre-cq
|
||||
|
||||
# Stages to ignore in the commit queue. If these steps break, your CL will be
|
||||
# submitted anyway. Use with caution.
|
||||
ignored-stages: HWTest VMTest
|
||||
|
|
Loading…
Add table
Reference in a new issue