diff options
author | Kevin Lubick <kjlubick@google.com> | 2018-02-02 08:38:05 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-02-02 14:25:49 +0000 |
commit | 5ec49c0fc4e0f38afcdd4fcda3aa6dc61dfb5577 (patch) | |
tree | 6720b6e91156ccff7488e4888242d10f6e4e1825 /infra/branch-config | |
parent | 0f1abf89f04321a54bf466085db13954743efa14 (diff) |
Add perf bots to CQ (experimental)
Bug: skia:
NOTRY=true
Change-Id: Ia5e7e844af57ff06fc0e5a4139cf6c62b60a19ef
Reviewed-on: https://skia-review.googlesource.com/102423
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Diffstat (limited to 'infra/branch-config')
-rw-r--r-- | infra/branch-config/cq.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/infra/branch-config/cq.cfg b/infra/branch-config/cq.cfg index a27b5320c8..06f758a947 100644 --- a/infra/branch-config/cq.cfg +++ b/infra/branch-config/cq.cfg @@ -49,6 +49,18 @@ verifiers { builders { name: "Build-Win-MSVC-x86-Debug" } builders { name: "Housekeeper-PerCommit-Bookmaker" } builders { name: "Housekeeper-PerCommit-InfraTests" } + builders { + name: "Perf-Debian9-Clang-GCE-CPU-AVX2-x86-Debug-All" + experiment_percentage: 100 + } + builders { + name: "Perf-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-ASAN" + experiment_percentage: 100 + } + builders { + name: "Perf-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-Vulkan" + experiment_percentage: 100 + } 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" } |