diff options
Diffstat (limited to 'infra')
-rw-r--r-- | infra/branch-config/cq.cfg | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/infra/branch-config/cq.cfg b/infra/branch-config/cq.cfg index 50d29d3fdf..b4cd34a352 100644 --- a/infra/branch-config/cq.cfg +++ b/infra/branch-config/cq.cfg @@ -45,17 +45,24 @@ 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-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ASAN" } + 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" } + builders { name: "Test-iOS-Clang-iPhone7-GPU-GT7600-arm64-Debug-All" } builders { - name: "Test-iOS-Clang-iPhone7-GPU-GT7600-arm64-Debug-All" + name: + "Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-Vulkan" experiment_percentage: 100 } builders { - name: "Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ASAN" + name: "Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ANGLE" + experiment_percentage: 100 + } + builders { + name: "Test-Ubuntu16-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All" 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" } } try_job_retry_config { try_job_retry_quota: 1 |