From fa7cb8eaa72a33fd8d790674f98b35afbe9d863c Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Tue, 1 Sep 2015 15:58:05 +0200 Subject: [PATCH] Excluding two troublesome trybots from the CQ config. Temporary measurement to allow landing of a queue of CLs. BUG=524352, 526625 R=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1310953006 . Cr-Commit-Position: refs/heads/master@{#9830} --- infra/config/cq.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 8547999a16..821c4268a9 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -26,7 +26,8 @@ verifiers { try_job { buckets { name: "tryserver.webrtc" - builders { name: "android" } + # Temporary disabled due to reliability issues: crbug.com/526625. + #builders { name: "android" } builders { name: "android_arm64_rel" } builders { name: "android_clang" } builders { name: "android_gn" } @@ -48,7 +49,8 @@ verifiers { builders { name: "linux_tsan2" } builders { name: "mac" } builders { name: "mac_asan" } - builders { name: "mac_baremetal" } + # Temporary disabled due to reliability issues: crbug.com/524352. + #builders { name: "mac_baremetal" } builders { name: "mac_rel" } builders { name: "mac_x64" } builders { name: "mac_x64_gn" }