diff options
author | Shawn Nematbakhsh <shawnn@chromium.org> | 2016-08-12 17:27:49 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-08-15 13:11:27 -0700 |
commit | 5dd88ea5d47193b0905376db0aaac60cd398fa07 (patch) | |
tree | 3be238aeb412c1fb1fceddf4a42932cab5f3bbdd /COMMIT-QUEUE.ini | |
parent | e7bdf36f3476c736e4786b41d71a59ee21448dff (diff) | |
download | chrome-ec-5dd88ea5d47193b0905376db0aaac60cd398fa07.tar.gz |
build: Specify pre-cq build targets
Include pre-cq build targets that actually build chromeos-ec.
BUG=chrome-os-partner:56196
BRANCH=None
TEST=Pass pre-cq, verify chosen targets are included.
Change-Id: I175f627c23247bbd269dead8610979118cab8ac7
Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/368893
Commit-Ready: Douglas Anderson <dianders@chromium.org>
Tested-by: Shawn N <shawnn@chromium.org>
Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'COMMIT-QUEUE.ini')
-rw-r--r-- | COMMIT-QUEUE.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/COMMIT-QUEUE.ini b/COMMIT-QUEUE.ini index 96600d2ea2..188eb2a452 100644 --- a/COMMIT-QUEUE.ini +++ b/COMMIT-QUEUE.ini @@ -7,6 +7,9 @@ [GENERAL] +# Board-specific pre-cq, include boards that actually build chromeos-ec +pre-cq-configs: chell-pre-cq gru-pre-cq reef-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 |