From a981e740978aa032eaa0bb24839cd28ceaed3bdb Mon Sep 17 00:00:00 2001 From: mtklein Date: Wed, 24 Jun 2015 14:52:24 -0700 Subject: Add a 64-bit ARM builder to the CQ. It's possible this rarely breaks, but I do write ARMv8 code frequently enough that it'll help prevent broken trees. BUG=skia: Review URL: https://codereview.chromium.org/1209763003 --- infra/branch-config/cq.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/branch-config/cq.cfg b/infra/branch-config/cq.cfg index e2f3e41f5d..f95292d13b 100644 --- a/infra/branch-config/cq.cfg +++ b/infra/branch-config/cq.cfg @@ -34,6 +34,7 @@ verifiers { name: "client.skia.compile" builders { name: "Build-Mac10.8-Clang-x86_64-Release-Trybot" } builders { name: "Build-Ubuntu-Clang-x86_64-Debug-Trybot" } + builders { name: "Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot" } builders { name: "Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot" } builders { name: "Build-Ubuntu-GCC-Mips-Debug-Android-Trybot" } builders { name: "Build-Ubuntu-GCC-x86_64-Release-Trybot" } -- cgit v1.2.3