From b68e02fd86c79b5fa9ba7b0709830fcb0bf4593b Mon Sep 17 00:00:00 2001 From: kjellander Date: Tue, 23 Feb 2016 08:28:06 -0800 Subject: [PATCH] Revert of CQ: Disable linux_baremetal pending installation fix. (patchset #1 id:1 of https://codereview.webrtc.org/1710363002/ ) Reason for revert: Bot is back up again but one test fails (https://bugs.chromium.org/p/chromium/issues/detail?id=589101), but is now disabled. Original issue's description: > CQ: Disable linux_baremetal pending installation fix. > > BUG=chromium:588108 > TBR=phoglund@webrtc.org > > Committed: https://crrev.com/c51d6947e4f2e9faabc5518f7f33aa60f4e1ae0b > Cr-Commit-Position: refs/heads/master@{#11681} TBR=phoglund@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=chromium:588108 NOTRY=True Review URL: https://codereview.webrtc.org/1722953003 Cr-Commit-Position: refs/heads/master@{#11719} --- 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 41aee36bc2..7708618e10 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -41,8 +41,7 @@ verifiers { builders { name: "ios32_sim_dbg" } builders { name: "ios64_sim_dbg" } builders { name: "linux_asan" } - # Disabled pending fix: https://crbug.com/588108 - #builders { name: "linux_baremetal" } + builders { name: "linux_baremetal" } builders { name: "linux_compile_dbg" } builders { name: "linux_gn_dbg" } builders { name: "linux_gn_rel" }