From d939d48de2d27d3a79b81adcd71f221673bda40f Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Sun, 8 May 2016 21:04:30 +0200 Subject: [PATCH] Remove Android x86 compilation trybot from CQ. There's a Goma bug making it fail to compile after rolling in https://codereview.webrtc.org/1963493002/ BUG=chromium:610145 TBR=pbos@webrtc.org NOTRY=True Review URL: https://codereview.webrtc.org/1959923002 . Cr-Commit-Position: refs/heads/master@{#12657} --- 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 d7bc169706..8a243f3a67 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -31,7 +31,8 @@ verifiers { builders { name: "android_arm64_rel" } builders { name: "android_clang_dbg" } builders { name: "android_compile_mips_dbg" } - builders { name: "android_compile_x86_dbg" } + # Disabled until http://crbug.com/610145 is fixed. + #builders { name: "android_compile_x86_dbg" } builders { name: "android_compile_x64_dbg" } builders { name: "android_gn_dbg" } builders { name: "android_gn_rel" }