blob: d47cc115f38bc9daa6b01d1518f1a458e60c57e0 [file] [log] [blame]
# See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
# documentation of this file format.
version: 1
cq_name: "gerrit-test-cq-normal"
cq_status_url: "https://chromium-cq-status.appspot.com"
git_repo_url: "https://chromium.googlesource.com/playground/gerrit-cq/normal"
in_production: true
gerrit {
# cq_verified_label: "Commit-Queue-Verified"
}
rietveld {
# TODO(tandrii): remove this once all rietveld CQs are dead.
url: "https://codereview.chromium.org"
}
verifiers {
gerrit_cq_ability {
# https://chrome-infra-auth.appspot.com/auth/groups#project-infra-committers
committer_list: "project-infra-committers"
allow_submit_with_open_deps: true
}
tree_status {
tree_status_url: "https://infra-status.appspot.com"
}
try_job {
# buckets {
# name: "luci.infra.try"
# builders { name: "gerrit-test-cq-normal"}
# }
# buckets {
# name: "infra.simple_ci"
# builders { name: "ubuntu14.04-x86-64" }
# }
buckets {
name: "luci.gerrit-test-cq-normal.try"
builders { name: "demo-presubmit"}
builders { name: "demo-win32" experiment_percentage: 100}
builders { name: "demo-mac"}
builders {
name: "demo-linux"
equivalent_to {
bucket: "luci.gerrit-test-cq-normal.try"
# builder name defaults to demo-linux.
# tandrii@ doesn't belong to franky committers.
owner_whitelist_group: "project-franky-committers"
percentage: 100
}
}
}
}
}