aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-06-24 14:52:24 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-24 14:52:24 -0700
commita981e740978aa032eaa0bb24839cd28ceaed3bdb (patch)
treeeed6c6917fecda06f84a04cd57cd4a560cd28d96 /infra
parent0cc1f0a8d5ed69c76d75061bc2dee3b1d0ce0605 (diff)
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
Diffstat (limited to 'infra')
-rw-r--r--infra/branch-config/cq.cfg1
1 files changed, 1 insertions, 0 deletions
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" }