From 9b32e389bf824a977f31eb0fccafc9a9510e415f Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Wed, 8 Aug 2018 16:30:40 +0200 Subject: [PATCH] Add compile-only bots (used for binary size) to commit queue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:9415 Change-Id: Ib80a0cafe7fd737ad9fcd0ef9e7d24886c5b50e1 No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/93029 Reviewed-by: Patrik Höglund Commit-Queue: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#24245} --- infra/config/cq.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 4858aa95ee..1564fe4501 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -27,6 +27,8 @@ verifiers { builders { name: "android_rel" } builders { name: "android_arm64_rel" } builders { name: "android_chromium_compile" } + builders { name: "android_compile_arm64_rel" } + builders { name: "android_compile_rel" } builders { name: "android_compile_x86_dbg" } builders { name: "android_compile_x86_rel" } builders { name: "android_compile_x64_dbg" } @@ -49,6 +51,7 @@ verifiers { builders { name: "linux_asan" } builders { name: "linux_chromium_compile" } builders { name: "linux_compile_dbg" } + builders { name: "linux_compile_rel" } builders { name: "linux_libfuzzer_rel" } builders { name: "linux_msan" } builders { name: "linux_rel" }