From a4e4e7a523998d5b52c5899565cf1af3214315fa Mon Sep 17 00:00:00 2001 From: kjellander Date: Thu, 4 Aug 2016 12:45:38 -0700 Subject: [PATCH] Revert of Temporarily disable android_arm64_rel trybot. (patchset #1 id:1 of https://codereview.webrtc.org/2212913002/ ) Reason for revert: The bot is now back online. Original issue's description: > Temporarily disable android_arm64_rel trybot. > > The trybot machine build140-b4 has issues with its devices: > https://build.chromium.org/p/tryserver.webrtc/builders/android_arm64_rel > > BUG=634266 > NOTRY=True > > Committed: https://crrev.com/bfc7a30c663dbc7ecad145b8e834ebb47b3f75ec > Cr-Commit-Position: refs/heads/master@{#13634} TBR=ehmaldonado@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=634266 Review-Url: https://codereview.webrtc.org/2209103004 Cr-Commit-Position: refs/heads/master@{#13648} --- infra/config/cq.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 36dc3b61c8..20d68cdf1b 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -28,7 +28,7 @@ verifiers { name: "master.tryserver.webrtc" builders { name: "android_dbg" } builders { name: "android_rel" } - # builders { name: "android_arm64_rel" } + builders { name: "android_arm64_rel" } builders { name: "android_clang_dbg" } builders { name: "android_compile_mips_dbg" } builders { name: "android_compile_x86_dbg" }