From 947c66ccbbf6bc53553265c0bf710d0b66e75de1 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Wed, 7 Sep 2016 14:51:52 +0200 Subject: [PATCH] CQ: Remove linux_baremetal until it's back BUG=644712 NOTRY=True TBR=ehmaldonado@webrtc.org Review URL: https://codereview.webrtc.org/2322463002 . Cr-Commit-Position: refs/heads/master@{#14102} --- 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 1dd8e4362e..1f91531d13 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -47,7 +47,8 @@ verifiers { builders { name: "ios_api_framework" } builders { name: "linux_arm" } builders { name: "linux_asan" } - builders { name: "linux_baremetal" } + # Machines offline, crbug.com/644712 + #builders { name: "linux_baremetal" } builders { name: "linux_compile_dbg" } builders { name: "linux_gyp_dbg" } builders { name: "linux_gyp_rel" }