diff options
author | Ben Wagner <benjaminwagner@google.com> | 2018-03-13 15:51:23 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-03-13 19:55:02 +0000 |
commit | e027e19477f8ad10ae3f26ea996c1bff350d89f3 (patch) | |
tree | c4bf9f44f4bcc62dc0bd4a4f681af051a19064a7 /infra/branch-config | |
parent | 7eddfb8656f8b4bb1d8011f93124e2669a2c6912 (diff) |
Temporarily remove Win10 QuadroP400 from CQ.
This tryjob is currently just experimental/non-blocking, and we are
severely short on capacity due to chromium:821040.
Bug: chromium:821040
Change-Id: I36b193cecd4f7ecf4c6f5769e869ee37a1285582
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/114221
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
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 |