You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
867 B
INI
35 lines
867 B
INI
# 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"
|
|
git_repo_url: "https://chromium.googlesource.com/chromium/tools/depot_tools"
|
|
|
|
gerrit {}
|
|
rietveld {
|
|
url: "https://codereview.chromium.org"
|
|
}
|
|
|
|
verifiers {
|
|
reviewer_lgtm {
|
|
committer_list: "project-infra-committers"
|
|
dry_run_access_list: "project-infra-tryjob-access"
|
|
}
|
|
gerrit_cq_ability {
|
|
committer_list: "project-infra-committers"
|
|
dry_run_access_list: "project-infra-tryjob-access"
|
|
}
|
|
|
|
try_job {
|
|
buckets {
|
|
name: "luci.infra.try"
|
|
builders { name: "Depot Tools Presubmit" }
|
|
builders {
|
|
name: "Recipe Roll Downstream Tester"
|
|
experiment_percentage: 100
|
|
}
|
|
}
|
|
}
|
|
}
|