aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/branch-config
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@google.com>2017-10-15 21:05:58 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-16 11:09:49 +0000
commit9ef6de782413a3b785ce12fb4b6ea782e72e8805 (patch)
tree98c7fd0165f1d8d70bba8bbf6490076312c95415 /infra/branch-config
parent22a43a36d83df52645918c39c2f3175c2e20ab11 (diff)
Add in test_filter to build configuration
The first "sharding" technique we will try is just by test config (e.g. 8888, gles, etc). Thus, for backwards compatibility, the default "shard" is All, as in all configs Bug: skia: NOTRY=true Change-Id: Ia02362477a5d97f8f74d688b5f0c4f45fc129375 Reviewed-on: https://skia-review.googlesource.com/59563 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/branch-config')
-rw-r--r--infra/branch-config/cq.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/infra/branch-config/cq.cfg b/infra/branch-config/cq.cfg
index d92b2c4439..f218054667 100644
--- a/infra/branch-config/cq.cfg
+++ b/infra/branch-config/cq.cfg
@@ -43,10 +43,10 @@ verifiers {
builders { name: "Build-Win-Clang-x86_64-Release-Vulkan" }
builders { name: "Build-Win-MSVC-x86-Debug" }
builders { name: "Housekeeper-PerCommit-InfraTests" }
- builders { name: "Test-Android-Clang-GalaxyS6-GPU-MaliT760-arm64-Release-Android" }
- builders { name: "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug" }
- builders { name: "Test-Debian9-Clang-ShuttleA-GPU-GTX660-x86_64-Release" }
- builders { name: "Test-Win2k8-Clang-GCE-CPU-AVX2-x86_64-Release" }
+ 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-Debian9-Clang-ShuttleA-GPU-GTX660-x86_64-Release-All" }
+ builders { name: "Test-Win2k8-Clang-GCE-CPU-AVX2-x86_64-Release-All" }
}
try_job_retry_config {
try_job_retry_quota: 1