From 46f901537a72fcfb4e95af1042b3ea5687e9b055 Mon Sep 17 00:00:00 2001 From: kjellander Date: Mon, 27 Mar 2017 13:30:56 -0700 Subject: [PATCH] Revert of CQ: Temporarily remove linux_baremetal (patchset #1 id:1 of https://codereview.webrtc.org/2774243002/ ) Reason for revert: The bots are back Original issue's description: > 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} > Committed: https://chromium.googlesource.com/external/webrtc/+/56e4196c8dae9f9cbe037e420ce9e8375d9bb5c1 TBR=ehmaldonado@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:705369 Review-Url: https://codereview.webrtc.org/2782473003 Cr-Commit-Position: refs/heads/master@{#17400} --- 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 21516b59b3..99fed5b588 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -44,8 +44,7 @@ verifiers { builders { name: "ios_api_framework" } builders { name: "linux_arm" } builders { name: "linux_asan" } - # Stuck offline (https://crbug.com/705369). - #builders { name: "linux_baremetal" } + builders { name: "linux_baremetal" } builders { name: "linux_compile_dbg" } builders { name: "linux_libfuzzer_rel" } builders { name: "linux_memcheck" }