From c51d6947e4f2e9faabc5518f7f33aa60f4e1ae0b Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Fri, 19 Feb 2016 15:26:30 +0100 Subject: [PATCH] CQ: Disable linux_baremetal pending installation fix. BUG=chromium:588108 TBR=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1710363002 . Cr-Commit-Position: refs/heads/master@{#11681} --- 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 e4ec1f3c10..2f3e9d9610 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -43,7 +43,8 @@ verifiers { builders { name: "ios32_sim_dbg" } builders { name: "ios64_sim_dbg" } builders { name: "linux_asan" } - builders { name: "linux_baremetal" } + # Disabled pending fix: https://crbug.com/588108 + #builders { name: "linux_baremetal" } builders { name: "linux_compile_dbg" } builders { name: "linux_gn_dbg" } builders { name: "linux_gn_rel" }