diff options
author | Kevin Lubick <kjlubick@google.com> | 2017-12-04 10:47:33 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-12-04 15:51:58 +0000 |
commit | 8da3655c6e077c2977a0d3b92aef1de6701277ba (patch) | |
tree | 19ca8c71221260361fd1e0bc0dc7f09e540b5a42 | |
parent | ea6138253bda6edef21c3a51d47f893c79f29ef8 (diff) |
Make new CQ jobs experimental
Also fix typo in CQ jobs
Bug: skia:
NOTRY=true
Change-Id: I74d6a382b4e93fdaceabd2adf9b060a6b88caae6
Reviewed-on: https://skia-review.googlesource.com/79761
Reviewed-by: Eric Boren <borenet@google.com>
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
-rw-r--r-- | infra/branch-config/cq.cfg | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/infra/branch-config/cq.cfg b/infra/branch-config/cq.cfg index 96f5bc7397..de976d6b4f 100644 --- a/infra/branch-config/cq.cfg +++ b/infra/branch-config/cq.cfg @@ -46,8 +46,14 @@ verifiers { builders { name: "Housekeeper-PerCommit-InfraTests" } builders { name: "Test-Android-Clang-GalaxyS6-GPU-MaliT760-arm64-Release-All-Android" } builders { name: "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All" } - builders { name: "Test-iOS-Clang-iPhone7-GPU-GT7600-arm64-Debug-All" } - builders { name: "Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-ASAN-All" } + builders { + name: "Test-iOS-Clang-iPhone7-GPU-GT7600-arm64-Debug-All" + experiment_percentage: 100 + } + builders { + name: "Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ASAN" + experiment_percentage: 100 + } builders { name: "Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-All" } builders { name: "Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All" } builders { name: "Test-Win2016-Clang-GCE-CPU-AVX2-x86_64-Release-All" } |