From 656ad48390f85dd4989ebb629ff9e0b0a1216260 Mon Sep 17 00:00:00 2001 From: kjellander Date: Wed, 7 Sep 2016 11:54:35 -0700 Subject: [PATCH] Revert of CQ: Remove linux_baremetal until it's back (patchset #1 id:1 of https://codereview.webrtc.org/2322463002/ ) Reason for revert: They're back! Original issue's description: > CQ: Remove linux_baremetal until it's back > > BUG=644712 > NOTRY=True > TBR=ehmaldonado@webrtc.org > > Committed: https://crrev.com/947c66ccbbf6bc53553265c0bf710d0b66e75de1 > Cr-Commit-Position: refs/heads/master@{#14102} TBR=ehmaldonado@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:644712 Review-Url: https://codereview.webrtc.org/2317253002 Cr-Commit-Position: refs/heads/master@{#14114} --- infra/config/cq.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 1f91531d13..1dd8e4362e 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -47,8 +47,7 @@ verifiers { builders { name: "ios_api_framework" } builders { name: "linux_arm" } builders { name: "linux_asan" } - # Machines offline, crbug.com/644712 - #builders { name: "linux_baremetal" } + builders { name: "linux_baremetal" } builders { name: "linux_compile_dbg" } builders { name: "linux_gyp_dbg" } builders { name: "linux_gyp_rel" }