diff options
author | Aseda Aboagye <aaboagye@google.com> | 2016-08-18 10:17:15 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-08-19 14:21:51 -0700 |
commit | 654271b86c971d7ae32b3f8d798bd1c2c7171f4e (patch) | |
tree | 803a03104dfce9c6180982d1e89680394c72ed02 /COMMIT-QUEUE.ini | |
parent | df8289e7f7ed6b9042c4b6a4b456dc22adfa922a (diff) | |
download | chrome-ec-654271b86c971d7ae32b3f8d798bd1c2c7171f4e.tar.gz |
COMMIT-QUEUE.ini: Change builders to compile-only.
Really, we only care if the chromeos-ec package fails to build and not
if the test stages fail. The test stages don't actually test aganist
our EC changes anways, so it's kind of a waste of time to run them.
Besides, that's what FAFT is for.
BUG=None
BRANCH=None
TEST=\_()_/
Change-Id: I6a1db02a05f17b276a16543ced58efa8a04fb997
Signed-off-by: Aseda Aboagye <aaboagye@google.com>
Reviewed-on: https://chromium-review.googlesource.com/372325
Commit-Ready: Aseda Aboagye <aaboagye@chromium.org>
Tested-by: Aseda Aboagye <aaboagye@chromium.org>
Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
Diffstat (limited to 'COMMIT-QUEUE.ini')
-rw-r--r-- | COMMIT-QUEUE.ini | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/COMMIT-QUEUE.ini b/COMMIT-QUEUE.ini index 64538e763a..0d52b3d745 100644 --- a/COMMIT-QUEUE.ini +++ b/COMMIT-QUEUE.ini @@ -7,8 +7,10 @@ [GENERAL] -# Board-specific pre-cq, include boards that actually build chromeos-ec -pre-cq-configs: gru-pre-cq reef-pre-cq +# Board-specific compile-only-pre-cq, include boards that actually build +# chromeos-ec. We use the compile-only-pre-cq configs since the tests won't +# actually test against our EC changes. (That's what FAFT is for.) +pre-cq-configs: gru-compile-only-pre-cq reef-compile-only-pre-cq chell-compile-only-pre-cq # Stages to ignore in the commit queue. If these steps break, your CL will be # submitted anyway. Use with caution. |