diff options
author | Kevin Lubick <kjlubick@google.com> | 2018-01-08 13:55:05 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-01-09 15:44:52 +0000 |
commit | 7e6dc6394518252ae6acd56eea0ac2d19fbc361b (patch) | |
tree | d5ab83f56c1d80b3203ec820a962351382dcbd76 | |
parent | fae86b7859d98b52eb4bc91fed5d88130c7ab657 (diff) |
Move 5x to proper CQ
I spot checked a few of the runs, and the both seem to be < 20m, even when
the tree is busy.
Bug: skia:
NOTRY=true
Change-Id: I1194f34365501afd5c9533332318a91c2db95194
Reviewed-on: https://skia-review.googlesource.com/92100
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
-rw-r--r-- | infra/branch-config/cq.cfg | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/infra/branch-config/cq.cfg b/infra/branch-config/cq.cfg index 7d5f62b473..4126698d04 100644 --- a/infra/branch-config/cq.cfg +++ b/infra/branch-config/cq.cfg @@ -49,6 +49,8 @@ verifiers { builders { name: "Housekeeper-PerCommit-Bookmaker" } builders { name: "Housekeeper-PerCommit-InfraTests" } builders { name: "Test-Android-Clang-GalaxyS6-GPU-MaliT760-arm64-Release-All-Android" } + builders { name: "Test-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Release-All-Android" } + builders { name: "Test-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Release-All-Android_Vulkan" } builders { name: "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All" } builders { name: "Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ASAN" } builders { name: "Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-Vulkan" } @@ -64,14 +66,7 @@ verifiers { name: "Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ANGLE" experiment_percentage: 100 } - builders { - name: "Test-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Release-All-Android_Vulkan" - experiment_percentage: 100 - } - builders { - name: "Test-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Release-All-Android" - experiment_percentage: 100 - } + } try_job_retry_config { try_job_retry_quota: 1 |