diff options
Diffstat (limited to 'infra/branch-config')
-rw-r--r-- | infra/branch-config/cq.cfg | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/infra/branch-config/cq.cfg b/infra/branch-config/cq.cfg index 27cd24e42e..35605bd3cd 100644 --- a/infra/branch-config/cq.cfg +++ b/infra/branch-config/cq.cfg @@ -66,10 +66,11 @@ verifiers { name: "Test-Ubuntu16-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All" experiment_percentage: 100 } - builders { - name: "Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ANGLE" - experiment_percentage: 100 - } + # TODO(dogben): Temporarily disable this experimental builder due to chromium:821040. + # builders { + # name: "Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ANGLE" + # experiment_percentage: 100 + # } } try_job_retry_config { try_job_retry_quota: 1 |