From 56e4196c8dae9f9cbe037e420ce9e8375d9bb5c1 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Mon, 27 Mar 2017 08:30:41 +0200 Subject: [PATCH] CQ: Temporarily remove linux_baremetal Both machines seem stuck offline. BUG=chromium:705369 TBR=ehmaldonado@webrtc.org Review-Url: https://codereview.webrtc.org/2774243002 . Cr-Commit-Position: refs/heads/master@{#17383} --- 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 99fed5b588..21516b59b3 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -44,7 +44,8 @@ verifiers { builders { name: "ios_api_framework" } builders { name: "linux_arm" } builders { name: "linux_asan" } - builders { name: "linux_baremetal" } + # Stuck offline (https://crbug.com/705369). + #builders { name: "linux_baremetal" } builders { name: "linux_compile_dbg" } builders { name: "linux_libfuzzer_rel" } builders { name: "linux_memcheck" }