cq.cfg 867 Bytes
Newer Older
1 2 3 4 5 6
# Commit Queue configuration file. The documentation of the format can be found
# at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.

version: 1
cq_name: "depot_tools"
cq_status_url: "https://chromium-cq-status.appspot.com"
tandrii's avatar
tandrii committed
7
git_repo_url: "https://chromium.googlesource.com/chromium/tools/depot_tools"
8

9
gerrit {}
10 11 12 13 14 15
rietveld {
  url: "https://codereview.chromium.org"
}

verifiers {
  reviewer_lgtm {
16
    committer_list: "project-infra-committers"
17
    dry_run_access_list: "project-infra-tryjob-access"
18
  }
19 20 21 22
  gerrit_cq_ability {
    committer_list: "project-infra-committers"
    dry_run_access_list: "project-infra-tryjob-access"
  }
23 24 25

  try_job {
    buckets {
26 27
      name: "luci.infra.try"
      builders { name: "Depot Tools Presubmit" }
28 29 30 31
      builders {
        name: "Recipe Roll Downstream Tester"
        experiment_percentage: 100
      }
32 33 34
    }
  }
}