From d4563f4dde0e18573a333dc350f67202c0aa7a5d Mon Sep 17 00:00:00 2001 From: kjellander Date: Wed, 2 Sep 2015 01:28:40 -0700 Subject: [PATCH] Revert of Excluding two troublesome trybots from the CQ config. (patchset #1 id:1 of https://codereview.webrtc.org/1310953006/ ) Reason for revert: Both bots are now back online. Let's try enabling them again. Original issue's description: > 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 > > Committed: https://chromium.googlesource.com/external/webrtc/+/fa7cb8eaa72a33fd8d790674f98b35afbe9d863c TBR=phoglund@webrtc.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=524352, 526625 Review URL: https://codereview.webrtc.org/1305983005 Cr-Commit-Position: refs/heads/master@{#9842} --- infra/config/cq.cfg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 141a93d5d7..e2d3a2cfa6 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -26,8 +26,7 @@ verifiers { try_job { buckets { name: "tryserver.webrtc" - # Temporary disabled due to reliability issues: crbug.com/526625. - #builders { name: "android" } + builders { name: "android" } builders { name: "android_arm64_rel" } builders { name: "android_clang" } builders { name: "android_gn" } @@ -49,8 +48,7 @@ verifiers { builders { name: "linux_tsan2" } builders { name: "mac" } builders { name: "mac_asan" } - # Temporary disabled due to reliability issues: crbug.com/524352. - #builders { name: "mac_baremetal" } + builders { name: "mac_baremetal" } builders { name: "mac_rel" } builders { name: "mac_x64" } builders { name: "mac_x64_gn" }