From 1cfa95b8b84ccd2b3ecdaddbd7dfb27877fbd2ec Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Tue, 3 Oct 2017 17:55:45 +0200 Subject: [PATCH] Disable win_baremetal. No-Try: true Bug: chromium:770716 Change-Id: I8a2a655a8ede2f1865f572b8c81d68c5028aae73 Reviewed-on: https://webrtc-review.googlesource.com/6100 Reviewed-by: Henrik Kjellander Commit-Queue: Edward Lemur Cr-Commit-Position: refs/heads/master@{#20119} --- 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 669e4d5300..784004b146 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -71,7 +71,8 @@ verifiers { builders { name: "mac_compile_dbg" } builders { name: "mac_rel" } builders { name: "presubmit" } - builders { name: "win_baremetal" } + # TODO(ehmaldonado): Re-enable when https://crbug.com/770716 is fixed. + #builders { name: "win_baremetal" } builders { name: "win_clang_dbg" } builders { name: "win_clang_rel" } builders { name: "win_dbg" }