crosvm/infra/config/generated/commit-queue.cfg
Dennis Kempin 353efef6d9 infra: Add project-crosvm-committers group
The group will allow us to give service accounts CQ access.
Notably it'll allow us to add the recipe autoroller.

BUG=None
TEST=lucicfg validate

Change-Id: I3127dc2127a93ea8b76bfd31941095eb243556c2
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3764437
Tested-by: Dennis Kempin <denniskempin@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
2022-07-21 18:34:41 +00:00

51 lines
1.1 KiB
INI

# Auto-generated by lucicfg.
# Do not modify manually.
#
# For the schema of this file, see Config message:
# https://luci-config.appspot.com/schemas/projects:commit-queue.cfg
cq_status_host: "chromium-cq-status.appspot.com"
config_groups {
name: "main"
gerrit {
url: "https://chromium-review.googlesource.com"
projects {
name: "crosvm/crosvm"
ref_regexp: "refs/heads/.+"
}
}
verifiers {
gerrit_cq_ability {
committer_list: "googlers"
committer_list: "project-crosvm-committers"
allow_submit_with_open_deps: true
}
tryjob {
builders {
name: "crosvm/try/health_check"
}
builders {
name: "crosvm/try/linux_aarch64"
}
builders {
name: "crosvm/try/linux_armhf"
}
builders {
name: "crosvm/try/linux_x86_64"
}
builders {
name: "crosvm/try/linux_x86_64_direct"
}
builders {
name: "crosvm/try/windows"
}
retry_config {
single_quota: 1
global_quota: 2
failure_weight: 100
transient_failure_weight: 1
timeout_weight: 100
}
}
}
}