crosvm/infra/config/generated/commit-queue.cfg
Dennis Kempin f91ea18f6c infra: Allow all googlers to trigger CQ
BUG=b:216156045
TEST=None

Change-Id: If7c63824e20091a369250c983d854ec7684c5cfc
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3763642
Commit-Queue: Dennis Kempin <denniskempin@google.com>
Tested-by: Dennis Kempin <denniskempin@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
2022-07-14 18:25:51 +00:00

49 lines
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"
}
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
}
}
}
}