From d6f67435fd0265d0765c80a91880c0465723ade2 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Fri, 26 Feb 2016 16:06:11 +0100 Subject: [PATCH] CQ: Add linux_ubsan to default trybots. Since it's now green. BUG=webrtc:5124 R=pbos@webrtc.org Review URL: https://codereview.webrtc.org/1740973002 . Cr-Commit-Position: refs/heads/master@{#11784} --- infra/config/cq.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 7708618e10..eb176ead57 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -49,6 +49,7 @@ verifiers { builders { name: "linux_msan" } builders { name: "linux_rel" } builders { name: "linux_tsan2" } + builders { name: "linux_ubsan" } builders { name: "linux_ubsan_vptr" } builders { name: "mac_asan" } builders { name: "mac_baremetal" }