| # Auto-generated by lucicfg. |
| # Do not modify manually. |
| # |
| # For the schema of this file, see Config message: |
| # https://config.luci.app/schemas/projects:commit-queue.cfg |
| |
| config_groups { |
| name: "main-cq" |
| gerrit { |
| url: "https://r8-review.googlesource.com" |
| projects { |
| name: "r8" |
| ref_regexp: "refs/heads/.+" |
| } |
| } |
| verifiers { |
| gerrit_cq_ability { |
| committer_list: "project-r8-committers" |
| dry_run_access_list: "googlers" |
| } |
| tryjob { |
| builders { |
| name: "r8/try/presubmit" |
| } |
| retry_config { |
| single_quota: 1 |
| global_quota: 2 |
| failure_weight: 100 |
| transient_failure_weight: 1 |
| timeout_weight: 100 |
| } |
| } |
| } |
| post_actions { |
| name: "presubmit-verification-success" |
| conditions { |
| mode: "DRY_RUN" |
| statuses: SUCCEEDED |
| } |
| vote_gerrit_labels { |
| votes { |
| name: "Presubmit-Verified" |
| value: 1 |
| } |
| } |
| } |
| post_actions { |
| name: "presubmit-verification-failure" |
| conditions { |
| mode: "DRY_RUN" |
| statuses: FAILED |
| statuses: CANCELLED |
| } |
| vote_gerrit_labels { |
| votes { |
| name: "Presubmit-Verified" |
| value: -1 |
| } |
| } |
| } |
| } |