From fd9149f842472751ac5f373acb3f5a5c17fd47c7 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Fri, 27 Oct 2017 10:40:19 +0200 Subject: [PATCH] Temporarily remove linux_ubsan from commit queue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DEPS roll is blocked on it because it pins a broken clang version, but Chromium has no commitment to fixing it. Bug: chromium:774973 Change-Id: Id04fadde599293bca7b6c25faa2e9926c1265dc7 No-Try: true Reviewed-on: https://webrtc-review.googlesource.com/16423 Reviewed-by: Patrik Höglund Commit-Queue: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#20460} --- 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 d593a33b0f..8484c40d67 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -53,7 +53,8 @@ verifiers { builders { name: "linux_msan" } builders { name: "linux_rel" } builders { name: "linux_tsan2" } - builders { name: "linux_ubsan" } + # TODO(oprypin): Re-enable when https://crbug.com/774973 is fixed. + #builders { name: "linux_ubsan" } builders { name: "linux_ubsan_vptr" } builders { name: "linux_gcc_rel" } builders { name: "linux_more_configs" }