From 7941fc6e093a891e3afbc5e3c652e2afd752e5ca Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Mon, 26 Jun 2017 08:09:03 +0200 Subject: [PATCH] CQ: Add linux_gcc_rel to default trybot set. BUG=webrtc:7853 NOTRY=True TBR=ehmaldonado@webrtc.org Change-Id: I055ff10bd31a107d8ca514b3d681f83876814c8a Reviewed-on: https://chromium-review.googlesource.com/547756 Reviewed-by: Henrik Kjellander Commit-Queue: Henrik Kjellander Cr-Commit-Position: refs/heads/master@{#18753} --- infra/config/cq.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index b15b5c93f4..b43f586f7a 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -65,6 +65,7 @@ verifiers { builders { name: "linux_tsan2" } builders { name: "linux_ubsan" } builders { name: "linux_ubsan_vptr" } + builders { name: "linux_gcc_rel" } builders { name: "linux_more_configs" } builders { name: "mac_asan" } builders { name: "mac_baremetal" }