From 34afa0b1f71c8d70154192ddaa58cd94672b388a Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Wed, 22 Nov 2017 09:18:07 +0100 Subject: [PATCH] Adding win_asan to CQ. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Chromium Roll https://webrtc-review.googlesource.com/24760 introduced a breakage on win_asan. In order to re-enable the roll we have to be protected against these kind of failures. Bug: webrtc:8562 Change-Id: I8de6268eb1d3f87cba53889f1ae2397b3dbf491e No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/25080 Reviewed-by: Patrik Höglund Reviewed-by: Oleh Prypin Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#20826} --- infra/config/cq.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 8ec3fe15fe..2a1137a007 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -63,6 +63,7 @@ verifiers { builders { name: "mac_compile_dbg" } builders { name: "mac_rel" } builders { name: "presubmit" } + builders { name: "win_asan" } builders { name: "win_baremetal" } builders { name: "win_clang_dbg" } builders { name: "win_clang_rel" }