From 9ef6de782413a3b785ce12fb4b6ea782e72e8805 Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Sun, 15 Oct 2017 21:05:58 -0400 Subject: 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 Reviewed-by: Eric Boren --- infra/branch-config/cq.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'infra/branch-config') 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 -- cgit v1.2.3