From 673383b1ef230f7a8433d6248f6f2e377951ea40 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Tue, 1 Nov 2016 13:03:42 +0100 Subject: [PATCH] CQ: Add Android and Linux "more configs" bots These bots are now building green at the try server. BUG=652197, 611054 R=ehmaldonado@webrtc.org NOTRY=True Review URL: https://codereview.webrtc.org/2469733002 . Cr-Commit-Position: refs/heads/master@{#14874} --- infra/config/cq.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index a2192b1dc9..77032299be 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -35,6 +35,7 @@ verifiers { builders { name: "android_compile_x86_rel" } builders { name: "android_compile_x64_dbg" } builders { name: "android_gyp_dbg" } + builders { name: "android_more_configs" } builders { name: "ios_arm64_dbg" } builders { name: "ios_arm64_rel" } builders { name: "ios_dbg" } @@ -56,6 +57,7 @@ verifiers { builders { name: "linux_tsan2" } builders { name: "linux_ubsan" } builders { name: "linux_ubsan_vptr" } + builders { name: "linux_more_configs" } builders { name: "mac_asan" } builders { name: "mac_baremetal" } builders { name: "mac_compile_dbg" }