diff options
author | Ben Wagner <benjaminwagner@google.com> | 2017-12-15 12:34:31 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-12-15 22:37:50 +0000 |
commit | b578b87c70e52577a7d2ad0bc8ff0dafc4a965e5 (patch) | |
tree | 2a9c16fe92ded7dc4b568ad0d6c0ea3968c606df /infra | |
parent | d9c619bc858799090674549d85e4550d1f0ce4cd (diff) |
Add Goma to CQ as experimental.
This duplicates a non-Goma Build so that we can get a better comparison
of how much Goma improves tryjob build times.
Change-Id: I9fc72b466abf07b8a47d4ced2da1ab526228b82c
Reviewed-on: https://skia-review.googlesource.com/85920
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra')
-rw-r--r-- | infra/branch-config/cq.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/branch-config/cq.cfg b/infra/branch-config/cq.cfg index f0c5a1d570..e374b29c79 100644 --- a/infra/branch-config/cq.cfg +++ b/infra/branch-config/cq.cfg @@ -41,6 +41,10 @@ verifiers { builders { name: "Build-Mac-Clang-x86_64-Debug-Metal" } builders { name: "Build-Mac-Clang-x86_64-Release" } builders { name: "Build-Win-Clang-x86_64-Release-Vulkan" } + builders { + name: "Build-Win-Clang-x86_64-Release-Vulkan_Goma" + experiment_percentage: 100 + } builders { name: "Build-Win-MSVC-x86-Debug" } builders { name: "Housekeeper-PerCommit-InfraTests" } builders { name: "Test-Android-Clang-GalaxyS6-GPU-MaliT760-arm64-Release-All-Android" } |