From da9ae0c23ff173e35c6dc01c4e2835dd4b100f54 Mon Sep 17 00:00:00 2001 From: kjellander Date: Fri, 19 Feb 2016 10:44:22 -0800 Subject: [PATCH] Revert of CQ: Change Android trybots to not run device tests. (patchset #1 id:1 of https://codereview.webrtc.org/1715643002/ ) Reason for revert: Should to be fixed now. Original issue's description: > CQ: Change Android trybots to not run device tests. > > BUG=chromium:588063 > TBR=phoglund@webrtc.org > > Committed: https://crrev.com/ecdeb4cb94d95a7b0819e0ff5e62f272a799f59c > Cr-Commit-Position: refs/heads/master@{#11679} TBR=phoglund@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:588063 Review URL: https://codereview.webrtc.org/1717713002 Cr-Commit-Position: refs/heads/master@{#11689} --- infra/config/cq.cfg | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 2f3e9d9610..41aee36bc2 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -26,11 +26,9 @@ verifiers { try_job { buckets { name: "tryserver.webrtc" - # Temporarily replace Android device testing bots with compile-only ones. - # See http://crbug.com/588063. - builders { name: "android_compile_dbg" } - builders { name: "android_compile_rel" } - builders { name: "android_compile_arm64_rel" } + builders { name: "android_dbg" } + builders { name: "android_rel" } + builders { name: "android_arm64_rel" } builders { name: "android_clang_dbg" } builders { name: "android_compile_x86_dbg" } builders { name: "android_compile_x64_dbg" }