From 8e321c82ebc21789e5436bb5df57adafec27b04d Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Wed, 23 Nov 2016 14:52:07 +0100 Subject: [PATCH] CQ: Disable android_more_configs trybot It started to fail always on compile. BUG=chromium:668137 TBR=ehmaldonado@webrtc.org Review URL: https://codereview.webrtc.org/2522953003 . Cr-Commit-Position: refs/heads/master@{#15209} --- infra/config/cq.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 60e5dfc0af..10943772a1 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -35,7 +35,8 @@ verifiers { builders { name: "android_compile_x86_dbg" } builders { name: "android_compile_x86_rel" } builders { name: "android_compile_x64_dbg" } - builders { name: "android_more_configs" } + # Disabled for now: crbug.com/668137 + #builders { name: "android_more_configs" } builders { name: "ios_arm64_dbg" } builders { name: "ios_arm64_rel" } builders { name: "ios_dbg" }