diff options
author | Hal Canary <halcanary@google.com> | 2017-07-18 10:00:15 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-07-18 14:49:06 +0000 |
commit | 918ad9d5f19efdbd57486b8f931f7af197896010 (patch) | |
tree | 98397556c7c0f73fb730b94db5dafc14c20a5bb9 /infra | |
parent | 07990de8179e98a4ba06d7e66f40b8ec5465bade (diff) |
Commit Queue: add Build-Debian9-GCC-arm-Chromecast
Motivation: This compiler configuration has a few quirks.
Change-Id: I9c50a15510f4b770f8643b21e9e7cdf57264bc50
Reviewed-on: https://skia-review.googlesource.com/24324
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'infra')
-rw-r--r-- | infra/branch-config/cq.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/branch-config/cq.cfg b/infra/branch-config/cq.cfg index a4b3929cda..a2bf8d2d9b 100644 --- a/infra/branch-config/cq.cfg +++ b/infra/branch-config/cq.cfg @@ -32,13 +32,14 @@ verifiers { } buckets { name: "skia.primary" - builders { name: "Build-Mac-Clang-x86_64-Release" } builders { name: "Build-Debian9-Clang-arm-Debug-Android" } builders { name: "Build-Debian9-Clang-arm64-Debug-Android" } builders { name: "Build-Debian9-Clang-mips64el-Debug-Android" } builders { name: "Build-Debian9-Clang-x86_64-Debug" } + builders { name: "Build-Debian9-GCC-arm-Debug-Chromecast" } builders { name: "Build-Debian9-GCC-x86_64-Debug-NoGPU" } builders { name: "Build-Debian9-GCC-x86_64-Release" } + builders { name: "Build-Mac-Clang-x86_64-Release" } builders { name: "Build-Win-MSVC-x86-Debug" } builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan" } builders { name: "Housekeeper-PerCommit-InfraTests" } |