diff options
author | borenet <borenet@chromium.org> | 2016-11-04 08:48:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-04 08:48:30 -0700 |
commit | 9598c2fbc29ddb5e5d86c5b82b401b62cee02775 (patch) | |
tree | 0022767be4d2bd436e97b8262d3e9a9aeca17f9e /infra | |
parent | 12ae597ef54c35e9c447f5f52ecbc153503e8b73 (diff) |
Add the new buildbotless infra-tests bot to the CQ as an experiment
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2421483004
Review-Url: https://codereview.chromium.org/2421483004
Diffstat (limited to 'infra')
-rw-r--r-- | infra/branch-config/cq.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/infra/branch-config/cq.cfg b/infra/branch-config/cq.cfg index 9eaffa6cf4..f930a31f36 100644 --- a/infra/branch-config/cq.cfg +++ b/infra/branch-config/cq.cfg @@ -58,6 +58,13 @@ verifiers { # At time of writing, this is the fastest Chrome compile bot on average. builders { name: "mac_chromium_compile_dbg_ng" } } + buckets { + name: "skia.primary" + builders { + name: "Housekeeper-PerCommit-InfraTests" + experiment_percentage: 100 + } + } try_job_retry_config { try_job_retry_quota: 1 global_retry_quota: 2 |